summaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA1
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-31 01:27:04 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-31 01:27:04 +0000
commitfe7d801e4a605697f7a060de9413deddcef428bd (patch)
treea03ecad903c5f9290af005f37398264aca4251e9 /security/p5-Digest-SHA1
parentAdd p5-HTML-FillInForm 0.11, a perl5 module for auto-filling HTML (diff)
Add p5-Digest-SHA1 2.00, a perl interface to the SHA-1 Algorithm.
PR: 26204 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Notes
Notes: svn path=/head/; revision=40610
Diffstat (limited to 'security/p5-Digest-SHA1')
-rw-r--r--security/p5-Digest-SHA1/Makefile22
-rw-r--r--security/p5-Digest-SHA1/distinfo1
-rw-r--r--security/p5-Digest-SHA1/pkg-comment1
-rw-r--r--security/p5-Digest-SHA1/pkg-descr12
-rw-r--r--security/p5-Digest-SHA1/pkg-plist7
5 files changed, 43 insertions, 0 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
new file mode 100644
index 000000000000..77c257ae2941
--- /dev/null
+++ b/security/p5-Digest-SHA1/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Digest-SHA1
+# Date created: 30 March 2001
+# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Digest-SHA1
+PORTVERSION= 2.00
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= leeym@cae.ce.ntu.edu.tw
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Digest::SHA1.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Digest-SHA1/distinfo b/security/p5-Digest-SHA1/distinfo
new file mode 100644
index 000000000000..673b5d04eb8e
--- /dev/null
+++ b/security/p5-Digest-SHA1/distinfo
@@ -0,0 +1 @@
+MD5 (Digest-SHA1-2.00.tar.gz) = 69be4bbde20a6cfd96f6a05830dea98b
diff --git a/security/p5-Digest-SHA1/pkg-comment b/security/p5-Digest-SHA1/pkg-comment
new file mode 100644
index 000000000000..230c0cbe6880
--- /dev/null
+++ b/security/p5-Digest-SHA1/pkg-comment
@@ -0,0 +1 @@
+Perl interface to the SHA-1 Algorithm
diff --git a/security/p5-Digest-SHA1/pkg-descr b/security/p5-Digest-SHA1/pkg-descr
new file mode 100644
index 000000000000..f2bcfcf996dc
--- /dev/null
+++ b/security/p5-Digest-SHA1/pkg-descr
@@ -0,0 +1,12 @@
+The Digest::SHA1 module allows you to use the NIST SHA-1 message
+digest algorithm from within Perl programs. The algorithm takes as
+input a message of arbitrary length and produces as output a 160-bit
+"fingerprint" or "message digest" of the input.
+
+You will need Perl version 5.004 or better to install this module.
+
+Copyright 1999-2001 Gisle Aas.
+Copyright 1997 Uwe Hollerbach.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
diff --git a/security/p5-Digest-SHA1/pkg-plist b/security/p5-Digest-SHA1/pkg-plist
new file mode 100644
index 000000000000..3e511fa9c0a8
--- /dev/null
+++ b/security/p5-Digest-SHA1/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/SHA1.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.so
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true