summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-05-28 13:02:49 +0000
committerskv <skv@FreeBSD.org>2002-05-28 13:02:49 +0000
commitb100553e9f784156b952e6c59e6ac4996b96b4a6 (patch)
tree3b16d8030a367da7fbf124178a4cce14d9511d9a /security
parentf616ec88767d7ffd3428abdc9d05192eb59e826b (diff)
downloadFreeBSD-ports-b100553e9f784156b952e6c59e6ac4996b96b4a6.zip
FreeBSD-ports-b100553e9f784156b952e6c59e6ac4996b96b4a6.tar.gz
Add p5-Digest 1.00, modules that calculate message digests.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Digest/Makefile25
-rw-r--r--security/p5-Digest/distinfo1
-rw-r--r--security/p5-Digest/pkg-comment1
-rw-r--r--security/p5-Digest/pkg-descr8
-rw-r--r--security/p5-Digest/pkg-plist3
6 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 9833e83..989dfdc 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -155,6 +155,7 @@
SUBDIR += p5-Crypt-TripleDES
SUBDIR += p5-Crypt-Twofish
SUBDIR += p5-Crypt-UnixCrypt
+ SUBDIR += p5-Digest
SUBDIR += p5-Digest-BubbleBabble
SUBDIR += p5-Digest-HMAC
SUBDIR += p5-Digest-MD2
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
new file mode 100644
index 0000000..3213697
--- /dev/null
+++ b/security/p5-Digest/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Digest
+# Date created: 28 May 2002
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Digest
+PORTVERSION= 1.00
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Digest.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Digest/distinfo b/security/p5-Digest/distinfo
new file mode 100644
index 0000000..797f671
--- /dev/null
+++ b/security/p5-Digest/distinfo
@@ -0,0 +1 @@
+MD5 (Digest-1.00.tar.gz) = 493c52c320d0e4c544e9ecec16b7eac7
diff --git a/security/p5-Digest/pkg-comment b/security/p5-Digest/pkg-comment
new file mode 100644
index 0000000..a1b9d0a
--- /dev/null
+++ b/security/p5-Digest/pkg-comment
@@ -0,0 +1 @@
+Modules that calculate message digests
diff --git a/security/p5-Digest/pkg-descr b/security/p5-Digest/pkg-descr
new file mode 100644
index 0000000..a5d0fe0
--- /dev/null
+++ b/security/p5-Digest/pkg-descr
@@ -0,0 +1,8 @@
+This is just a simple frontend module for autoloading of various
+Digest:: modules. It also provide documentation of the interface that
+all Digest:: modules should provide.
+
+WWW: http://search.cpan.org/search?dist=Digest
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/security/p5-Digest/pkg-plist b/security/p5-Digest/pkg-plist
new file mode 100644
index 0000000..93ceb2d
--- /dev/null
+++ b/security/p5-Digest/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Digest.pm
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
OpenPOWER on IntegriCloud