pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-GnuPG-Interface GnuPG::Interface and its a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a3a31e399c6
branches:  trunk
changeset: 487168:6a3a31e399c6
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 10 18:22:22 2005 +0000

description:
GnuPG::Interface and its 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.

diffstat:

 security/p5-GnuPG-Interface/DESCR            |   4 +++
 security/p5-GnuPG-Interface/Makefile         |  21 ++++++++++++++++++++
 security/p5-GnuPG-Interface/PLIST            |   1 +
 security/p5-GnuPG-Interface/distinfo         |   5 ++++
 security/p5-GnuPG-Interface/patches/patch-aa |  29 ++++++++++++++++++++++++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 39247c755641 -r 6a3a31e399c6 security/p5-GnuPG-Interface/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-GnuPG-Interface/DESCR Mon Jan 10 18:22:22 2005 +0000
@@ -0,0 +1,4 @@
+GnuPG::Interface and its 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.
diff -r 39247c755641 -r 6a3a31e399c6 security/p5-GnuPG-Interface/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-GnuPG-Interface/Makefile      Mon Jan 10 18:22:22 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/10 18:22:22 tv Exp $
+#
+
+DISTNAME=              GnuPG-Interface-0.34
+PKGNAME=               p5-${DISTNAME}
+PKGREVISION=           1
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnupg-interface/}
+
+MAINTAINER=            tv%duh.org@localhost
+HOMEPAGE=              http://gnupg-interface.sourceforge.net/
+COMMENT=               Perl interface to GnuPG
+
+DEPENDS+=              p5-Class-MethodMaker>=1.00:../../devel/p5-Class-MethodMaker
+DEPENDS+=              gnupg>=1.2.3:../../security/gnupg
+
+USE_BUILDLINK3=                yes
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/GnuPG/Interface/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 39247c755641 -r 6a3a31e399c6 security/p5-GnuPG-Interface/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-GnuPG-Interface/PLIST Mon Jan 10 18:22:22 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/10 18:22:22 tv Exp $
diff -r 39247c755641 -r 6a3a31e399c6 security/p5-GnuPG-Interface/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-GnuPG-Interface/distinfo      Mon Jan 10 18:22:22 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/10 18:22:22 tv Exp $
+
+SHA1 (GnuPG-Interface-0.34.tar.gz) = 992c521db3ac7d1ca7b727d40c944a02c41bc818
+Size (GnuPG-Interface-0.34.tar.gz) = 38730 bytes
+SHA1 (patch-aa) = 3e050bfd306758e72170c0f353a602cd59345536
diff -r 39247c755641 -r 6a3a31e399c6 security/p5-GnuPG-Interface/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-GnuPG-Interface/patches/patch-aa      Mon Jan 10 18:22:22 2005 +0000
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/10 18:22:23 tv Exp $
+
+--- lib/GnuPG/Interface.pm.orig        Fri Aug 15 14:37:00 2003
++++ lib/GnuPG/Interface.pm
+@@ -690,6 +690,15 @@ sub recv_keys( $% )
+ 
+ 
+ 
++sub search_keys( $% )
++{
++    my ( $self, %args ) = @_;
++    return $self->wrap_call( %args,
++                           commands => [ '--search-keys' ] );
++}
++
++
++
+ sub send_keys( $% )
+ {
+     my ( $self, %args ) = @_;
+@@ -885,6 +894,8 @@ This methods work as described in L<Clas
+ =item export_keys( % )
+ 
+ =item recv_keys( % )
++
++=item search_keys( % )
+ 
+ =item send_keys( % )
+ 



Home | Main Index | Thread Index | Old Index