SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,25 @@
COMMENT = R procedural language for PostgreSQL
VERSION = 8.4.1
GH_ACCOUNT = postgres-plr
GH_PROJECT = plr
GH_TAGNAME = REL${VERSION:S/./_/g}
PKGNAME = postgresql-plr-${VERSION}
CATEGORIES = databases
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = c lib/R/lib/R
BUILD_DEPENDS = databases/postgresql,-server
RUN_DEPENDS = databases/postgresql,-server
LIB_DEPENDS = math/R
MAKE_ENV = USE_PGXS=1
USE_GMAKE = Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (plr-REL8_4_1.tar.gz) = 3bbyA3EFtZ+d2mkw1Kme14kJXYll7G8PftW5Y6wCLgc=
SIZE (plr-REL8_4_1.tar.gz) = 265142

View file

@ -0,0 +1,3 @@
PL/R is a loadable procedural language that enables you to write PostgreSQL
functions and triggers in the R programming language. PL/R offers most (if not
all) of the capabilities a function writer has in the R language.

View file

@ -0,0 +1,5 @@
@so lib/postgresql/plr.so
share/postgresql/extension/plr--8.4--8.4.1.sql
share/postgresql/extension/plr--8.4.1.sql
share/postgresql/extension/plr--unpackaged--8.4.1.sql
share/postgresql/extension/plr.control