From b59c2f90caf14aee8238fc5d904d476701ef8e5e Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 10 Feb 2004 19:32:26 +0000 Subject: 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. --- security/py-gnutls/DESCR | 6 ++++++ security/py-gnutls/Makefile | 21 +++++++++++++++++++++ security/py-gnutls/PLIST | 3 +++ security/py-gnutls/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 security/py-gnutls/DESCR create mode 100644 security/py-gnutls/Makefile create mode 100644 security/py-gnutls/PLIST create mode 100644 security/py-gnutls/distinfo 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 -- cgit v1.2.3