summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-19 01:18:52 +0000
committerminskim <minskim@pkgsrc.org>2004-02-19 01:18:52 +0000
commit4507c45f6d0b20fd3e1d0daecc92bc2f3119a7c3 (patch)
tree6a18ec6ef49328523381ff1aa1f8eaea7282c4a8
parent70851735374af4517e9e69a176c44308213a6a40 (diff)
downloadpkgsrc-4507c45f6d0b20fd3e1d0daecc92bc2f3119a7c3.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.
-rw-r--r--security/py-OpenSSL/DESCR4
-rw-r--r--security/py-OpenSSL/Makefile19
-rw-r--r--security/py-OpenSSL/PLIST11
-rw-r--r--security/py-OpenSSL/distinfo4
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