aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CAST5_PP
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 16:16:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 16:16:44 +0000
commit67f6b894a49236a90c3e669234116ac80799e72e (patch)
treee6a53f04472c171777c9c602c0b737c777915e81 /security/p5-Crypt-CAST5_PP
parente3a69541d2b5fde0ae7e737e6e70632b8370a8d4 (diff)
downloadports-67f6b894a49236a90c3e669234116ac80799e72e.tar.gz
ports-67f6b894a49236a90c3e669234116ac80799e72e.zip
add p5-Crypt-CAST5_PP 1.02
CAST5 block cipher in pure Perl PR: 42586 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=66856
Diffstat (limited to 'security/p5-Crypt-CAST5_PP')
-rw-r--r--security/p5-Crypt-CAST5_PP/Makefile22
-rw-r--r--security/p5-Crypt-CAST5_PP/distinfo1
-rw-r--r--security/p5-Crypt-CAST5_PP/pkg-comment1
-rw-r--r--security/p5-Crypt-CAST5_PP/pkg-descr8
-rw-r--r--security/p5-Crypt-CAST5_PP/pkg-plist13
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