pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL Import py-OpenSSL from pkgsrc-wip....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a555ff49d019
branches:  trunk
changeset: 469035:a555ff49d019
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 19 01:18:52 2004 +0000

description:
Import py-OpenSSL from pkgsrc-wip.  Packaged by mjasm at users dot
sourceforge dot net, cleaned by cjep@, and modified by me.

pyOpenSSL is a Python module that is a rather think wrapper around (a
subset of) the OpenSSL library.  A lot of the object methods do
nothing more than call a corresponding function in the OpenSSL
library.

diffstat:

 security/py-OpenSSL/DESCR    |   4 ++++
 security/py-OpenSSL/Makefile |  19 +++++++++++++++++++
 security/py-OpenSSL/PLIST    |  11 +++++++++++
 security/py-OpenSSL/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r b2f4944d365b -r a555ff49d019 security/py-OpenSSL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-OpenSSL/DESCR Thu Feb 19 01:18:52 2004 +0000
@@ -0,0 +1,4 @@
+pyOpenSSL is a Python module that is a rather think wrapper around (a
+subset of) the OpenSSL library.  A lot of the object methods do
+nothing more than call a corresponding function in the OpenSSL
+library.
diff -r b2f4944d365b -r a555ff49d019 security/py-OpenSSL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-OpenSSL/Makefile      Thu Feb 19 01:18:52 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/19 01:18:52 minskim Exp $
+#
+
+DISTNAME=      pyOpenSSL-0.5.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}
+
+MAINTAINER=     adam%monkeybyte.org@localhost
+HOMEPAGE=       http://pyopenssl.sourceforge.net/
+COMMENT=        Python interface to the OpenSSL library
+
+PYDISTUTILSPKG=        yes
+PYBINMODULE=   yes
+USE_BUILDLINK3= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b2f4944d365b -r a555ff49d019 security/py-OpenSSL/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-OpenSSL/PLIST Thu Feb 19 01:18:52 2004 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/19 01:18:52 minskim Exp $
+${PYSITELIB}/OpenSSL/SSL.so
+${PYSITELIB}/OpenSSL/__init__.py
+${PYSITELIB}/OpenSSL/__init__.pyc
+${PYSITELIB}/OpenSSL/__init__.pyo
+${PYSITELIB}/OpenSSL/crypto.so
+${PYSITELIB}/OpenSSL/rand.so
+${PYSITELIB}/OpenSSL/tsafe.py
+${PYSITELIB}/OpenSSL/tsafe.pyc
+${PYSITELIB}/OpenSSL/tsafe.pyo
+@dirrm ${PYSITELIB}/OpenSSL
diff -r b2f4944d365b -r a555ff49d019 security/py-OpenSSL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-OpenSSL/distinfo      Thu Feb 19 01:18:52 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/19 01:18:52 minskim Exp $
+
+SHA1 (pyOpenSSL-0.5.1.tar.gz) = d65639255f9266b8ebeb86661a46567624b68b69
+Size (pyOpenSSL-0.5.1.tar.gz) = 176151 bytes



Home | Main Index | Thread Index | Old Index