diff options
author | tobez <tobez@FreeBSD.org> | 2010-05-05 21:08:26 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-05-05 21:08:26 +0800 |
commit | 7a3bd404707f621518dcb539e0b057eb4b365fbe (patch) | |
tree | 6ee7c56e8429cbade0a951a1a8b10368f5d948ae /security | |
parent | 0a99fcc695887f6419e3b90ade5c7f80d98f9940 (diff) | |
download | freebsd-ports-gnome-7a3bd404707f621518dcb539e0b057eb4b365fbe.tar.gz freebsd-ports-gnome-7a3bd404707f621518dcb539e0b057eb4b365fbe.tar.zst freebsd-ports-gnome-7a3bd404707f621518dcb539e0b057eb4b365fbe.zip |
Add security/p5-Crypt-CAST5 0.05, a Perl module that implements
CAST5 block cipher.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 607ee84781b6..70cde9380eca 100644 --- a/security/Makefile +++ b/security/Makefile @@ -397,6 +397,7 @@ SUBDIR += p5-Crypt-AppleTwoFish SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP + SUBDIR += p5-Crypt-CAST5 SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CBCeasy diff --git a/security/p5-Crypt-CAST5/Makefile b/security/p5-Crypt-CAST5/Makefile new file mode 100644 index 000000000000..4a7abd4b14eb --- /dev/null +++ b/security/p5-Crypt-CAST5/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: security/p5-Crypt-CAST5 +# Date created: 05 May 2010 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-CAST5 +PORTVERSION= 0.05 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= CAST5 block cipher + +PERL_CONFIGURE= yes + +MAN3= Crypt::CAST5.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5/distinfo b/security/p5-Crypt-CAST5/distinfo new file mode 100644 index 000000000000..926097524fba --- /dev/null +++ b/security/p5-Crypt-CAST5/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-CAST5-0.05.tar.gz) = f4a876c68885950d5df3c30ede634787 +SHA256 (Crypt-CAST5-0.05.tar.gz) = 9b51fc769c34ebb7b605927705af31af277e2532f0c03ed53755d064cdde1307 +SIZE (Crypt-CAST5-0.05.tar.gz) = 26021 diff --git a/security/p5-Crypt-CAST5/pkg-descr b/security/p5-Crypt-CAST5/pkg-descr new file mode 100644 index 000000000000..0bbd573b5c10 --- /dev/null +++ b/security/p5-Crypt-CAST5/pkg-descr @@ -0,0 +1,6 @@ +This module provides an implementation of the CAST5 block cipher using +compiled C code for increased speed. 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/dist/Crypt-CAST5/ diff --git a/security/p5-Crypt-CAST5/pkg-plist b/security/p5-Crypt-CAST5/pkg-plist new file mode 100644 index 000000000000..564ca2fcb7c7 --- /dev/null +++ b/security/p5-Crypt-CAST5/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/CAST5.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5/CAST5.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5/CAST5.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt |