summaryrefslogtreecommitdiff
path: root/databases/postgresql96-plpython
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-24 17:50:25 +0000
committertnn <tnn@pkgsrc.org>2022-04-24 17:50:25 +0000
commit6f24ac9f4aa1ce57104918df4b40e4dcc54ae6bd (patch)
tree93856a53011f303266e77da387ca307996201f21 /databases/postgresql96-plpython
parente38e5ca714311e36c5dfeabb401a0abfb79edf4b (diff)
downloadpkgsrc-6f24ac9f4aa1ce57104918df4b40e4dcc54ae6bd.tar.gz
retire postgresql96 (EOL)
Diffstat (limited to 'databases/postgresql96-plpython')
-rw-r--r--databases/postgresql96-plpython/DESCR9
-rw-r--r--databases/postgresql96-plpython/Makefile20
-rw-r--r--databases/postgresql96-plpython/PLIST36
3 files changed, 0 insertions, 65 deletions
diff --git a/databases/postgresql96-plpython/DESCR b/databases/postgresql96-plpython/DESCR
deleted file mode 100644
index 142bb15309d..00000000000
--- a/databases/postgresql96-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/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile
deleted file mode 100644
index 0e47b419c43..00000000000
--- a/databases/postgresql96-plpython/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2022/04/18 19:10:44 adam Exp $
-
-PKGNAME= ${DISTNAME:S/-/96-plpython-/}
-PKGREVISION= 2
-COMMENT= PL/Python procedural language for the PostgreSQL backend
-
-DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server
-
-.include "../../databases/postgresql96/Makefile.common"
-
-TOOLS_BROKEN+= perl
-CONFIGURE_ARGS+= --with-python
-CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
-BUILD_MAKE_FLAGS= PGXS=1
-
-BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
-
-.include "../../databases/postgresql96-client/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql96-plpython/PLIST b/databases/postgresql96-plpython/PLIST
deleted file mode 100644
index 65ad8af13c9..00000000000
--- a/databases/postgresql96-plpython/PLIST
+++ /dev/null
@@ -1,36 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/10 11:56:09 adam Exp $
-include/postgresql/server/plpy_util.h
-include/postgresql/server/plpython.h
-${PLIST.py2x}lib/postgresql/hstore_plpython2.so
-${PLIST.py3x}lib/postgresql/hstore_plpython3.so
-${PLIST.py2x}lib/postgresql/plpython2.so
-${PLIST.py3x}lib/postgresql/plpython3.so
-@comment as of 9.5.1 installation of these is not dependent on python version
-share/locale/cs/LC_MESSAGES/plpython-9.6.mo
-share/locale/de/LC_MESSAGES/plpython-9.6.mo
-share/locale/es/LC_MESSAGES/plpython-9.6.mo
-share/locale/fr/LC_MESSAGES/plpython-9.6.mo
-share/locale/it/LC_MESSAGES/plpython-9.6.mo
-share/locale/ja/LC_MESSAGES/plpython-9.6.mo
-share/locale/ko/LC_MESSAGES/plpython-9.6.mo
-share/locale/pl/LC_MESSAGES/plpython-9.6.mo
-share/locale/pt_BR/LC_MESSAGES/plpython-9.6.mo
-share/locale/ru/LC_MESSAGES/plpython-9.6.mo
-share/locale/sv/LC_MESSAGES/plpython-9.6.mo
-share/locale/tr/LC_MESSAGES/plpython-9.6.mo
-share/locale/zh_CN/LC_MESSAGES/plpython-9.6.mo
-share/postgresql/extension/hstore_plpython2u--1.0.sql
-share/postgresql/extension/hstore_plpython2u.control
-share/postgresql/extension/hstore_plpython3u--1.0.sql
-share/postgresql/extension/hstore_plpython3u.control
-share/postgresql/extension/hstore_plpythonu--1.0.sql
-share/postgresql/extension/hstore_plpythonu.control
-${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql
-${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql
-${PLIST.py2x}share/postgresql/extension/plpython2u.control
-${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql
-${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql
-${PLIST.py3x}share/postgresql/extension/plpython3u.control
-${PLIST.py2x}share/postgresql/extension/plpythonu--1.0.sql
-${PLIST.py2x}share/postgresql/extension/plpythonu--unpackaged--1.0.sql
-${PLIST.py2x}share/postgresql/extension/plpythonu.control