summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-12-02 14:31:00 +0000
committerrh <rh@pkgsrc.org>1999-12-02 14:31:00 +0000
commitd5e636579721019c6f308d00b4ba451f5fb024f5 (patch)
tree8573f14593a6866479c88e8c7e5ab0ce73b50da4 /security/p5-Digest-MD5
parentdcea0015b685edc9c17858bc6adf57608ff1c756 (diff)
downloadpkgsrc-d5e636579721019c6f308d00b4ba451f5fb024f5.tar.gz
Import of p5-Digest-MD5-2.09, a perl extension interface for various
message digest algorithms.
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r--security/p5-Digest-MD5/Makefile16
-rw-r--r--security/p5-Digest-MD5/files/md53
-rw-r--r--security/p5-Digest-MD5/pkg/COMMENT1
-rw-r--r--security/p5-Digest-MD5/pkg/DESCR24
-rw-r--r--security/p5-Digest-MD5/pkg/PLIST-md.shared11
-rw-r--r--security/p5-Digest-MD5/pkg/PLIST-md.static11
-rw-r--r--security/p5-Digest-MD5/pkg/PLIST-mi21
7 files changed, 87 insertions, 0 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
new file mode 100644
index 00000000000..5bfbad34a67
--- /dev/null
+++ b/security/p5-Digest-MD5/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $
+#
+
+PKGNAME= p5-Digest-MD5-2.09
+DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//'
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Digest-MD5/files/md5 b/security/p5-Digest-MD5/files/md5
new file mode 100644
index 00000000000..cced258eb12
--- /dev/null
+++ b/security/p5-Digest-MD5/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $
+
+MD5 (Digest-MD5-2.09.tar.gz) = 8be0b95a2803bb9ddca19eaeefb43bb2
diff --git a/security/p5-Digest-MD5/pkg/COMMENT b/security/p5-Digest-MD5/pkg/COMMENT
new file mode 100644
index 00000000000..8ecbd4f843e
--- /dev/null
+++ b/security/p5-Digest-MD5/pkg/COMMENT
@@ -0,0 +1 @@
+Perl5 extension interface for various message digest algorithms.
diff --git a/security/p5-Digest-MD5/pkg/DESCR b/security/p5-Digest-MD5/pkg/DESCR
new file mode 100644
index 00000000000..96e3c61c5a2
--- /dev/null
+++ b/security/p5-Digest-MD5/pkg/DESCR
@@ -0,0 +1,24 @@
+ This package contains Perl extension interfaces for the following
+message digest algorithms:
+
+ - RSA Data Security Inc. MD5 (RFC 1321)
+ - RSA Data Security Inc. MD2 (RFC 1319)
+ - NIST SHA-1 (FIPS PUB 180-1)
+
+ Modules to calculate HMAC (RFC 2104) digests are also provided.
+
+ To build the extensions, unpack this distribution somewhere, create
+the Makefile by running 'perl Makefile.PL' and do a 'make', 'make
+test', and if successful 'make install'.
+
+You will need perl version 5.004 or better to install these modules.
+Further documentation is embedded in the individual modules.
+
+Copyright 1998-1999 Gisle Aas.
+Copyright 1998 Graham Barr.
+Copyright 1997 Uwe Hollerbach.
+Copyright 1995-1996 Neil Winton.
+Copyright 1990-1992 RSA Data Security, Inc.
+
+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-MD5/pkg/PLIST-md.shared b/security/p5-Digest-MD5/pkg/PLIST-md.shared
new file mode 100644
index 00000000000..d836a83c68e
--- /dev/null
+++ b/security/p5-Digest-MD5/pkg/PLIST-md.shared
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD5/MD5.so
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD5/MD5.bs
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD2/MD2.so
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD2/MD2.bs
+lib/perl5/site_perl/i386-netbsd/auto/Digest/SHA1/SHA1.so
+lib/perl5/site_perl/i386-netbsd/auto/Digest/SHA1/SHA1.bs
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/MD5
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/MD2
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/SHA1
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest
diff --git a/security/p5-Digest-MD5/pkg/PLIST-md.static b/security/p5-Digest-MD5/pkg/PLIST-md.static
new file mode 100644
index 00000000000..30902143223
--- /dev/null
+++ b/security/p5-Digest-MD5/pkg/PLIST-md.static
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD5/MD5.a
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD5/extralibs.ld
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD2/MD2.a
+lib/perl5/site_perl/i386-netbsd/auto/Digest/MD2/extralibs.ld
+lib/perl5/site_perl/i386-netbsd/auto/Digest/SHA1/SHA1.a
+lib/perl5/site_perl/i386-netbsd/auto/Digest/SHA1/extralibs.ld
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/MD5
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/MD2
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/SHA1
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest
diff --git a/security/p5-Digest-MD5/pkg/PLIST-mi b/security/p5-Digest-MD5/pkg/PLIST-mi
new file mode 100644
index 00000000000..136c361ff18
--- /dev/null
+++ b/security/p5-Digest-MD5/pkg/PLIST-mi
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $
+lib/perl5/site_perl/Digest/MD5.pm
+lib/perl5/site_perl/Digest/HMAC.pm
+lib/perl5/site_perl/Digest/HMAC_SHA1.pm
+lib/perl5/site_perl/Digest/HMAC_MD5.pm
+lib/perl5/site_perl/Digest/MD2.pm
+lib/perl5/site_perl/Digest/SHA1.pm
+lib/perl5/site_perl/Digest.pm
+lib/perl5/site_perl/MD5.pm
+lib/perl5/site_perl/SHA.pm
+lib/perl5/man/man3/Digest::MD2.3
+lib/perl5/man/man3/Digest::SHA1.3
+lib/perl5/man/man3/SHA.3
+lib/perl5/man/man3/Digest::HMAC.3
+lib/perl5/man/man3/Digest.3
+lib/perl5/man/man3/Digest::MD5.3
+lib/perl5/man/man3/Digest::HMAC_SHA1.3
+lib/perl5/man/man3/Digest::HMAC_MD5.3
+lib/perl5/man/man3/MD5.3
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Digest/MD5/.packlist
+@dirrm lib/perl5/site_perl/Digest