View | Details | Raw Unified | Return to bug 109474
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=		p5-
13
PKGNAMEPREFIX=		p5-
14
14
15
MAINTAINER=		ports@FreeBSD.org
15
MAINTAINER=		skreuzer@f2o.orgp
16
COMMENT=	Solitaire encryption
16
COMMENT=	Solitaire encryption
17
17
18
PERL_CONFIGURE=		yes
18
PERL_CONFIGURE=		yes
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER= 	skreuzer@f2o.org	
16
COMMENT=	Crypt::CBC-compliant block cipher
16
COMMENT=	Crypt::CBC-compliant block cipher
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
(-)Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		http://www.cypherpunks.to/~cryptix/dist/
13
		http://www.cypherpunks.to/~cryptix/dist/
14
PKGNAMEPREFIX=	p5-
14
PKGNAMEPREFIX=	p5-
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER= 	skreuzer@f2o.org	
17
COMMENT=	Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)
17
COMMENT=	Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)
18
18
19
PERL_CONFIGURE=	yes
19
PERL_CONFIGURE=	yes
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER= 	skreuzer@f2o.org	
16
COMMENT=	Perl5 interface to one way hash chaining block cipher
16
COMMENT=	Perl5 interface to one way hash chaining block cipher
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER= 	skreuzer@f2o.org	
16
COMMENT=	Perl module implementing the Triple-DES cipher
16
COMMENT=	Perl module implementing the Triple-DES cipher
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	skreuzer@f2o.org	
16
COMMENT=	Encrypt Data using OFB Mode
16
COMMENT=	Encrypt Data using OFB Mode
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB
18
BUILD_DEPENDS=	${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=		p5-
13
PKGNAMEPREFIX=		p5-
14
14
15
MAINTAINER=		ports@FreeBSD.org
15
MAINTAINER=		skreuzer@f2o.org	
16
COMMENT=	Perl implementation of the One Time Pad (hence, OTP) encryption method
16
COMMENT=	Perl implementation of the One Time Pad (hence, OTP) encryption method
17
17
18
PERL_CONFIGURE=		yes
18
PERL_CONFIGURE=		yes
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=		p5-
13
PKGNAMEPREFIX=		p5-
14
14
15
MAINTAINER=		ports@FreeBSD.org
15
MAINTAINER=		skreuzer@f2o.org	
16
COMMENT=	Perl implementation of the RC4 encryption algorithm
16
COMMENT=	Perl implementation of the RC4 encryption algorithm
17
17
18
PERL_CONFIGURE=		yes
18
PERL_CONFIGURE=		yes
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER= 	skreuzer@f2o.org	
16
COMMENT=	An implementation of the Automated Password Generator standard
16
COMMENT=	An implementation of the Automated Password Generator standard
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
(-)Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
MASTER_SITE_SUBDIR=	Crypt
13
MASTER_SITE_SUBDIR=	Crypt
14
PKGNAMEPREFIX=	p5-
14
PKGNAMEPREFIX=	p5-
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	skreuzer@f2o.org	
17
COMMENT=	Perl module that implements the Rijndael cipher
17
COMMENT=	Perl module that implements the Rijndael cipher
18
18
19
PERL_CONFIGURE=	yes
19
PERL_CONFIGURE=	yes
(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	skreuzer@f2o.org	
16
COMMENT=	Perl module implementing crypt(3) function
16
COMMENT=	Perl module implementing crypt(3) function
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes

Return to bug 109474