GPG::Interface and it's associated modules are designed to provide

an object-oriented method for interacting with GnuPG, being able
to perform functions such as but not limited to encrypting, signing,
decryption, verification, and key-listing parsing.
This commit is contained in:
peter 2001-04-05 15:34:48 +00:00
parent 49d2a3a103
commit 3d73aa841a
4 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/05 15:34:48 peter Exp $
COMMENT= "perl5 interface to GnuPG"
VERSION= 0.11
DISTNAME= GnuPG-Interface-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.386
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GnuPG
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Class/MethodMaker.pm::devel/p5-Class-MethodMaker
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Class/MethodMaker.pm::devel/p5-Class-MethodMaker
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (GnuPG-Interface-0.11.tar.gz) = b392f3a644e15d489ea5da8dac2168c1
RMD160 (GnuPG-Interface-0.11.tar.gz) = ce14633930cae6cf78351e4057514b1139757945
SHA1 (GnuPG-Interface-0.11.tar.gz) = 553665f5677b3dfa2b67b3c94d213b452c666b91

View File

@ -0,0 +1,4 @@
GPG::Interface and it's associated modules are designed to provide
an object-oriented method for interacting with GnuPG, being able
to perform functions such as but not limited to encrypting, signing,
decryption, verification, and key-listing parsing.

View File

@ -0,0 +1,43 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/05 15:34:50 peter Exp $
libdata/perl5/site_perl/GnuPG/Fingerprint.pm
libdata/perl5/site_perl/GnuPG/Handles.pm
libdata/perl5/site_perl/GnuPG/Interface.pm
libdata/perl5/site_perl/GnuPG/Key.pm
libdata/perl5/site_perl/GnuPG/Options.pm
libdata/perl5/site_perl/GnuPG/PublicKey.pm
libdata/perl5/site_perl/GnuPG/SecretKey.pm
libdata/perl5/site_perl/GnuPG/Signature.pm
libdata/perl5/site_perl/GnuPG/SubKey.pm
libdata/perl5/site_perl/GnuPG/UserId.pm
libdata/perl5/site_perl/auto/GnuPG/Interface/autosplit.ix
libdata/perl5/site_perl/auto/GnuPG/Interface/clearsign.al
libdata/perl5/site_perl/auto/GnuPG/Interface/decrypt.al
libdata/perl5/site_perl/auto/GnuPG/Interface/detach_sign.al
libdata/perl5/site_perl/auto/GnuPG/Interface/encrypt.al
libdata/perl5/site_perl/auto/GnuPG/Interface/encrypt_symmetrically.al
libdata/perl5/site_perl/auto/GnuPG/Interface/export_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/get_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/get_public_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/get_public_keys_with_sigs.al
libdata/perl5/site_perl/auto/GnuPG/Interface/get_secret_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/import_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/list_public_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/list_secret_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/list_sigs.al
libdata/perl5/site_perl/auto/GnuPG/Interface/recv_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/send_keys.al
libdata/perl5/site_perl/auto/GnuPG/Interface/sign.al
libdata/perl5/site_perl/auto/GnuPG/Interface/sign_and_encrypt.al
libdata/perl5/site_perl/auto/GnuPG/Interface/test_default_key_passphrase.al
libdata/perl5/site_perl/auto/GnuPG/Interface/verify.al
man/man3/GnuPG::Fingerprint.3p
man/man3/GnuPG::Handles.3p
man/man3/GnuPG::Interface.3p
man/man3/GnuPG::Key.3p
man/man3/GnuPG::Options.3p
man/man3/GnuPG::PublicKey.3p
man/man3/GnuPG::SecretKey.3p
man/man3/GnuPG::Signature.3p
man/man3/GnuPG::SubKey.3p
man/man3/GnuPG::UserId.3p
@dirrm libdata/perl5/site_perl/auto/GnuPG/Interface