aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-24 09:20:52 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-24 09:20:52 +0000
commit9ad7e0b5c816d41701856b642040cd90f13fe6be (patch)
treefcc73dae42e42a000766bcc4991220a82bfeeaad /security
parentd90c20850187097d67087dcf848ff1b8689f85b8 (diff)
downloadports-9ad7e0b5c816d41701856b642040cd90f13fe6be.tar.gz
ports-9ad7e0b5c816d41701856b642040cd90f13fe6be.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-Anubis/Makefile2
-rw-r--r--security/p5-Crypt-Cryptix/Makefile2
-rw-r--r--security/p5-Crypt-HCE_SHA/Makefile2
-rw-r--r--security/p5-Crypt-OFB/Makefile2
-rw-r--r--security/p5-Crypt-OTP/Makefile2
-rw-r--r--security/p5-Crypt-RC4/Makefile2
-rw-r--r--security/p5-Crypt-RandPasswd/Makefile2
-rw-r--r--security/p5-Crypt-Rijndael/Makefile2
-rw-r--r--security/p5-Crypt-Solitaire/Makefile2
-rw-r--r--security/p5-Crypt-TripleDES/Makefile2
-rw-r--r--security/p5-Crypt-UnixCrypt/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Crypt-Anubis/Makefile b/security/p5-Crypt-Anubis/Makefile
index 25df7b52a108..f7ba9c1062b5 100644
--- a/security/p5-Crypt-Anubis/Makefile
+++ b/security/p5-Crypt-Anubis/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Crypt::CBC-compliant block cipher
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-Cryptix/Makefile b/security/p5-Crypt-Cryptix/Makefile
index be9ce5c40d17..39f5c41631d2 100644
--- a/security/p5-Crypt-Cryptix/Makefile
+++ b/security/p5-Crypt-Cryptix/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.ntua.gr/cryptix/dist/ \
http://www.cypherpunks.to/~cryptix/dist/
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile
index 1b46b48df619..b3e96bf358c4 100644
--- a/security/p5-Crypt-HCE_SHA/Makefile
+++ b/security/p5-Crypt-HCE_SHA/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl5 interface to one way hash chaining block cipher
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
diff --git a/security/p5-Crypt-OFB/Makefile b/security/p5-Crypt-OFB/Makefile
index af3768037ca3..6ea303765759 100644
--- a/security/p5-Crypt-OFB/Makefile
+++ b/security/p5-Crypt-OFB/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Encrypt Data using OFB Mode
BUILD_DEPENDS= ${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB
diff --git a/security/p5-Crypt-OTP/Makefile b/security/p5-Crypt-OTP/Makefile
index 647e518011fc..75121475584a 100644
--- a/security/p5-Crypt-OTP/Makefile
+++ b/security/p5-Crypt-OTP/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl implementation of the One Time Pad (hence, OTP) encryption method
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile
index 44c3b46a2ad9..5c941fb24580 100644
--- a/security/p5-Crypt-RC4/Makefile
+++ b/security/p5-Crypt-RC4/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl implementation of the RC4 encryption algorithm
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile
index ad4a62ca0771..9918030e8274 100644
--- a/security/p5-Crypt-RandPasswd/Makefile
+++ b/security/p5-Crypt-RandPasswd/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= An implementation of the Automated Password Generator standard
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile
index db8819d83cb4..02e16c5de126 100644
--- a/security/p5-Crypt-Rijndael/Makefile
+++ b/security/p5-Crypt-Rijndael/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl module that implements the Rijndael cipher
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-Solitaire/Makefile b/security/p5-Crypt-Solitaire/Makefile
index 39546867d7a9..048fe8d72aeb 100644
--- a/security/p5-Crypt-Solitaire/Makefile
+++ b/security/p5-Crypt-Solitaire/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Solitaire encryption
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile
index fd7dd26b151c..1ca0220ce1fe 100644
--- a/security/p5-Crypt-TripleDES/Makefile
+++ b/security/p5-Crypt-TripleDES/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl module implementing the Triple-DES cipher
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile
index 2c780d194e1e..d9f17d4c4b16 100644
--- a/security/p5-Crypt-UnixCrypt/Makefile
+++ b/security/p5-Crypt-UnixCrypt/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skreuzer@f2o.org
COMMENT= Perl module implementing crypt(3) function
PERL_CONFIGURE= yes