summaryrefslogtreecommitdiff
path: root/security/py-gnupg
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-11 15:59:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-11 15:59:59 +0000
commit4c7935e7e2fc5ad27a2b923241b037960e626738 (patch)
tree5799d1d848ec5372f6518da49e0e724b61f232ba /security/py-gnupg
parentUpdate to 2.2.1 (diff)
add py-gnupg
A Python module to interface with GnuPG
Notes
Notes: svn path=/head/; revision=45040
Diffstat (limited to 'security/py-gnupg')
-rw-r--r--security/py-gnupg/Makefile29
-rw-r--r--security/py-gnupg/distinfo1
-rw-r--r--security/py-gnupg/pkg-comment1
-rw-r--r--security/py-gnupg/pkg-descr5
-rw-r--r--security/py-gnupg/pkg-plist2
5 files changed, 38 insertions, 0 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
new file mode 100644
index 000000000000..5dfe8ee26bb4
--- /dev/null
+++ b/security/py-gnupg/Makefile
@@ -0,0 +1,29 @@
+# ex:ts=8
+# New ports collection makefile for: py-gnupg
+# Date created: Jul 11, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnupg
+PORTVERSION= 0.1.0
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= py-gnupg
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= GnuPGInterface-${PORTVERSION}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+USE_PYTHON= yes
+
+SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
+
+do-build:
+ @${SETUP_CMD} build
+
+do-install:
+ @${SETUP_CMD} install
+
+.include <bsd.port.mk>
diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo
new file mode 100644
index 000000000000..761952c3f1f2
--- /dev/null
+++ b/security/py-gnupg/distinfo
@@ -0,0 +1 @@
+MD5 (GnuPGInterface-0.1.0.tar.gz) = 45a77f547e04f35048a6cd77886aa759
diff --git a/security/py-gnupg/pkg-comment b/security/py-gnupg/pkg-comment
new file mode 100644
index 000000000000..978cbd16ce70
--- /dev/null
+++ b/security/py-gnupg/pkg-comment
@@ -0,0 +1 @@
+A Python module to interface with GnuPG
diff --git a/security/py-gnupg/pkg-descr b/security/py-gnupg/pkg-descr
new file mode 100644
index 000000000000..25fd9211147a
--- /dev/null
+++ b/security/py-gnupg/pkg-descr
@@ -0,0 +1,5 @@
+GnuPGInterface is a Python module to interface with GnuPG . It concentrates
+on interacting with GnuPG via filehandles, providing access to control GnuPG
+via versatile and extensible means.
+
+WWW: http://py-gnupg.sourceforge.net/
diff --git a/security/py-gnupg/pkg-plist b/security/py-gnupg/pkg-plist
new file mode 100644
index 000000000000..adaaecbac204
--- /dev/null
+++ b/security/py-gnupg/pkg-plist
@@ -0,0 +1,2 @@
+lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.py
+lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.pyc