summaryrefslogtreecommitdiff
path: root/databases/postgresql81-plpython
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81-plpython')
-rw-r--r--databases/postgresql81-plpython/DESCR9
-rw-r--r--databases/postgresql81-plpython/MESSAGE17
-rw-r--r--databases/postgresql81-plpython/Makefile21
-rw-r--r--databases/postgresql81-plpython/PLIST2
4 files changed, 0 insertions, 49 deletions
diff --git a/databases/postgresql81-plpython/DESCR b/databases/postgresql81-plpython/DESCR
deleted file mode 100644
index 142bb15309d..00000000000
--- a/databases/postgresql81-plpython/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-PL/Python allows you to write functions in the Python programming
-language that may be used in SQL queries as if they were built into
-Postgres. The PL/Python intepreter is a full Python interpreter.
-
-PL/Python is currently only available as an "untrusted" language
-(meaning it does not offer any way of restricting what users can do
-in it). It has therefore been named "plpythonu". The trusted variant
-plpython may become available again in future, if a new secure execution
-mechanism is developed in Python.
diff --git a/databases/postgresql81-plpython/MESSAGE b/databases/postgresql81-plpython/MESSAGE
deleted file mode 100644
index de7e7b09ad3..00000000000
--- a/databases/postgresql81-plpython/MESSAGE
+++ /dev/null
@@ -1,17 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
-
-Please see the PL/Python section of the PostgreSQL Programmer's Guide
-(databases/postgresql-docs) for information on programming with
-${PKGNAME}.
-
-Note that PL/Python is unrestricted language, meaning it does not
-offer any way of restricting what users can do in it. Any DB user with
-access to PL/Python can run arbitrary Python code under privileges
-of the PostgreSQL server process.
-
-To enable PL/Python for database <dbname>, run following:
-
-createlang plpythonu <dbname>
-
-===========================================================================
diff --git a/databases/postgresql81-plpython/Makefile b/databases/postgresql81-plpython/Makefile
deleted file mode 100644
index b55eb3dcde5..00000000000
--- a/databases/postgresql81-plpython/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2007/01/08 18:55:38 adam Exp $
-
-PKGNAME= postgresql81-plpython-${BASE_VERS}
-COMMENT= PL/Python procedural language for the PostgreSQL backend
-
-DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
-
-.include "../../databases/postgresql81/Makefile.common"
-
-CONFIGURE_ARGS+= --with-python
-CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
-
-BUILD_DIRS= src/pl/plpython
-
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-
-.include "../../databases/postgresql81-client/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql81-plpython/PLIST b/databases/postgresql81-plpython/PLIST
deleted file mode 100644
index 9b28139f80f..00000000000
--- a/databases/postgresql81-plpython/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
-${PG_SUBPREFIX}lib/postgresql/plpython.la