Initial import of Crypt-Blowfish-2.06

This interface to the Blowfish encryption alogorithm
This commit is contained in:
kevlo 2001-01-06 15:57:15 +00:00
parent 7561a41cc5
commit 9cc7a45224
5 changed files with 35 additions and 0 deletions

View 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>

View 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

View File

@ -0,0 +1 @@
interface to the Blowfish encryption alogorithm

View 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.

View 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