diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Digest-MD2/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD2/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD2/pkg-descr | 12 | ||||
-rw-r--r-- | security/p5-Digest-MD2/pkg-plist | 7 |
6 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d0483df244eb..a098646312c0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -103,6 +103,7 @@ SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-UnixCrypt + SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-SHA1 SUBDIR += p5-GnuPG-Interface diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile new file mode 100644 index 000000000000..3563fd88c3ed --- /dev/null +++ b/security/p5-Digest-MD2/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Digest-MD2 +# Date created: 24 May 2001 +# Whom: petef@databits.net +# +# $FreeBSD$ +# + +PORTNAME= Digest-MD2 +PORTVERSION= 2.00 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= petef@databits.net + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Digest::MD2.3 + +.include <bsd.port.mk> diff --git a/security/p5-Digest-MD2/distinfo b/security/p5-Digest-MD2/distinfo new file mode 100644 index 000000000000..12bd0f09b0ba --- /dev/null +++ b/security/p5-Digest-MD2/distinfo @@ -0,0 +1 @@ +MD5 (Digest-MD2-2.00.tar.gz) = 2ea030c189c07f7477c9a623c793f0ad diff --git a/security/p5-Digest-MD2/pkg-comment b/security/p5-Digest-MD2/pkg-comment new file mode 100644 index 000000000000..15cb99caf70c --- /dev/null +++ b/security/p5-Digest-MD2/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to the MD2 message digest algorithm diff --git a/security/p5-Digest-MD2/pkg-descr b/security/p5-Digest-MD2/pkg-descr new file mode 100644 index 000000000000..8b350206de57 --- /dev/null +++ b/security/p5-Digest-MD2/pkg-descr @@ -0,0 +1,12 @@ +The Digest::MD2 module allows you to use the RSA Data Security +Inc. MD2 Message Digest algorithm from within Perl programs. The +algorithm takes as input a message of arbitrary length and produces as +output a 128-bit "fingerprint" or "message digest" of the input. + +The Digest::MD2 programming interface is identical to the interface +of Digest::MD5. MD2 is described in RFC 1115. + +WWW: http://search.cpan.org/search?dist=Digest-MD2 + +- Pete +petef@databits.net diff --git a/security/p5-Digest-MD2/pkg-plist b/security/p5-Digest-MD2/pkg-plist new file mode 100644 index 000000000000..4d6705e8ce83 --- /dev/null +++ b/security/p5-Digest-MD2/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD2.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.bs +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2 +@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 |