diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-27 13:35:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-27 13:35:20 +0800 |
commit | 0cdba630ff03207f4db28866f2ad0052675d264c (patch) | |
tree | 5e8bf2d077fe0d827d71fa2912b67d9f2a7a5092 /security/p5-Digest-MD2 | |
parent | 24d79e2299192e8cd9e5f1e209d63e46a8c95b31 (diff) | |
download | freebsd-ports-gnome-0cdba630ff03207f4db28866f2ad0052675d264c.tar.gz freebsd-ports-gnome-0cdba630ff03207f4db28866f2ad0052675d264c.tar.zst freebsd-ports-gnome-0cdba630ff03207f4db28866f2ad0052675d264c.zip |
Perl5 interface to the MD2 message digest algorithm
PR: ports/27618
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'security/p5-Digest-MD2')
-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 |
5 files changed, 43 insertions, 0 deletions
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 |