pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DH Initial import of p5-Crypt-DH as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1d83342a3aa
branches:  trunk
changeset: 500749:d1d83342a3aa
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Oct 12 17:55:26 2005 +0000

description:
Initial import of p5-Crypt-DH as version 0.06 into the NetBSD Packages
Collection.

The Perl 5 module Crypt::DH implements the Diffie-Hellman key
exchange system.

diffstat:

 security/p5-Crypt-DH/DESCR    |   2 ++
 security/p5-Crypt-DH/Makefile |  20 ++++++++++++++++++++
 security/p5-Crypt-DH/PLIST    |   1 +
 security/p5-Crypt-DH/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 40392e3eece4 -r d1d83342a3aa security/p5-Crypt-DH/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-DH/DESCR        Wed Oct 12 17:55:26 2005 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Crypt::DH implements the Diffie-Hellman key
+exchange system.
diff -r 40392e3eece4 -r d1d83342a3aa security/p5-Crypt-DH/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-DH/Makefile     Wed Oct 12 17:55:26 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $
+#
+
+DISTNAME=              Crypt-DH-0.06
+PKGNAME=               p5-Crypt-DH-0.06
+SVR4_PKGNAME=          p5cdh
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER=            seb%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Crypt-DH/
+COMMENT=               Perl5 module for the Diffie-Hellman key exchange system
+
+DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
+DEPENDS+=              p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
+
+PERL5_PACKLIST=                auto/Crypt/DH/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 40392e3eece4 -r d1d83342a3aa security/p5-Crypt-DH/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-DH/PLIST        Wed Oct 12 17:55:26 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $
diff -r 40392e3eece4 -r d1d83342a3aa security/p5-Crypt-DH/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-DH/distinfo     Wed Oct 12 17:55:26 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $
+
+SHA1 (Crypt-DH-0.06.tar.gz) = 99bfb2ba25872924f65b2c8c6e97d5e7c85f9b04
+RMD160 (Crypt-DH-0.06.tar.gz) = 777476bd6a20082e44fe3cd4b1b6c81b2b93aa22
+Size (Crypt-DH-0.06.tar.gz) = 18088 bytes



Home | Main Index | Thread Index | Old Index