diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 20:26:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 20:26:01 +0000 |
commit | b4bf72015306f72838dcc132e3aed9375e2894a9 (patch) | |
tree | 6b3dd8739a63d1ba083eb232dc92583115cadb25 /security/p5-Crypt-Serpent | |
parent | 83f3a7de6727c495c02dbc22b4cfadf4240f33b6 (diff) | |
download | ports-b4bf72015306f72838dcc132e3aed9375e2894a9.tar.gz ports-b4bf72015306f72838dcc132e3aed9375e2894a9.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Serpent')
-rw-r--r-- | security/p5-Crypt-Serpent/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/pkg-descr | 17 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/pkg-plist | 7 |
5 files changed, 51 insertions, 0 deletions
diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile new file mode 100644 index 000000000000..6b7ad9ee4887 --- /dev/null +++ b/security/p5-Crypt-Serpent/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Crypt-Serpent +# Date created: 2002/09/20 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Serpent +PORTVERSION= 1.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org + +RESTRICTED= "Crypto; export-controlled" + +PERL_CONFIGURE= yes + +MAN3= Crypt::Serpent.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Serpent/distinfo b/security/p5-Crypt-Serpent/distinfo new file mode 100644 index 000000000000..886651a9d42f --- /dev/null +++ b/security/p5-Crypt-Serpent/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-Serpent-1.01.tar.gz) = 65336d40cd32d96bb0fc76f4174b206a diff --git a/security/p5-Crypt-Serpent/pkg-comment b/security/p5-Crypt-Serpent/pkg-comment new file mode 100644 index 000000000000..194acb3576c3 --- /dev/null +++ b/security/p5-Crypt-Serpent/pkg-comment @@ -0,0 +1 @@ +Perl implementation of the Serpent encryption algorithm diff --git a/security/p5-Crypt-Serpent/pkg-descr b/security/p5-Crypt-Serpent/pkg-descr new file mode 100644 index 000000000000..0c0fde3e3d5d --- /dev/null +++ b/security/p5-Crypt-Serpent/pkg-descr @@ -0,0 +1,17 @@ +Serpent was designed by Ross Anderson, Eli Biham and Lars Knudsen +as a candidate for the Advanced Encryption Standard. It has been +selected as one of the five finalists in the AES competition. +Serpent is faster than DES and more secure than Triple DES. It +provides users with a very high level of assurance that no shortcut +attack will be found. To achieve this, the algorithm's designers +limited themselves to well understood cryptography mechanisms, so +that they could rely on the wide experience and proven techniques +of block cipher cryptanalysis. The algorithm uses twice as many +rounds as are necessary to block all currently known shortcut +attacks. This means that Serpent should be safe against as yet +unknown attacks that may be capable of breaking the standard 16 +rounds used in many types of encryption today. However, the fact +that Serpent uses so many rounds means that it is the slowest of +the five AES finalists. But this shouldn't be an issue because it +still outperforms Triple DES. The algorithm's designers maintain +that Serpent has a service life of at least a century. diff --git a/security/p5-Crypt-Serpent/pkg-plist b/security/p5-Crypt-Serpent/pkg-plist new file mode 100644 index 000000000000..17f5c79924ae --- /dev/null +++ b/security/p5-Crypt-Serpent/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Serpent.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Serpent/Serpent.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Serpent/Serpent.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Serpent/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Serpent +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true |