pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-GPG Added security/p5-Crypt-GPG vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed342aba73ee
branches:  trunk
changeset: 544510:ed342aba73ee
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:46:22 2008 +0000

description:
Added security/p5-Crypt-GPG version 1.63

The Crypt::GPG module provides access to the functionality of the
GnuPG (www.gnupg.org) encryption tool through an object oriented
interface.

It provides methods for encryption, decryption, signing, signature
verification, key generation, key certification, export and import.
Key-server access is on the todo list.

diffstat:

 security/p5-Crypt-GPG/DESCR    |   7 +++++++
 security/p5-Crypt-GPG/Makefile |  31 +++++++++++++++++++++++++++++++
 security/p5-Crypt-GPG/distinfo |   5 +++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r d0135ad1f9bb -r ed342aba73ee security/p5-Crypt-GPG/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GPG/DESCR       Tue Jul 15 09:46:22 2008 +0000
@@ -0,0 +1,7 @@
+The Crypt::GPG module provides access to the functionality of the
+GnuPG (www.gnupg.org) encryption tool through an object oriented
+interface.
+
+It provides methods for encryption, decryption, signing, signature
+verification, key generation, key certification, export and import.
+Key-server access is on the todo list.
diff -r d0135ad1f9bb -r ed342aba73ee security/p5-Crypt-GPG/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GPG/Makefile    Tue Jul 15 09:46:22 2008 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:46:22 abs Exp $
+#
+
+DISTNAME=              Crypt-GPG-1.63
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/~agul/Crypt-GPG/
+COMMENT=               Object Oriented Interface to GnuPG
+
+DEPENDS+=              gnupg-[0-9]*:../../security/gnupg
+DEPENDS+=              p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
+DEPENDS+=              p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
+DEPENDS+=              p5-TimeDate-[0-9]*:../../time/p5-TimeDate
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+# It defaults to a gpg path in /usr/local, which is not helpful
+SUBST_CLASSES+=                local
+SUBST_FILES.local=     GPG.pm
+SUBST_SED.local=       -e s,/usr/local,${PREFIX},
+SUBST_STAGE.local=     post-patch
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Crypt/GPG/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d0135ad1f9bb -r ed342aba73ee security/p5-Crypt-GPG/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GPG/distinfo    Tue Jul 15 09:46:22 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:46:22 abs Exp $
+
+SHA1 (Crypt-GPG-1.63.tar.gz) = 514c4dbad56ee6121e8e2b7f250d45f03ea50c3a
+RMD160 (Crypt-GPG-1.63.tar.gz) = d16ab3c2f94c44551be59bab8b34bc28896076f6
+Size (Crypt-GPG-1.63.tar.gz) = 18983 bytes



Home | Main Index | Thread Index | Old Index