diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-02-09 13:35:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-02-09 13:35:18 +0800 |
commit | 6beadf303a30bfc2ec0ef4335853c2607dec94c2 (patch) | |
tree | 857cbdb4df1a3e81603a48ea8f5016078275ac22 /security | |
parent | 3ccad56b37e62b8a2ba3d757c013235259dac0f0 (diff) | |
download | freebsd-ports-gnome-6beadf303a30bfc2ec0ef4335853c2607dec94c2.tar.gz freebsd-ports-gnome-6beadf303a30bfc2ec0ef4335853c2607dec94c2.tar.zst freebsd-ports-gnome-6beadf303a30bfc2ec0ef4335853c2607dec94c2.zip |
add p5-Digest-MD4 1.1
Perl5 interface to the MD4 message digest algorithm
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Digest-MD4/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD4/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD4/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD4/pkg-plist | 8 |
6 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 51a5307f2180..1db7914e8e71 100644 --- a/security/Makefile +++ b/security/Makefile @@ -205,6 +205,7 @@ SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-MD2 + SUBDIR += p5-Digest-MD4 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-SHA1 diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile new file mode 100644 index 000000000000..a4072a1c1b03 --- /dev/null +++ b/security/p5-Digest-MD4/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: p5-Digest-MD4 +# Date created: Feb 9, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Digest-MD4 +PORTVERSION= 1.1 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Digest::MD4.3 + +.include <bsd.port.mk> diff --git a/security/p5-Digest-MD4/distinfo b/security/p5-Digest-MD4/distinfo new file mode 100644 index 000000000000..0f58a7040564 --- /dev/null +++ b/security/p5-Digest-MD4/distinfo @@ -0,0 +1 @@ +MD5 (Digest-MD4-1.1.tar.gz) = 72e8a9eadb7d933a7305f1ff6510751c diff --git a/security/p5-Digest-MD4/pkg-comment b/security/p5-Digest-MD4/pkg-comment new file mode 100644 index 000000000000..520cab102a6b --- /dev/null +++ b/security/p5-Digest-MD4/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to the MD4 message digest algorithm diff --git a/security/p5-Digest-MD4/pkg-descr b/security/p5-Digest-MD4/pkg-descr new file mode 100644 index 000000000000..27738da57cd9 --- /dev/null +++ b/security/p5-Digest-MD4/pkg-descr @@ -0,0 +1,4 @@ +The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 +Message Digest algorithm from within Perl programs. + +WWW: http://search.cpan.org/search?dist=Digest-MD4 diff --git a/security/p5-Digest-MD4/pkg-plist b/security/p5-Digest-MD4/pkg-plist new file mode 100644 index 000000000000..aced3ed335f7 --- /dev/null +++ b/security/p5-Digest-MD4/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/MD4.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.bs +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true |