diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-18 05:27:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-18 05:27:42 +0800 |
commit | 6491b60f60a59767ef3cfa586f0de593c7c0dda3 (patch) | |
tree | 397d2296b3293de45505582f47229e2d175b95c9 /security | |
parent | 5cf073b916b1c7d1439d8243bee69203dca1b5da (diff) | |
download | freebsd-ports-gnome-6491b60f60a59767ef3cfa586f0de593c7c0dda3.tar.gz freebsd-ports-gnome-6491b60f60a59767ef3cfa586f0de593c7c0dda3.tar.zst freebsd-ports-gnome-6491b60f60a59767ef3cfa586f0de593c7c0dda3.zip |
Change of email address, same maintainer.
PR: ports/113686
Submitted by: Steven Kreuzer (confirmed from the old email on private)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Anubis/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Cryptix/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-HCE_SHA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OFB/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OTP/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RC4/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Solitaire/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-TripleDES/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-UnixCrypt/Makefile | 2 |
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 |