aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-05-19 07:20:20 +0800
committerbapt <bapt@FreeBSD.org>2012-05-19 07:20:20 +0800
commit44011afa94d38be475d1d23c4a8d35d36afe4a92 (patch)
tree6a0c961d4653b7fba67d292ed3d8b1b534fb1da3 /security
parente56ad4d43a069c0f7386b58ddb92df96a26206b7 (diff)
downloadfreebsd-ports-gnome-44011afa94d38be475d1d23c4a8d35d36afe4a92.tar.gz
freebsd-ports-gnome-44011afa94d38be475d1d23c4a8d35d36afe4a92.tar.zst
freebsd-ports-gnome-44011afa94d38be475d1d23c4a8d35d36afe4a92.zip
2012-04-17 devel/p5-POE-Exceptions: included in devel/p5-POE and not needed according to configure message
2012-05-09 net/p5-Net-Services: Removed from CPAN 2012-05-10 net/perldap: BROKEN for more than 6 month 2012-05-09 security/p5-Crypt-Cryptix: Gone from CPAN, project site says project is dead 2012-05-11 www/p5-HTML-Sanitizer: no longer in CPAN 2012-04-25 www/p5-IMDB-Movie: Removed from CPAN
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-Cryptix/Makefile31
-rw-r--r--security/p5-Crypt-Cryptix/distinfo2
-rw-r--r--security/p5-Crypt-Cryptix/files/patch-Crypt-Blowfish::Blowfish.xs12
-rw-r--r--security/p5-Crypt-Cryptix/files/patch-Crypt-DES::DES.xs12
-rw-r--r--security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs12
-rw-r--r--security/p5-Crypt-Cryptix/pkg-descr3
-rw-r--r--security/p5-Crypt-Cryptix/pkg-plist88
8 files changed, 0 insertions, 161 deletions
diff --git a/security/Makefile b/security/Makefile
index 6eea7e3500a7..34dcd1ffbbe1 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -418,7 +418,6 @@
SUBDIR += p5-Crypt-Chimera
SUBDIR += p5-Crypt-CipherSaber
SUBDIR += p5-Crypt-Cracklib
- SUBDIR += p5-Crypt-Cryptix
SUBDIR += p5-Crypt-Ctr
SUBDIR += p5-Crypt-DES
SUBDIR += p5-Crypt-DES_EDE3
diff --git a/security/p5-Crypt-Cryptix/Makefile b/security/p5-Crypt-Cryptix/Makefile
deleted file mode 100644
index c80d4d466910..000000000000
--- a/security/p5-Crypt-Cryptix/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: p5-Crypt-Cryptix
-# Date created: 10 August 2001
-# Whom: markm@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= Cryptix
-PORTVERSION= 1.16
-CATEGORIES= security perl5
-MASTER_SITES= http://www.cryptix.org/ \
- http://www.ntua.gr/cryptix/dist/ \
- http://www.cypherpunks.to/~cryptix/dist/
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skreuzer@FreeBSD.org
-COMMENT= Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)
-
-DEPRECATED= Gone from CPAN, project site says project is dead
-EXPIRATION_DATE= 2012-05-09
-
-PERL_CONFIGURE= yes
-
-MAN3= Crypt::DES.3 \
- Crypt::IDEA.3 \
- Crypt::Blowfish.3 \
- Math::PRSG.3 \
- Math::BigInteger.3 \
- Math::TrulyRandom.3
-
-.include <bsd.port.mk>
diff --git a/security/p5-Crypt-Cryptix/distinfo b/security/p5-Crypt-Cryptix/distinfo
deleted file mode 100644
index ecb78a2860b4..000000000000
--- a/security/p5-Crypt-Cryptix/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Cryptix-1.16.tar.gz) = ef27335ad7d4b358f867fd3d84a5d349dda8a06ad19e5a179feb187b0c90c784
-SIZE (Cryptix-1.16.tar.gz) = 85860
diff --git a/security/p5-Crypt-Cryptix/files/patch-Crypt-Blowfish::Blowfish.xs b/security/p5-Crypt-Cryptix/files/patch-Crypt-Blowfish::Blowfish.xs
deleted file mode 100644
index 17f695e47327..000000000000
--- a/security/p5-Crypt-Cryptix/files/patch-Crypt-Blowfish::Blowfish.xs
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -udr ../Cryptix-1.16.ORIG/Crypt-Blowfish/Blowfish.xs ./Crypt-Blowfish/Blowfish.xs
---- ../Cryptix-1.16.ORIG/Crypt-Blowfish/Blowfish.xs Wed Aug 6 15:45:43 1997
-+++ ./Crypt-Blowfish/Blowfish.xs Fri Aug 10 16:23:42 2001
-@@ -52,7 +52,7 @@
-
- ks = (char *) SvPV(ST(2), ks_len);
-
-- if (output == &sv_undef)
-+ if (output == &PL_sv_undef)
- output = sv_newmortal();
- output_len = 8;
-
diff --git a/security/p5-Crypt-Cryptix/files/patch-Crypt-DES::DES.xs b/security/p5-Crypt-Cryptix/files/patch-Crypt-DES::DES.xs
deleted file mode 100644
index d530c5861827..000000000000
--- a/security/p5-Crypt-Cryptix/files/patch-Crypt-DES::DES.xs
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -udr ../Cryptix-1.16.ORIG/Crypt-DES/DES.xs ./Crypt-DES/DES.xs
---- ../Cryptix-1.16.ORIG/Crypt-DES/DES.xs Wed Aug 6 15:45:45 1997
-+++ ./Crypt-DES/DES.xs Fri Aug 10 16:23:39 2001
-@@ -48,7 +48,7 @@
- if (ks_len != sizeof(des_ks))
- croak("Invalid key schedule");
-
-- if (output == &sv_undef)
-+ if (output == &PL_sv_undef)
- output = sv_newmortal();
- output_len = 8;
-
diff --git a/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs b/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs
deleted file mode 100644
index 4b1fb1fcf1b4..000000000000
--- a/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -udr ../Cryptix-1.16.ORIG/Crypt-IDEA/IDEA.xs ./Crypt-IDEA/IDEA.xs
---- ../Cryptix-1.16.ORIG/Crypt-IDEA/IDEA.xs Wed Aug 6 15:45:46 1997
-+++ ./Crypt-IDEA/IDEA.xs Fri Aug 10 16:23:50 2001
-@@ -63,7 +63,7 @@
- if (ks_len != sizeof(idea_ks))
- croak("Invalid key schedule");
-
-- if (output == &sv_undef)
-+ if (output == &PL_sv_undef)
- output = sv_newmortal();
- output_len = 8;
-
diff --git a/security/p5-Crypt-Cryptix/pkg-descr b/security/p5-Crypt-Cryptix/pkg-descr
deleted file mode 100644
index c91013975316..000000000000
--- a/security/p5-Crypt-Cryptix/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)
-
-WWW: http://www.cryptix.org/
diff --git a/security/p5-Crypt-Cryptix/pkg-plist b/security/p5-Crypt-Cryptix/pkg-plist
deleted file mode 100644
index e46166dcc412..000000000000
--- a/security/p5-Crypt-Cryptix/pkg-plist
+++ /dev/null
@@ -1,88 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/TrulyRandom/TrulyRandom.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/TrulyRandom/TrulyRandom.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/PRSG/PRSG.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/PRSG/PRSG.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInteger/BigInteger.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInteger/BigInteger.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SHA0/SHA0.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SHA0/SHA0.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SHA/SHA.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SHA/SHA.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MD5/MD5.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MD5/MD5.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES/DES.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES/DES.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cryptix/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/StringInput.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/DataEncoding.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/DataInput.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/DataOutput.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/Streamable.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/FileOutput.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/FileInput.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/IO.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Stream/StringOutput.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/PseudoRandomStream.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/TestPrime.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/PRSG.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInteger.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInteger.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/MPI.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/PRSG.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/TrulyRandom.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Math/TrulyRandom.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/RSAKey.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/RSAPublicKey.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/HashMD5.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DES.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/ECB.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/StreamCipher.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/MD5.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/IDEA.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/CFB.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/HashSHA.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/HashSHA0.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Blowfish.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/CSRandomStream.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SHA0.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/MessageHash.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DES.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/MessageDigest.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SHA.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/RSAKeyGen.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/IDEA.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/BlockCipher.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DES3EDE.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Blowfish.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/CBC.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/RSASecretKeyPair.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DSA/PublicKey.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DSA/SecretKey.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DSA/KeyGen.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DSA/NOTES
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/ElGamal/NOTES
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/ElGamal/KeyGen.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/ElGamal/PublicKey.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/ElGamal/SecretKey.pm
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/TrulyRandom
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/PRSG
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInteger
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cryptix
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SHA0
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SHA
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/MD5
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/IDEA
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Stream
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Math
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/ElGamal
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/DSA
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt