initial import of p5-Crypt-Eksblowfish-0.009, ok ajacoutot@
This commit is contained in:
parent
fb395efd68
commit
b7893dcb8f
21
security/p5-Crypt-Eksblowfish/Makefile
Normal file
21
security/p5-Crypt-Eksblowfish/Makefile
Normal 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>
|
2
security/p5-Crypt-Eksblowfish/distinfo
Normal file
2
security/p5-Crypt-Eksblowfish/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crypt-Eksblowfish-0.009.tar.gz) = PMcSbVhBEHI3qb4txcf7wWfPPEtM40Z4qESLhQdXAUw=
|
||||
SIZE (Crypt-Eksblowfish-0.009.tar.gz) = 36302
|
5
security/p5-Crypt-Eksblowfish/pkg/DESCR
Normal file
5
security/p5-Crypt-Eksblowfish/pkg/DESCR
Normal 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.
|
19
security/p5-Crypt-Eksblowfish/pkg/PLIST
Normal file
19
security/p5-Crypt-Eksblowfish/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user