initial import of p5-Crypt-Eksblowfish-0.009, ok ajacoutot@

This commit is contained in:
robert 2015-10-14 17:36:22 +00:00
parent fb395efd68
commit b7893dcb8f
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/10/14 17:36:22 robert Exp $
SHARED_ONLY = Yes
COMMENT = the Eksblowfish block cipher
MODULES = cpan
DISTNAME = Crypt-Eksblowfish-0.009
CATEGORIES = security
# perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Class-Mix
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Crypt-Eksblowfish-0.009.tar.gz) = PMcSbVhBEHI3qb4txcf7wWfPPEtM40Z4qESLhQdXAUw=
SIZE (Crypt-Eksblowfish-0.009.tar.gz) = 36302

View File

@ -0,0 +1,5 @@
Eksblowfish is a variant of the Blowfish cipher, modified to make
the key setup very expensive. ("Eks" stands for "expensive key
schedule".) This doesn't make it significantly cryptographically
stronger, but is intended to hinder brute-force attacks. It also
makes it unsuitable for any application requiring key agility.

View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/10/14 17:36:22 robert Exp $
${P5ARCH}/Crypt/
${P5ARCH}/Crypt/Eksblowfish/
${P5ARCH}/Crypt/Eksblowfish.pm
${P5ARCH}/Crypt/Eksblowfish/Bcrypt.pm
${P5ARCH}/Crypt/Eksblowfish/Blowfish.pm
${P5ARCH}/Crypt/Eksblowfish/Family.pm
${P5ARCH}/Crypt/Eksblowfish/Subkeyed.pm
${P5ARCH}/Crypt/Eksblowfish/Uklblowfish.pm
${P5ARCH}/auto/Crypt/
${P5ARCH}/auto/Crypt/Eksblowfish/
${P5ARCH}/auto/Crypt/Eksblowfish/Eksblowfish.bs
${P5ARCH}/auto/Crypt/Eksblowfish/Eksblowfish.so
@man man/man3p/Crypt::Eksblowfish.3p
@man man/man3p/Crypt::Eksblowfish::Bcrypt.3p
@man man/man3p/Crypt::Eksblowfish::Blowfish.3p
@man man/man3p/Crypt::Eksblowfish::Family.3p
@man man/man3p/Crypt::Eksblowfish::Subkeyed.3p
@man man/man3p/Crypt::Eksblowfish::Uklblowfish.3p