diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-21 00:16:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-21 00:16:44 +0800 |
commit | 587f0183836cd66953b605a20b65567e5cb9f836 (patch) | |
tree | 68106e77b8887be9dafc035d4eacbd937b21dbbe /security | |
parent | 48a87824861824993a02a6d31f60487c4004f1f8 (diff) | |
download | freebsd-ports-gnome-587f0183836cd66953b605a20b65567e5cb9f836.tar.gz freebsd-ports-gnome-587f0183836cd66953b605a20b65567e5cb9f836.tar.zst freebsd-ports-gnome-587f0183836cd66953b605a20b65567e5cb9f836.zip |
add p5-Crypt-CAST5_PP 1.02
CAST5 block cipher in pure Perl
PR: 42586
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 46 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 5c9bef4507e2..382c1b81e728 100644 --- a/security/Makefile +++ b/security/Makefile @@ -141,6 +141,7 @@ SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Blowfish + SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib 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 |