pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-gnutls Import py-gnutls from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/648093d1673c
branches: trunk
changeset: 468134:648093d1673c
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Feb 10 19:32:26 2004 +0000
description:
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:
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(+), 0 deletions(-)
diffs (50 lines):
diff -r a6ce6d3abea7 -r 648093d1673c security/py-gnutls/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-gnutls/DESCR Tue Feb 10 19:32:26 2004 +0000
@@ -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 -r a6ce6d3abea7 -r 648093d1673c security/py-gnutls/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-gnutls/Makefile Tue Feb 10 19:32:26 2004 +0000
@@ -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@localhost
+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 -r a6ce6d3abea7 -r 648093d1673c security/py-gnutls/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-gnutls/PLIST Tue Feb 10 19:32:26 2004 +0000
@@ -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 -r a6ce6d3abea7 -r 648093d1673c security/py-gnutls/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-gnutls/distinfo Tue Feb 10 19:32:26 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index