summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 14:58:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 14:58:35 +0000
commitc22e7f25dccf1ef454e4859824264ec51b3cd328 (patch)
tree3f724251814299693fd888cea598c089b636bf9f /security
parentadd p5-Digest-BubbleBabble 0.0.1 (diff)
add p5-Crypt-DH 0.03
Perl5 interface to a Diffie-Hellman key exchange system PR: 35890 Submitted by: jesper
Notes
Notes: svn path=/head/; revision=56080
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-DH/Makefile26
-rw-r--r--security/p5-Crypt-DH/distinfo1
-rw-r--r--security/p5-Crypt-DH/pkg-comment1
-rw-r--r--security/p5-Crypt-DH/pkg-descr6
-rw-r--r--security/p5-Crypt-DH/pkg-plist1
6 files changed, 36 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 22789815ca43..c5131fe1442f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -126,6 +126,7 @@
SUBDIR += p5-Crypt-Cracklib
SUBDIR += p5-Crypt-Cryptix
SUBDIR += p5-Crypt-DES
+ SUBDIR += p5-Crypt-DH
SUBDIR += p5-Crypt-DSA
SUBDIR += p5-Crypt-ECB
SUBDIR += p5-Crypt-HCE_SHA
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile
new file mode 100644
index 000000000000..108f4d7f06e7
--- /dev/null
+++ b/security/p5-Crypt-DH/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Crypt-DH
+# Date created: 2002/03/14
+# Whom: jesper
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-DH
+PORTVERSION= 0.03
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= jesper@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Crypt::DH.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-DH/distinfo b/security/p5-Crypt-DH/distinfo
new file mode 100644
index 000000000000..f3779bfeb31c
--- /dev/null
+++ b/security/p5-Crypt-DH/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-DH-0.03.tar.gz) = e0af4baf9d5c9089ca8f1ad316701a82
diff --git a/security/p5-Crypt-DH/pkg-comment b/security/p5-Crypt-DH/pkg-comment
new file mode 100644
index 000000000000..8c493b85f709
--- /dev/null
+++ b/security/p5-Crypt-DH/pkg-comment
@@ -0,0 +1 @@
+Perl5 interface to a Diffie-Hellman key exchange system
diff --git a/security/p5-Crypt-DH/pkg-descr b/security/p5-Crypt-DH/pkg-descr
new file mode 100644
index 000000000000..c76c89f483a4
--- /dev/null
+++ b/security/p5-Crypt-DH/pkg-descr
@@ -0,0 +1,6 @@
+Crypt::DH is a Perl implementation of the Diffie-Hellman key
+exchange system. Diffie-Hellman is an algorithm by which two
+parties can agree on a shared secret key, known only to them.
+The secret is negotiated over an insecure network without the
+two parties ever passing the actual shared secret, or their
+private keys, between them.
diff --git a/security/p5-Crypt-DH/pkg-plist b/security/p5-Crypt-DH/pkg-plist
new file mode 100644
index 000000000000..dd2727e9a53c
--- /dev/null
+++ b/security/p5-Crypt-DH/pkg-plist
@@ -0,0 +1 @@
+lib/perl5/site_perl/%%PERL_VER%%/Crypt/DH.pm