diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile new file mode 100755 index 00000000000..876e70f4728 --- /dev/null +++ b/security/p5-Crypt-Blowfish_PP/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD $ + +COMMENT= "Blowfish encryption implemented pure Perl" +DISTNAME= Crypt-Blowfish_PP-1.12 +CATEGORIES= security + +# Artistic + GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MODULES= cpan + +.include diff --git a/security/p5-Crypt-Blowfish_PP/distinfo b/security/p5-Crypt-Blowfish_PP/distinfo new file mode 100644 index 00000000000..c9ed1338ab9 --- /dev/null +++ b/security/p5-Crypt-Blowfish_PP/distinfo @@ -0,0 +1,4 @@ +MD5 (Crypt-Blowfish_PP-1.12.tar.gz) = 6bf7dc80967eaf3047b67b26b015267d +RMD160 (Crypt-Blowfish_PP-1.12.tar.gz) = c48511ba811739f8d5b2d104fa8c632de575bee6 +SHA1 (Crypt-Blowfish_PP-1.12.tar.gz) = c1c73beeedddf2496f3be51c44e22a6368f20391 +SIZE (Crypt-Blowfish_PP-1.12.tar.gz) = 10482 diff --git a/security/p5-Crypt-Blowfish_PP/pkg/DESCR b/security/p5-Crypt-Blowfish_PP/pkg/DESCR new file mode 100755 index 00000000000..d819a804124 --- /dev/null +++ b/security/p5-Crypt-Blowfish_PP/pkg/DESCR @@ -0,0 +1,6 @@ +The Crypt::Blowfish_PP module provides for users to use the Blowfish +encryption algorithm in perl. The implementation is entirely Object +Oriented, as there is quite a lot of context inherent in making blowfish +as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56 +bytes), and should be passed as a packed string. The transformation +itself is a 16-round Feistel Network, and operates on a 64 bit block. diff --git a/security/p5-Crypt-Blowfish_PP/pkg/PLIST b/security/p5-Crypt-Blowfish_PP/pkg/PLIST new file mode 100755 index 00000000000..648190886cd --- /dev/null +++ b/security/p5-Crypt-Blowfish_PP/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/17 17:49:44 jasper Exp $ +${P5SITE}/Crypt/ +${P5SITE}/Crypt/Blowfish_PP.pm +@man man/man3p/Crypt::Blowfish_PP.3p