From cb7bdf8c634552ac6ab70f5c0ffad375b6e75643 Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 11 Feb 2002 14:54:44 +0000 Subject: add py-openssl 0.4.1 Python interface to the OpenSSL library --- security/Makefile | 1 + security/py-openssl/Makefile | 30 ++++++++++++++++++++++++++++++ security/py-openssl/distinfo | 1 + security/py-openssl/pkg-comment | 1 + security/py-openssl/pkg-descr | 3 +++ security/py-openssl/pkg-plist | 8 ++++++++ 6 files changed, 44 insertions(+) create mode 100644 security/py-openssl/Makefile create mode 100644 security/py-openssl/distinfo create mode 100644 security/py-openssl/pkg-comment create mode 100644 security/py-openssl/pkg-descr create mode 100644 security/py-openssl/pkg-plist diff --git a/security/Makefile b/security/Makefile index 7e204707c810..14919ffefbc4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -181,6 +181,7 @@ SUBDIR += py-gnupg SUBDIR += py-m2crypto SUBDIR += py-mhash + SUBDIR += py-openssl SUBDIR += py-pow SUBDIR += py-rijndael SUBDIR += py-twofish diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile new file mode 100644 index 000000000000..703488d58b00 --- /dev/null +++ b/security/py-openssl/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: py-openssl +# Date created: Feb 10, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= openssl +PORTVERSION= 0.4.1 +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pyopenssl +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pyOpenSSL-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes +USE_OPENSSL= yes + +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include diff --git a/security/py-openssl/distinfo b/security/py-openssl/distinfo new file mode 100644 index 000000000000..0ea66ce27a51 --- /dev/null +++ b/security/py-openssl/distinfo @@ -0,0 +1 @@ +MD5 (pyOpenSSL-0.4.1.tar.gz) = 21d4337fb58bf45e54cd8574c64cb323 diff --git a/security/py-openssl/pkg-comment b/security/py-openssl/pkg-comment new file mode 100644 index 000000000000..b400c8faf0f2 --- /dev/null +++ b/security/py-openssl/pkg-comment @@ -0,0 +1 @@ +Python interface to the OpenSSL library diff --git a/security/py-openssl/pkg-descr b/security/py-openssl/pkg-descr new file mode 100644 index 000000000000..74ed8babc846 --- /dev/null +++ b/security/py-openssl/pkg-descr @@ -0,0 +1,3 @@ +pyOpenSSL - A Python wrapper around the OpenSSL library + +WWW: http://pyopenssl.sourceforge.net/ diff --git a/security/py-openssl/pkg-plist b/security/py-openssl/pkg-plist new file mode 100644 index 000000000000..ff0ca6702e8a --- /dev/null +++ b/security/py-openssl/pkg-plist @@ -0,0 +1,8 @@ +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/SSL.so +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.py +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.pyc +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/crypto.so +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/rand.so +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.py +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.pyc +@dirrm lib/%%PYTHON_VERSION%%/site-packages/OpenSSL -- cgit