add py-gnupg

A Python module to interface with GnuPG
This commit is contained in:
Ying-Chieh Liao 2001-07-11 15:59:59 +00:00
parent 2f82e6159a
commit 4c7935e7e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45040
6 changed files with 39 additions and 0 deletions

View file

@ -139,6 +139,7 @@
SUBDIR += pscan
SUBDIR += py-amkCrypto
SUBDIR += py-fchksum
SUBDIR += py-gnupg
SUBDIR += py-m2crypto
SUBDIR += racoon
SUBDIR += radiusniff

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (GnuPGInterface-0.1.0.tar.gz) = 45a77f547e04f35048a6cd77886aa759

View file

@ -0,0 +1 @@
A Python module to interface with GnuPG

View file

@ -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/

View file

@ -0,0 +1,2 @@
lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.py
lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.pyc