summaryrefslogtreecommitdiff
path: root/security/py-gnutls
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-10 19:32:26 +0000
committerminskim <minskim>2004-02-10 19:32:26 +0000
commit48ba890e95b7ecfc1ade4a23e72d01b634cf1fbd (patch)
tree4b1c57b6606e32a7f85d8bbb7214e550a46611d4 /security/py-gnutls
parentec27c5f271b1fe122ce962170e430c298f3ce129 (diff)
downloadpkgsrc-48ba890e95b7ecfc1ade4a23e72d01b634cf1fbd.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/DESCR6
-rw-r--r--security/py-gnutls/Makefile21
-rw-r--r--security/py-gnutls/PLIST3
-rw-r--r--security/py-gnutls/distinfo4
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