diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-12 10:33:49 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-12 10:33:49 +0800 |
commit | ada53a12f8909a59325bff19b4f99ebdc96d699b (patch) | |
tree | fe37db3a62eab9cd3dd4dc1ba04ae534a3607020 /security/p5-Crypt-RIPEMD160 | |
parent | 2f3ab143b99ff758811e7fbae7755ee30ef36b6b (diff) | |
download | freebsd-ports-gnome-ada53a12f8909a59325bff19b4f99ebdc96d699b.tar.gz freebsd-ports-gnome-ada53a12f8909a59325bff19b4f99ebdc96d699b.tar.zst freebsd-ports-gnome-ada53a12f8909a59325bff19b4f99ebdc96d699b.zip |
The Crypt::RIPEMD160 module allows you to use the
RIPEMD160 Message Digest algorithm from within Perl programs.
Diffstat (limited to 'security/p5-Crypt-RIPEMD160')
-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 |
5 files changed, 39 insertions, 0 deletions
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 |