diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 16:16:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 16:16:44 +0000 |
commit | 67f6b894a49236a90c3e669234116ac80799e72e (patch) | |
tree | e6a53f04472c171777c9c602c0b737c777915e81 /security/p5-Crypt-CAST5_PP | |
parent | e3a69541d2b5fde0ae7e737e6e70632b8370a8d4 (diff) | |
download | ports-67f6b894a49236a90c3e669234116ac80799e72e.tar.gz ports-67f6b894a49236a90c3e669234116ac80799e72e.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CAST5_PP')
-rw-r--r-- | security/p5-Crypt-CAST5_PP/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/pkg-plist | 13 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile new file mode 100644 index 000000000000..a66d96e43ed1 --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Crypt-CAST5_PP +# Date created: 9 September 2002 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-CAST5_PP +PORTVERSION= 1.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= fuyuki@hadaly.org + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::CAST5_PP.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5_PP/distinfo b/security/p5-Crypt-CAST5_PP/distinfo new file mode 100644 index 000000000000..c2ced48aa738 --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-CAST5_PP-1.02.tar.gz) = d112ab9aaff337db460c9f2bc243bc4f diff --git a/security/p5-Crypt-CAST5_PP/pkg-comment b/security/p5-Crypt-CAST5_PP/pkg-comment new file mode 100644 index 000000000000..550e23506c17 --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/pkg-comment @@ -0,0 +1 @@ +CAST5 block cipher in pure Perl diff --git a/security/p5-Crypt-CAST5_PP/pkg-descr b/security/p5-Crypt-CAST5_PP/pkg-descr new file mode 100644 index 000000000000..07df29d57f5a --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/pkg-descr @@ -0,0 +1,8 @@ +This module provides a pure Perl implementation of the CAST5 block +cipher. CAST5 is also known as CAST-128. It is a product of the CAST +design procedure developed by C. Adams and S. Tavares. + +WWW: http://search.cpan.org/search?dist=Crypt-CAST5_PP + +- Kimura Fuyuki +fuyuki@hadaly.org diff --git a/security/p5-Crypt-CAST5_PP/pkg-plist b/security/p5-Crypt-CAST5_PP/pkg-plist new file mode 100644 index 000000000000..4457cd550aa5 --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/pkg-plist @@ -0,0 +1,13 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/CAST5_PP.pm +lib/perl5/site_perl/%%PERL_VER%%/Crypt/CAST5_PP/Tables.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/decrypt.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/encrypt.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/init.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/CAST5_PP +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true |