aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-08-27 19:25:47 +0800
committerRene Ladan <rene@FreeBSD.org>2020-08-27 19:25:47 +0800
commit09df8f4601b3653cf8971f4f25192685d2ee7322 (patch)
tree54e6a1db3f20f2f9dcd0222d5d8f9abfd2e6cedc /security
parent3ba6db94dd8adf5581739f6517cfa95241d097b6 (diff)
downloadfreebsd-ports-gnome-09df8f4601b3653cf8971f4f25192685d2ee7322.tar.gz
freebsd-ports-gnome-09df8f4601b3653cf8971f4f25192685d2ee7322.tar.zst
freebsd-ports-gnome-09df8f4601b3653cf8971f4f25192685d2ee7322.zip
Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months 2020-08-26 biology/pbcopper: Broken for more than 6 months 2020-08-26 devel/ace: Broken for more than 6 months 2020-08-26 devel/bin86: Broken for more than 6 months 2020-08-26 devel/erlang-oserl: Broken for more than 6 months 2020-08-20 emulators/qemu40: Please consider using qemu or qemu41 2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months 2020-08-26 games/linux-defcon: Broken for more than 6 months 2020-08-26 games/linux-uplink-demo: Broken for more than 6 months 2020-08-26 games/xevil: Broken for more than 6 months 2020-08-26 games/xminesweep: Broken for more than 6 months 2020-08-26 graphics/backfract: Broken for more than 6 months 2020-08-26 japanese/kanjipad: Broken for more than 6 months 2020-08-26 japanese/xdtp: Broken for more than 6 months 2020-08-26 korean/hpscat: Broken for more than 6 months 2020-08-26 math/barvinok: Broken for more than 6 months 2020-08-26 math/openmesh: Broken for more than 6 months 2020-08-26 math/rehearse: Broken for more than 6 months 2020-08-26 net/hinfo: Broken for more than 6 months 2020-08-26 science/fleur: Broken for more than 6 months 2020-08-26 science/lm: Broken for more than 6 months 2020-08-26 security/ddos_scan: Broken for more than 6 months 2020-08-26 security/gag: Broken for more than 6 months 2020-08-26 security/py-keystone: Broken for more than 6 months 2020-08-26 sysutils/mono-kmod: mastersite disappeared, unfetchable 2020-08-26 x11-themes/gtk-cleanice-engine: Broken for more than 6 months 2020-08-26 x11-wm/aewm: Broken for more than 6 months
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
-rw-r--r--security/ddos_scan/Makefile30
-rw-r--r--security/ddos_scan/distinfo2
-rw-r--r--security/ddos_scan/files/patch-Makefile24
-rw-r--r--security/ddos_scan/files/patch-dds.c22
-rw-r--r--security/ddos_scan/pkg-descr21
-rw-r--r--security/ddos_scan/pkg-plist2
-rw-r--r--security/gag/Makefile32
-rw-r--r--security/gag/distinfo2
-rw-r--r--security/gag/files/patch-Makefile21
-rw-r--r--security/gag/files/patch-gag.c22
-rw-r--r--security/gag/pkg-descr11
-rw-r--r--security/py-keystone/Makefile141
-rw-r--r--security/py-keystone/distinfo3
-rw-r--r--security/py-keystone/files/pkg-message.in128
-rw-r--r--security/py-keystone/pkg-descr7
-rw-r--r--security/py-keystone/pkg-plist6
17 files changed, 0 insertions, 477 deletions
diff --git a/security/Makefile b/security/Makefile
index 89867a7f1f28..3101e6f3d09a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -118,7 +118,6 @@
SUBDIR += cyrus-sasl2-srp
SUBDIR += d0_blind_id
SUBDIR += dcetest
- SUBDIR += ddos_scan
SUBDIR += dehydrated
SUBDIR += denyhosts
SUBDIR += destroy
@@ -169,7 +168,6 @@
SUBDIR += fwbuilder
SUBDIR += fwknop
SUBDIR += fwlogwatch
- SUBDIR += gag
SUBDIR += gcr
SUBDIR += gef
SUBDIR += git-crypt
@@ -907,7 +905,6 @@
SUBDIR += py-kerberos
SUBDIR += py-keyring
SUBDIR += py-keyrings.alt
- SUBDIR += py-keystone
SUBDIR += py-libnacl
SUBDIR += py-m2crypto
SUBDIR += py-maec
diff --git a/security/ddos_scan/Makefile b/security/ddos_scan/Makefile
deleted file mode 100644
index 9c469c7ea0cf..000000000000
--- a/security/ddos_scan/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: David O'Brien (obrien@NUXI.com)
-# $FreeBSD$
-
-PORTNAME= ddos_scan
-PORTVERSION= 1.6
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://staff.washington.edu/dittrich/misc/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Scans for a limited set of distributed denial of service agents
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-08-26
-
-USES= tar
-ALL_TARGET= dds
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dds ${STAGEDIR}${PREFIX}/sbin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/security/ddos_scan/distinfo b/security/ddos_scan/distinfo
deleted file mode 100644
index 2de91c0a6b08..000000000000
--- a/security/ddos_scan/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ddos_scan.tar) = 7592d88edef9c9d6af9e53706c84bb534c156f10fa6bda91891ab0e00c0e7b11
-SIZE (ddos_scan.tar) = 30720
diff --git a/security/ddos_scan/files/patch-Makefile b/security/ddos_scan/files/patch-Makefile
deleted file mode 100644
index ce513749e862..000000000000
--- a/security/ddos_scan/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Mon Jan 10 13:14:31 2000
-+++ Makefile Sun May 11 18:46:35 2003
-@@ -1,10 +1,10 @@
- # Makefile for ddos_scan (dds).
- # $Revision: 1.1 $
-
--CFLAGS=
-+#CFLAGS=
-
- # For Solaris 2.5.1 and above, uncomment the following line.
--LIBS=-lresolv -lsocket -lnsl
-+#LIBS=-lresolv -lsocket -lnsl
-
- default:
- @clear
-@@ -14,7 +14,7 @@
- @echo "to suit your operating system, then use 'make dds'"
-
- dds: dds.o
-- $(CC) -o dds dds.c $(LIBS)
-+ $(CC) -o dds dds.o $(LIBS)
-
- # This assumes the source is in a directory named "ddos_scan".
- tar: ddos_scan.tar
diff --git a/security/ddos_scan/files/patch-dds.c b/security/ddos_scan/files/patch-dds.c
deleted file mode 100644
index 867ec8295594..000000000000
--- a/security/ddos_scan/files/patch-dds.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- dds.c.orig Sun May 11 18:44:07 2003
-+++ dds.c Sun May 11 18:48:34 2003
-@@ -12,8 +12,7 @@
- * David Brumley <dbrumley@rtfm.stanford.edu>
- */
-
--#if YOU_HAVE_NOT_READ_THIS_YET
--
-+/*
- This software should only be used in compliance with all applicable laws and
- the policies and preferences of the owners of any networks, systems, or hosts
- scanned with the software
-@@ -30,8 +29,7 @@
- DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING
- OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--
--#endif
-+*/
-
- #define VERSION "$Revision: 1.6 $"
-
diff --git a/security/ddos_scan/pkg-descr b/security/ddos_scan/pkg-descr
deleted file mode 100644
index de99805f3fc4..000000000000
--- a/security/ddos_scan/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-"dds" is a program to scan for a limited set of distributed denial of
-service (ddos) agents.
-
-At present, it scans for active instances of "trinoo", "Tribe Flood
-Network" ("TFN") and "stacheldraht" agents, which were compiled
-using the default values in known source distributions, such as those
-found at:
-
- http://packetstorm.securify.com/distributed/
-
-It will *not* detect TFN2K agents.
-
-For analyses of the three distributed denial of service attack
-tools it scans for, and the methods being used by dds to identify
-them, see:
-
- http://staff.washington.edu/dittrich/misc/trinoo.analysis
- http://staff.washington.edu/dittrich/misc/tfn.analysis
- http://staff.washington.edu/dittrich/misc/stacheldraht.analysis
-
-WWW: http://staff.washington.edu/dittrich/misc/ddos/
diff --git a/security/ddos_scan/pkg-plist b/security/ddos_scan/pkg-plist
deleted file mode 100644
index d9b2885b545d..000000000000
--- a/security/ddos_scan/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-sbin/dds
-%%PORTDOCS%%%%DOCSDIR%%/README
diff --git a/security/gag/Makefile b/security/gag/Makefile
deleted file mode 100644
index de3a43ddb61c..000000000000
--- a/security/gag/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: David O'Brien (obrien@NUXI.com)
-# $FreeBSD$
-
-PORTNAME= gag
-PORTVERSION= 2.9
-CATEGORIES= security
-MASTER_SITES= http://staff.washington.edu/dittrich/misc/
-DISTNAME= sickenscan
-EXTRACT_SUFX= .tar
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Stacheldraht (DOS attack) agent detector
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-08-26
-
-ALL_TARGET= gag
-
-PORTDOCS= README
-PLIST_FILES= sbin/gag
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gag ${STAGEDIR}${PREFIX}/sbin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/security/gag/distinfo b/security/gag/distinfo
deleted file mode 100644
index 581ff68b06b5..000000000000
--- a/security/gag/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sickenscan.tar) = b0f740f0a2c4c292899e491aab2e76e05ff0b58eb4d34c4230be4291e2288b97
-SIZE (sickenscan.tar) = 30720
diff --git a/security/gag/files/patch-Makefile b/security/gag/files/patch-Makefile
deleted file mode 100644
index ef1fe1912134..000000000000
--- a/security/gag/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2000-01-10 21:13:12 UTC
-+++ Makefile
-@@ -1,7 +1,7 @@
--CFLAGS=
-+#CFLAGS=
-
- # For Solaris 2.5.1 and above, uncomment the following line.
--LIBS=-lresolv -lsocket -lnsl
-+#LIBS=-lresolv -lsocket -lnsl
-
- default:
- @clear
-@@ -11,7 +11,7 @@ default:
- @echo "to suit your operating system, then use 'make gag'"
-
- gag: gag.o
-- $(CC) -o gag gag.c $(LIBS)
-+ $(CC) -o gag gag.o $(LIBS)
-
- # This assumes the source is in a directory named "sickenscan".
- tar: sickenscan.tar
diff --git a/security/gag/files/patch-gag.c b/security/gag/files/patch-gag.c
deleted file mode 100644
index 1ef4a13487b9..000000000000
--- a/security/gag/files/patch-gag.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- gag.c.orig 2000-01-10 21:03:15 UTC
-+++ gag.c
-@@ -16,8 +16,7 @@
- *
- */
-
--#if YOU_HAVE_NOT_READ_THIS_YET
--
-+/*
- This software should only be used in compliance with all applicable laws and
- the policies and preferences of the owners of any networks, systems, or hosts
- scanned with the software
-@@ -34,8 +33,7 @@ WASHINGTON BE LIABLE FOR ANY SPECIAL, IN
- DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING
- OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--
--#endif
-+*/
-
- #define GAG "gesundheit!"
- #define VERSION "$Revision: 2.9 $"
diff --git a/security/gag/pkg-descr b/security/gag/pkg-descr
deleted file mode 100644
index 54749887232d..000000000000
--- a/security/gag/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-"gag" is a program to scan for "stacheldraht" agents, which are part
-of an active "stacheldraht" network. It will not detect trinoo,
-the original Tribe Flood Network (TFN), or TFN2K agents. For methods
-of detecting trinoo and Tribe Flood Network, see:
-
- http://staff.washington.edu/dittrich/misc/trinoo.analysis
- http://staff.washington.edu/dittrich/misc/tfn.analysis
-
-(Why "gag"? Its supposed to be a running joke I started in the trinoo
-analysis. trinoo/trinot, "tribe"/civilize, gag/sicken&gesundheit!.
-Read the ddos trilogy to find out!)
diff --git a/security/py-keystone/Makefile b/security/py-keystone/Makefile
deleted file mode 100644
index a42e32beea52..000000000000
--- a/security/py-keystone/Makefile
+++ /dev/null
@@ -1,141 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-# $FreeBSD$
-
-PORTNAME= keystone
-PORTVERSION= 13.0.0
-PORTREVISION= 1
-CATEGORIES= security python
-MASTER_SITES= https://tarballs.openstack.org/keystone/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= OpenStack Identity
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= fails to build
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-08-26
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Paste>=2.0.2:www/py-paste@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}routes>=2.3.1:www/py-routes@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=1.9:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.0.10:databases/py-sqlalchemy12@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.11.0:databases/py-sqlalchemy-migrate@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}passlib>=1.7.0:security/py-passlib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=4.17.0:devel/py-keystonemiddleware@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scrypt>=0.8.0:security/py-scrypt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.26.0:devel/py-oslo.cache@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.25.0:devel/py-oslo.concurrency@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.0:devel/py-oslo.config@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.19.2:devel/py-oslo.context@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.29.0:devel/py-oslo.messaging@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.db>=4.27.0:devel/py-oslo.db@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.31.0:devel/py-oslo.middleware@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.30.0:devel/py-oslo.policy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.6.0:security/py-oauthlib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.0.2:security/py-pysaml2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycadf>=1.1.0:devel/py-pycadf@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6:devel/py-pytz@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-USERS= keystone
-GROUPS= keystone
-
-PORTDOCS= *
-PORTEXAMPLES= examples/* httpd/* playbooks/*
-
-SUB_FILES= pkg-message
-SUB_LIST= EXAMPLESDIR=${EXAMPLESDIR} PREFIX=${PREFIX}
-
-CONFLICTS_INSTALL= py??-keystone-*
-
-PORTSCOUT= limit:^[0-9][0-9]\.
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-OPTIONS_GROUP= MISC
-OPTIONS_GROUP_MISC= LDAP MEMCACHED MONGODB
-OPTIONS_RADIO= DB
-OPTIONS_RADIO_DB= MYSQL PGSQL
-
-LDAP_DESC= LDAP support
-MEMCACHED_DESC= memcached support
-MONGODB_DESC= MongoDB support (used for messaging services)
-MYSQL_DESC= MySQL/MariaDB support
-PGSQL_DESC= PostgreSQL support
-
-DOCS_BUILD_DEPENDS= ${PY_SPHINX} \
- ${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.18.1:textproc/py-openstackdocstheme@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}reno>=2.5.0:textproc/py-reno@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.20:net/py-ldap@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}testtools>=2.2.0:devel/py-testtools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}os-api-ref>=1.4.0:textproc/py-os-api-ref@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}WebTest>=2.0.27:www/py-WebTest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}freezegun>=0.3.6:devel/py-freezegun@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}flake8-docstrings>=0.2.1:devel/py-flake8-docstrings@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslotest>=3.2.0:devel/py-oslotest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.db>=4.27.0:devel/py-oslo.db@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1:devel/py-lxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ldappool>=2.0.0:net/py-ldappool@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}osprofiler>=0:devel/py-osprofiler@${PY_FLAVOR} \
- ${RUN_DEPENDS}
-DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
-LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.20:net/py-ldap@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ldappool>=2.0.0:net/py-ldappool@${PY_FLAVOR}
-MEMCACHED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=1.56:databases/py-python-memcached@${PY_FLAVOR}
-MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0.2:databases/pymongo@${PY_FLAVOR}
-MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=0:databases/py-pymysql@${PY_FLAVOR}
-PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR}
-
-post-patch:
- @${REINPLACE_CMD} -Ee 's|(pysaml2)<4.0.3,|\1|' ${WRKSRC}/requirements.txt
- @${GREP} -Rl -e '/etc/keystone/' --null \
- ${WRKSRC}/etc ${WRKSRC}/doc ${WRKSRC}/keystone | \
- ${XARGS} -0 ${REINPLACE_CMD} -i '' -Ee \
- "s|/etc/keystone/|${ETCDIR}/|g"
-
- @${GREP} -Rl -e '/var/log/apache2/' --null \
- ${WRKSRC}/doc ${WRKSRC}/httpd | \
- ${XARGS} -0 ${REINPLACE_CMD} -i '' -Ee \
- "s|(/var/log)/apache2|\1|g"
-
-post-install:
- @${MKDIR} ${STAGEDIR}${ETCDIR}
- (cd ${WRKSRC}/etc && for f in *; do \
- ${INSTALL_DATA} $${f} ${STAGEDIR}${ETCDIR}; done)
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/doc/build/html && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
- "! -name .buildinfo -and ! -name objects.inv")
-
-post-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-.for dir in ${PORTEXAMPLES:C/\/\*//}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${dir}
- (cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${dir})
-.endfor
-
-.include <bsd.port.mk>
diff --git a/security/py-keystone/distinfo b/security/py-keystone/distinfo
deleted file mode 100644
index 57b06c5d0610..000000000000
--- a/security/py-keystone/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1527285271
-SHA256 (keystone-13.0.0.tar.gz) = 34f8839c4ebd49c350ccd595eb52cd3bf711e3d51c64c3c91eb465cb650a4b56
-SIZE (keystone-13.0.0.tar.gz) = 1462543
diff --git a/security/py-keystone/files/pkg-message.in b/security/py-keystone/files/pkg-message.in
deleted file mode 100644
index 36d16daf0137..000000000000
--- a/security/py-keystone/files/pkg-message.in
+++ /dev/null
@@ -1,128 +0,0 @@
-[
-{ type: install
- message: <<EOM
-==================
- 1. Prerequisites
-==================
-
-On the system where Keystone will run:
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- a httpd service, e.g. apache, in conjunction with mod_wsgi or
- mod_proxy_uswgi is required to make Keystone available.
-- Please have a look in %%EXAMPLESDIR%%/httpd
- for some example configurations.
-
-On the system that will be used to manage the Keystone service:
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- create an normal user
-- install the OpenStack client (net/py-python-openstackclient)
-
-===================================
- 2. Configure the Keystone service
-===================================
-
-Edit %%PREFIX%%/etc/keystone/keystone.conf .
-
-Database access:
-~~~~~~~~~~~~~~~~
-
-In the [database] section, set the location for the database. Please make sure,
-that you use an absolute path otherwise Keystone won't work properly.
-
-[database]
-# ...
-connection = sqlite:////var/lib/keystone/keystone.db
-
-Token provider:
-~~~~~~~~~~~~~~~
-
-In the [token] section, configure the Fernet token provider:
-
-[token]
-# ...
-provider = fernet
-
-===========================================
- 3. Populate the Identity service database
-===========================================
-
-# su -m keystone -c "keystone-manage db_sync"
-
-=======================================
- 4. Initialize Fernet key repositories
-=======================================
-
-The key repositories will be placed by default in:
-
-- %%PREFIX%%/etc/keystone/credential-keys/
-- %%PREFIX%%/etc/keystone/fernet-keys/
-
-# keystone-manage fernet_setup --keystone-user keystone \
- --keystone-group keystone
-
-# keystone-manage credential_setup --keystone-user keystone \
- --keystone-group keystone
-
-===================================
- 5. Bootstrap the Identity service
-===================================
-
-# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
- --bootstrap-admin-url http://HOSTNAME:35357/v3/ \
- --bootstrap-internal-url http://HOSTNAME:5000/v3/ \
- --bootstrap-public-url http://HOSTNAME:5000/v3/ \
- --bootstrap-region-id RegionOne
-
-=============================
- 6. Configure the web server
-=============================
-
-Refer to the example configuration files in
-%%EXAMPLESDIR%%/httpd
-
-=============================
- 7. Configure the admin user
-=============================
-
-Login with the user that should be used for the administrative tasks and set the
-environment variables as listed below:
-
-$ export OS_USERNAME=admin
-$ export OS_PASSWORD=ADMIN_PASS
-$ export OS_PROJECT_NAME=admin
-$ export OS_USER_DOMAIN_NAME=Default
-$ export OS_PROJECT_DOMAIN_NAME=Default
-$ export OS_AUTH_URL=http://HOSTNAME:35357/v3
-$ export OS_IDENTITY_API_VERSION=3
-
-===============================================
- 8. Create a domain, projects, users and roles
-===============================================
-
-$ openstack domain create --description "An Example Domain" example
-
-$ openstack project create --domain default \
- --description "Service project" service
-
-$ openstack project create --domain default \
- --description "Demo Project" demo
-
-$ openstack user create --domain default \
- --password-prompt demo
-
-=====================
- 9. Verify operation
-=====================
-
-$ unset OS_AUTH_URL OS_PASSWORD
-
-$ openstack --os-auth-url http://HOSTNAME:35357/v3 \
- --os-project-domain-name Default --os-user-domain-name Default \
- --os-project-name admin --os-username admin token issue
-
-$ openstack --os-auth-url http://HOSTNAME:5000/v3 \
- --os-project-domain-name Default --os-user-domain-name Default \
- --os-project-name demo --os-username demo token issue
-EOM
-}
-]
diff --git a/security/py-keystone/pkg-descr b/security/py-keystone/pkg-descr
deleted file mode 100644
index d090d055149a..000000000000
--- a/security/py-keystone/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Keystone provides authentication, authorization and service discovery
-mechanisms via HTTP primarily for use by projects in the OpenStack family.
-
-It is most commonly deployed as an HTTP interface to existing identity systems,
-such as LDAP.
-
-WWW: https://docs.openstack.org/keystone/
diff --git a/security/py-keystone/pkg-plist b/security/py-keystone/pkg-plist
deleted file mode 100644
index 64bdb4c791fb..000000000000
--- a/security/py-keystone/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-@owner keystone
-@dir %%ETCDIR%%
-@sample %%ETCDIR%%/keystone.conf.sample
-@sample %%ETCDIR%%/logging.conf.sample
-%%ETCDIR%%/default_catalog.templates
-%%ETCDIR%%/policy.v3cloudsample.json