diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-10 19:32:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-10 19:32:26 +0000 |
commit | b3c4edf1e8980de0261b557741a753afc3c98b0c (patch) | |
tree | 4b1c57b6606e32a7f85d8bbb7214e550a46611d4 /security/py-gnutls | |
parent | 8fd772daf8fe9b89803efa5135d4198f6f394bf0 (diff) | |
download | pkgsrc-b3c4edf1e8980de0261b557741a753afc3c98b0c.tar.gz |
Import py-gnutls from pkgsrc-wip.
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.
Diffstat (limited to 'security/py-gnutls')
-rw-r--r-- | security/py-gnutls/DESCR | 6 | ||||
-rw-r--r-- | security/py-gnutls/Makefile | 21 | ||||
-rw-r--r-- | security/py-gnutls/PLIST | 3 | ||||
-rw-r--r-- | security/py-gnutls/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/security/py-gnutls/DESCR b/security/py-gnutls/DESCR new file mode 100644 index 00000000000..455009e39fb --- /dev/null +++ b/security/py-gnutls/DESCR @@ -0,0 +1,6 @@ +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 new file mode 100644 index 00000000000..99367da8f8c --- /dev/null +++ b/security/py-gnutls/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 19:32:26 minskim Exp $ + +DISTNAME= python-gnutls-0.2 +PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//} +CATEGORIES= security +MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://home.o2w.net/~ivo/wiki/moin.cgi/PythonGnutls +COMMENT= Python bindings for GNUTLS + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_BUILDLINK3= yes +PYDISTUTILSPKG= yes +NO_CONFIGURE= yes + +PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth + +.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 new file mode 100644 index 00000000000..620776a7e4d --- /dev/null +++ b/security/py-gnutls/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 19:32:26 minskim Exp $ +${PYSITELIB}/gnutls.so +@comment in python: @dirrm ${PYSITELIB} diff --git a/security/py-gnutls/distinfo b/security/py-gnutls/distinfo new file mode 100644 index 00000000000..a43ae8bff99 --- /dev/null +++ b/security/py-gnutls/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/10 19:32:26 minskim Exp $ + +SHA1 (python-gnutls-0.2.tar.gz) = 042ad1c9d76a841cf1fa5709615fdcafc180eb0a +Size (python-gnutls-0.2.tar.gz) = 17257 bytes |