diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/pkg-plist | 10 |
6 files changed, 40 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 91cd6d1f6992..7caf90b31bdc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -119,6 +119,7 @@ SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-Primes + SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Rijndael diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile new file mode 100644 index 000000000000..c9ab9645942f --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Crypt-RIPEMD160 +# Date created: +# Whom: Michael Haro <mharo@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-RIPEMD160 +PORTVERSION= 0.04 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= mharo@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::RIPEMD160::MAC.3 Crypt::RIPEMD160.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-RIPEMD160/distinfo b/security/p5-Crypt-RIPEMD160/distinfo new file mode 100644 index 000000000000..12621cfb5699 --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-RIPEMD160-0.04.tar.gz) = 132c1b74deabd6511726945373308699 diff --git a/security/p5-Crypt-RIPEMD160/pkg-comment b/security/p5-Crypt-RIPEMD160/pkg-comment new file mode 100644 index 000000000000..27fc39d36694 --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/pkg-comment @@ -0,0 +1 @@ +RIPEMD-160 message digest algorithm diff --git a/security/p5-Crypt-RIPEMD160/pkg-descr b/security/p5-Crypt-RIPEMD160/pkg-descr new file mode 100644 index 000000000000..bb240e2dc366 --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/pkg-descr @@ -0,0 +1,5 @@ +The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message Digest +algorithm from within Perl programs. + +The module is based on the implementation from Antoon Bosselaers from +Katholieke Universiteit Leuven. diff --git a/security/p5-Crypt-RIPEMD160/pkg-plist b/security/p5-Crypt-RIPEMD160/pkg-plist new file mode 100644 index 000000000000..33c425edb39f --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/pkg-plist @@ -0,0 +1,10 @@ +lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.so +lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.bs +lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/autosplit.ix +lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/.packlist +lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160.pm +lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160/MAC.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RIPEMD160 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/RIPEMD160 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true |