aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-06-17 21:27:42 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-06-17 21:27:42 +0000
commit2dd2e374644e38279d476e9033809c3d286b7d85 (patch)
tree3384859d6b59c954899557400073ba6580e68424 /security
parente4e6c2ebedf01eddd1204791a55a893d9ec43a59 (diff)
Change of email address, same maintainer.
PR: ports/113686 Submitted by: Steven Kreuzer (confirmed from the old email on private)
Notes
Notes: svn path=/head/; revision=193739
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 f7ba9c1062b5..eda55591c48f 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
COMMENT= Crypt::CBC-compliant block cipher
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-Cryptix/Makefile b/security/p5-Crypt-Cryptix/Makefile
index 39f5c41631d2..f6ebf317ed1a 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 b3e96bf358c4..25df4b5eb21c 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 6ea303765759..f408568d6e3e 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 75121475584a..d053372d0689 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 5c941fb24580..cd198eee95f8 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 9918030e8274..9136ba2d9b4c 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 eff3b387ab5d..f43a634f5708 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 048fe8d72aeb..90ad69f7da53 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
COMMENT= Solitaire encryption
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile
index 1ca0220ce1fe..8be6516c963c 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
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 d9f17d4c4b16..c2eb7bc651fd 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= skreuzer@f2o.org
+MAINTAINER= skreuzer@exit2shell.com
COMMENT= Perl module implementing crypt(3) function
PERL_CONFIGURE= yes