diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 18:34:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 18:34:16 +0000 |
commit | c84ab95850082f84523fd6d20fc64c94d9b26701 (patch) | |
tree | 9f7680de5a018ca45a69c1ab773318fcddca4af2 /security | |
parent | bf57d1bd60b0d1db8ace117c2e7162a93082302b (diff) | |
download | pkgsrc-c84ab95850082f84523fd6d20fc64c94d9b26701.tar.gz |
Retire py-gnutls with the Python 2.3 support.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 | ||||
-rw-r--r-- | security/py-gnutls/DESCR | 6 | ||||
-rw-r--r-- | security/py-gnutls/Makefile | 23 | ||||
-rw-r--r-- | security/py-gnutls/PLIST | 2 | ||||
-rw-r--r-- | security/py-gnutls/distinfo | 5 |
5 files changed, 1 insertions, 38 deletions
diff --git a/security/Makefile b/security/Makefile index b183f2d07e9..c239d88ddbf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.356 2009/09/07 18:07:56 ahoka Exp $ +# $NetBSD: Makefile,v 1.357 2009/09/07 18:34:16 joerg Exp $ # COMMENT= Security tools @@ -256,7 +256,6 @@ SUBDIR+= py-crack SUBDIR+= py-cryptkit SUBDIR+= py-denyhosts SUBDIR+= py-gnupg -SUBDIR+= py-gnutls SUBDIR+= py-lasso SUBDIR+= py-m2crypto SUBDIR+= py-mcrypt diff --git a/security/py-gnutls/DESCR b/security/py-gnutls/DESCR deleted file mode 100644 index 455009e39fb..00000000000 --- a/security/py-gnutls/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Python bindings for GNUTLS. - -GnuTLS is a project that aims to develop a library which provides a -secure layer, over a reliable transport layer. Currently the GnuTLS -library implements the proposed standards by the IETF's TLS working -group. diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile deleted file mode 100644 index 5aab201d0e5..00000000000 --- a/security/py-gnutls/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:45 joerg Exp $ - -DISTNAME= python-gnutls-0.2 -PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//} -PKGREVISION= 10 -CATEGORIES= security python -MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/ - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.lychnis.net/wiki/PythonGnutls -COMMENT= Python bindings for GNUTLS - -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/${DISTNAME}/src -PYDISTUTILSPKG= yes -NO_CONFIGURE= yes - -PYTHON_VERSIONS_ACCEPTED= 23 - -.include "../../lang/python/extension.mk" -.include "../../security/gnutls/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/py-gnutls/PLIST b/security/py-gnutls/PLIST deleted file mode 100644 index 26d5ee2605b..00000000000 --- a/security/py-gnutls/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:37 joerg Exp $ -${PYSITELIB}/gnutls.so diff --git a/security/py-gnutls/distinfo b/security/py-gnutls/distinfo deleted file mode 100644 index a440049dab5..00000000000 --- a/security/py-gnutls/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:12 agc Exp $ - -SHA1 (python-gnutls-0.2.tar.gz) = 042ad1c9d76a841cf1fa5709615fdcafc180eb0a -RMD160 (python-gnutls-0.2.tar.gz) = e0376e024822cbc4a400faf3262180a07d42d5d5 -Size (python-gnutls-0.2.tar.gz) = 17257 bytes |