diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 01:18:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 01:18:52 +0000 |
commit | b3466f1748013a65e3a41bd20af0a2cbf9786cb6 (patch) | |
tree | 6a18ec6ef49328523381ff1aa1f8eaea7282c4a8 /security/py-OpenSSL | |
parent | 57540f071bc1164e1df5cc49b4a967d6b8e96970 (diff) | |
download | pkgsrc-b3466f1748013a65e3a41bd20af0a2cbf9786cb6.tar.gz |
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 (limited to 'security/py-OpenSSL')
-rw-r--r-- | security/py-OpenSSL/DESCR | 4 | ||||
-rw-r--r-- | security/py-OpenSSL/Makefile | 19 | ||||
-rw-r--r-- | security/py-OpenSSL/PLIST | 11 | ||||
-rw-r--r-- | security/py-OpenSSL/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/security/py-OpenSSL/DESCR b/security/py-OpenSSL/DESCR new file mode 100644 index 00000000000..9c7fe606012 --- /dev/null +++ b/security/py-OpenSSL/DESCR @@ -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 --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile new file mode 100644 index 00000000000..53aab3beadd --- /dev/null +++ b/security/py-OpenSSL/Makefile @@ -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 +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 --git a/security/py-OpenSSL/PLIST b/security/py-OpenSSL/PLIST new file mode 100644 index 00000000000..59f6f186a15 --- /dev/null +++ b/security/py-OpenSSL/PLIST @@ -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 --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo new file mode 100644 index 00000000000..b7e3b691ee7 --- /dev/null +++ b/security/py-OpenSSL/distinfo @@ -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 |