From a33f0386605a1e07b5aa18fff4e1eddd72a15bcd Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 29 Jan 2002 16:15:47 +0000 Subject: initial import of py-gnupg-0.3.2, a python interface to GnuPG, submitted by Shell Hung per PR pkg/14541 --- security/py-gnupg/DESCR | 3 +++ security/py-gnupg/Makefile | 18 ++++++++++++++++++ security/py-gnupg/PLIST | 3 +++ security/py-gnupg/distinfo | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 security/py-gnupg/DESCR create mode 100644 security/py-gnupg/Makefile create mode 100644 security/py-gnupg/PLIST create mode 100644 security/py-gnupg/distinfo diff --git a/security/py-gnupg/DESCR b/security/py-gnupg/DESCR new file mode 100644 index 00000000000..a4eb68a050a --- /dev/null +++ b/security/py-gnupg/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile new file mode 100644 index 00000000000..db2e299c9e7 --- /dev/null +++ b/security/py-gnupg/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ + +DISTNAME= GnuPGInterface-0.3.2 +PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/} + +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://py-gnupg.sourceforge.net/ +COMMENT= python module for GnuPG interface + +DEPENDS+= gnupg>=1.0.0:../../security/gnupg + +PYTHON_VERSIONS_ACCEPTED= 21 +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST new file mode 100644 index 00000000000..fa69336d36c --- /dev/null +++ b/security/py-gnupg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ +${PYSITELIB}/GnuPGInterface.py +${PYSITELIB}/GnuPGInterface.pyc diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo new file mode 100644 index 00000000000..16336013f92 --- /dev/null +++ b/security/py-gnupg/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ + +SHA1 (GnuPGInterface-0.3.2.tar.gz) = 4d916b0fa1ba2d1894efdc1bc0c14ea4e6b43fa6 +Size (GnuPGInterface-0.3.2.tar.gz) = 19875 bytes -- cgit v1.2.3