diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:35:48 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:35:48 +0000 |
commit | 04860148c33f35b49ac80b68989d7f0981afc225 (patch) | |
tree | ab1471ffdbc2ad86f491492a21cfdc088aea1dbe /security/p5-Crypt-IDEA | |
parent | 1e8ba55efad8fbe76d161f03ea398fabd63f3db3 (diff) | |
download | ports-04860148c33f35b49ac80b68989d7f0981afc225.tar.gz ports-04860148c33f35b49ac80b68989d7f0981afc225.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 33 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/pkg-plist | 7 |
5 files changed, 48 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile new file mode 100644 index 000000000000..03b51a3ec4cc --- /dev/null +++ b/security/p5-Crypt-IDEA/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Crypt-IDEA +# Version required: 1.0 +# Date created: October 20th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Crypt-IDEA-1.0 +PKGNAME= p5-Crypt-IDEA-1.0 +CATEGORIES+= security +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Crypt/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in Crypt::IDEA; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-IDEA/distinfo b/security/p5-Crypt-IDEA/distinfo new file mode 100644 index 000000000000..174261d33d41 --- /dev/null +++ b/security/p5-Crypt-IDEA/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-IDEA-1.0.tar.gz) = c4d88637869cec753cf0d469942b1f1d diff --git a/security/p5-Crypt-IDEA/pkg-comment b/security/p5-Crypt-IDEA/pkg-comment new file mode 100644 index 000000000000..0b515b1f0b95 --- /dev/null +++ b/security/p5-Crypt-IDEA/pkg-comment @@ -0,0 +1 @@ +perl5 interface to IDEA block cipher. diff --git a/security/p5-Crypt-IDEA/pkg-descr b/security/p5-Crypt-IDEA/pkg-descr new file mode 100644 index 000000000000..ce1df95c9e8c --- /dev/null +++ b/security/p5-Crypt-IDEA/pkg-descr @@ -0,0 +1,6 @@ + This perl extension is an implementation of the IDEA block + cipher algorithm. The module implements the + Crypt::BlockCipher interface, which has the following + methods + + blocksize =item keysize =item encrypt =item decrypt diff --git a/security/p5-Crypt-IDEA/pkg-plist b/security/p5-Crypt-IDEA/pkg-plist new file mode 100644 index 000000000000..3b9058f0c175 --- /dev/null +++ b/security/p5-Crypt-IDEA/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/man/man3/Crypt::IDEA.3.gz +lib/perl5/site_perl/Crypt/IDEA.pm +lib/perl5/site_perl/Crypt/IDEA.pod +lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA/IDEA.bs +lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA/IDEA.so +lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA |