diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-Perl-MD4/Makefile | 27 | ||||
-rw-r--r-- | security/p5-Digest-Perl-MD4/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Digest-Perl-MD4/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Digest-Perl-MD4/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 040eb67f0110..b6a6a42d492d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -377,6 +377,7 @@ SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-Pearson SUBDIR += p5-Digest-Pearson-PurePerl + SUBDIR += p5-Digest-Perl-MD4 SUBDIR += p5-Digest-Perl-MD5 SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl diff --git a/security/p5-Digest-Perl-MD4/Makefile b/security/p5-Digest-Perl-MD4/Makefile new file mode 100644 index 000000000000..c2f14fc1fab5 --- /dev/null +++ b/security/p5-Digest-Perl-MD4/Makefile @@ -0,0 +1,27 @@ +# Ports collection Makefile for: p5-Digest-Perl-MD4 +# Date created: 21 Dec, 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Digest-Perl-MD4 +PORTVERSION= 1.4 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for MD4 hash algorithm in pure Perl + +PERL_CONFIGURE= yes + +MAN3= Digest::Perl::Digest-MD4.3 \ + Digest::Perl::MD4.3 + +WRKSRC= ${WRKDIR}/MD4 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} <= 500503 +IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/security/p5-Digest-Perl-MD4/distinfo b/security/p5-Digest-Perl-MD4/distinfo new file mode 100644 index 000000000000..4874df3e0cb2 --- /dev/null +++ b/security/p5-Digest-Perl-MD4/distinfo @@ -0,0 +1,3 @@ +MD5 (Digest-Perl-MD4-1.4.tar.gz) = 9b18107ea38e18e3f650222df16b65bf +SHA256 (Digest-Perl-MD4-1.4.tar.gz) = 93dc7bb1816798667999590cb977197091f8b9ed4423dc68dbe4bdad361a1ac6 +SIZE (Digest-Perl-MD4-1.4.tar.gz) = 6646 diff --git a/security/p5-Digest-Perl-MD4/pkg-descr b/security/p5-Digest-Perl-MD4/pkg-descr new file mode 100644 index 000000000000..9f871dc70be6 --- /dev/null +++ b/security/p5-Digest-Perl-MD4/pkg-descr @@ -0,0 +1,6 @@ +This is not C-code interface (like `Digest::MD5') but a Perl-only +implementation of MD4 (like `Digest::Perl::MD5'). Because of this, it is +slow but avoids platform specific complications. For efficiency you +should use `Digest::MD4' instead of this module if it is available. + +WWW: http://search.cpan.org/dist/Digest-Perl-MD4 diff --git a/security/p5-Digest-Perl-MD4/pkg-plist b/security/p5-Digest-Perl-MD4/pkg-plist new file mode 100644 index 000000000000..6d18aae464b5 --- /dev/null +++ b/security/p5-Digest-Perl-MD4/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Digest/Perl/MD4.pm +%%SITE_PERL%%/Digest/Perl/Digest-MD4.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/MD4/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/MD4/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/ 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true +@dirrm %%SITE_PERL%%/Digest/Perl/ +@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true |