Initial import of Crypt-Blowfish-2.06
This interface to the Blowfish encryption alogorithm
This commit is contained in:
parent
7561a41cc5
commit
9cc7a45224
20
security/p5-Crypt-Blowfish/Makefile
Normal file
20
security/p5-Crypt-Blowfish/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/06 15:57:15 kevlo Exp $
|
||||
|
||||
DISTNAME= Crypt-Blowfish-2.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
NEED_VERSION= 1.348
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Crypt-Blowfish/files/md5
Normal file
3
security/p5-Crypt-Blowfish/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Crypt-Blowfish-2.06.tar.gz) = c95ccdf2ee05bba0e4a140428def03bd
|
||||
RMD160 (Crypt-Blowfish-2.06.tar.gz) = 47340eb6b5075bd0fed7298e1b9cf425993e731d
|
||||
SHA1 (Crypt-Blowfish-2.06.tar.gz) = 4b970861ff5046e96ddffde99866f74e183d98b3
|
1
security/p5-Crypt-Blowfish/pkg/COMMENT
Normal file
1
security/p5-Crypt-Blowfish/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
interface to the Blowfish encryption alogorithm
|
4
security/p5-Crypt-Blowfish/pkg/DESCR
Normal file
4
security/p5-Crypt-Blowfish/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This is Crypt::Blowfish, an XS-based implementation of the Blowfish
|
||||
cryptography algorithm designed by Bruce Schneier. It's designed
|
||||
to take full advantage of Crypt::CBC when desired. Blowfish keys may be
|
||||
up to 448 bits (56 bytes) long.
|
7
security/p5-Crypt-Blowfish/pkg/PLIST
Normal file
7
security/p5-Crypt-Blowfish/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/06 15:57:15 kevlo Exp $
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Crypt/Blowfish.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Crypt/Blowfish/.packlist
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Crypt/Blowfish/Blowfish.bs
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Crypt/Blowfish/Blowfish.so
|
||||
man/man3/Crypt::Blowfish.3p
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Crypt/Blowfish
|
Loading…
x
Reference in New Issue
Block a user