diff --git a/MOVED b/MOVED index e07b79b3697f..ba52b03f633f 100644 --- a/MOVED +++ b/MOVED @@ -3388,3 +3388,9 @@ misc/kde3-i18n-nso||2012-05-18|Has expired: BROKEN for more than 6 month net-im/pino||2012-05-18|Has expired: BROKEN for more than 6 month print/perlftlib||2012-05-18|Has expired: No more upstream, no more used in the ports tree editors/libreoffice-legacy||2012-05-18|Has expired: not supported upstream, maintaining 2 version of libreoffice is really painful +devel/p5-POE-Exceptions||2012-05-18|Has expired: included in devel/p5-POE and not needed according to configure message +net/p5-Net-Services||2012-05-18|Has expired: Removed from CPAN +net/perldap||2012-05-18|Has expired: BROKEN for more than 6 month +security/p5-Crypt-Cryptix||2012-05-18|Has expired: Gone from CPAN, project site says project is dead +www/p5-HTML-Sanitizer||2012-05-18|Has expired: no longer in CPAN +www/p5-IMDB-Movie||2012-05-18|Has expired: Removed from CPAN diff --git a/devel/Makefile b/devel/Makefile index d72bdc222713..7dfe507b7475 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2252,7 +2252,6 @@ SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler - SUBDIR += p5-POE-Exceptions SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie diff --git a/devel/p5-POE-Exceptions/Makefile b/devel/p5-POE-Exceptions/Makefile deleted file mode 100644 index 6aae47bb8994..000000000000 --- a/devel/p5-POE-Exceptions/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: POE-Exceptions -# Date created: 16 October 2003 -# Whom: Sergey Skvortsov -# -# $FreeBSD$ -# - -PORTNAME= POE-Exceptions -PORTVERSION= 0.0502 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= POE class for handling exceptions - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS:= ${BUILD_DEPENDS} -DEPRECATED= included in devel/p5-POE and not needed according to configure message -EXPIRATION_DATE= 2012-04-17 - -PERL_CONFIGURE= yes - -MAN3= POE::Exceptions.3 POE::Kernel::Exception.3 \ - POE::Session::Exception.3 - -.include diff --git a/devel/p5-POE-Exceptions/distinfo b/devel/p5-POE-Exceptions/distinfo deleted file mode 100644 index c242d4a60b53..000000000000 --- a/devel/p5-POE-Exceptions/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (POE-Exceptions-0.0502.tar.gz) = 7c0e85018d0767107b987cb17292d1970eb4bd296b459290b78953c26a84c625 -SIZE (POE-Exceptions-0.0502.tar.gz) = 10876 diff --git a/devel/p5-POE-Exceptions/pkg-descr b/devel/p5-POE-Exceptions/pkg-descr deleted file mode 100644 index 866b3ed1f7ac..000000000000 --- a/devel/p5-POE-Exceptions/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -POE::Exceptions extends POE to catch exceptions neatly. A new signal, -DIE, is introduced. This signal will be fired every time an exception -occurs. (For those of you new to the term exception, an exception is -whenever the code decides to bail out by die'ing.) If the signal handler -returns 1 (as in the example above), POE will assume that the handler -dealt with the signal appropriately. If the signal handler returns 0, -POE will assume that the handler does not want to deal with the signal -and POE will propagate the exception as if the handler never existed. - -Caveat: POE::Exceptions will die on its own in the case of a double -exception fault. If the DIE signal handler itself throws an exception, -POE::Exceptions will shut the program down and bail out. - -WWW: http://search.cpan.org/dist/POE-Exceptions/ diff --git a/devel/p5-POE-Exceptions/pkg-plist b/devel/p5-POE-Exceptions/pkg-plist deleted file mode 100644 index 99acc023c713..000000000000 --- a/devel/p5-POE-Exceptions/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Exceptions/.packlist -%%SITE_PERL%%/POE/Exceptions.pm -%%SITE_PERL%%/POE/Kernel/Exception.pm -%%SITE_PERL%%/POE/Session/Exception.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Exceptions -@dirrmtry %%SITE_PERL%%/POE/Kernel -@dirrmtry %%SITE_PERL%%/POE/Session -@dirrmtry %%SITE_PERL%%/POE -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE diff --git a/net/Makefile b/net/Makefile index bcf79cb5ea90..872cda1218ec 100644 --- a/net/Makefile +++ b/net/Makefile @@ -651,7 +651,6 @@ SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork - SUBDIR += p5-Net-Services SUBDIR += p5-Net-Subnet SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-TcpDumpLog @@ -820,7 +819,6 @@ SUBDIR += pecl-radius SUBDIR += pecl-yaz SUBDIR += pen - SUBDIR += perldap SUBDIR += pfflowd SUBDIR += pfinger SUBDIR += phamm diff --git a/net/p5-Net-Services/Makefile b/net/p5-Net-Services/Makefile deleted file mode 100644 index 0de26c0024cc..000000000000 --- a/net/p5-Net-Services/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: p5-Net-Services -# Date created: Wed 23 Oct 2002 -# Whom: Joseph Scott -# -# $FreeBSD$ -# - -PORTNAME= Net-Services -PORTVERSION= 1.3 -CATEGORIES= net perl5 -MASTER_SITES= CPAN \ - http://freebsd.unixfreunde.de/sources/ \ - http://mirror2.unixfreunde.de/ -PKGNAMEPREFIX= p5- - -MAINTAINER= joseph@randomnetworks.com -COMMENT= Provides a tied interface to the /etc/services file - -DEPRECATED= Removed from CPAN -EXPIRATION_DATE= 2012-05-09 - -PERL_CONFIGURE= YES - -MAN3= Net::Services.3 - -.include diff --git a/net/p5-Net-Services/distinfo b/net/p5-Net-Services/distinfo deleted file mode 100644 index c4ee23ad0e21..000000000000 --- a/net/p5-Net-Services/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Net-Services-1.3.tar.gz) = fe43d74421d92e410627f06d758ab11dde16d5c54ba62dcc25ecbc85e6b4cf24 -SIZE (Net-Services-1.3.tar.gz) = 3119 diff --git a/net/p5-Net-Services/pkg-descr b/net/p5-Net-Services/pkg-descr deleted file mode 100644 index c5188b72f754..000000000000 --- a/net/p5-Net-Services/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Constructs a hash from the /etc/services file and provides a tied interface -to it that takes care of things like the protocol name. - -WWW: http://search.cpan.org/dist/Net-Services/ diff --git a/net/p5-Net-Services/pkg-plist b/net/p5-Net-Services/pkg-plist deleted file mode 100644 index 082563fce103..000000000000 --- a/net/p5-Net-Services/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/Net/Services.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Services/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Services -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/Net diff --git a/net/perldap/Makefile b/net/perldap/Makefile deleted file mode 100644 index 5cc4387c516e..000000000000 --- a/net/perldap/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: perldap -# Date created: 17 May 1999 -# Whom: paul@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= perldap -PORTVERSION= 1.4.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= directory/perldap/ancient - -MAINTAINER= jadawin@FreeBSD.org -COMMENT= Perl interface to LDAP - -LIB_DEPENDS= mozldap.1:${PORTSDIR}/net/ldapsdk - -PERL_CONFIGURE= yes -CONFIGURE_ENV+= LDAPSDKDIR=${PREFIX} LDAPV3ON=yes LDAPSDKSSL=no -MAKE_ENV= ${CONFIGURE_ENV} - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= BROKEN after net/ldapsdk update - -MAN3= Mozilla::LDAP::Conn.3 \ - Mozilla::LDAP::LDIF.3 \ - Mozilla::LDAP::Utils.3 \ - Mozilla::LDAP::Entry.3 \ - Mozilla::LDAP::API.3 - -.include diff --git a/net/perldap/distinfo b/net/perldap/distinfo deleted file mode 100644 index 75eda6c6439f..000000000000 --- a/net/perldap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (perldap-1.4.1.tar.gz) = b5d623b55e2e0aee9ae9bde3c1dbb9233f5bcd0da24fc63225690cba19cb655d -SIZE (perldap-1.4.1.tar.gz) = 93930 diff --git a/net/perldap/files/patch-01 b/net/perldap/files/patch-01 deleted file mode 100644 index 8ad30a4cbb1d..000000000000 --- a/net/perldap/files/patch-01 +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.PL.orig Tue Aug 24 18:30:46 1999 -+++ Makefile.PL Tue Aug 29 10:32:23 2000 -@@ -90,13 +90,13 @@ - - - opendir(DIR,$lib_ldap); --@files = grep{/ldap|lber/} readdir(DIR); -+@files = grep{/mozldap|mozlber/} readdir(DIR); - closedir(DIR); - - if (!((@ldaplib = grep{/ldapssl.*\.($libexts)$/} @files) && $ssl_def)) - { -- @ldaplib = grep{/ldap.*\.($libexts)$/} @files; -- @lberlib = grep{/lber.*\.($libexts)$/} @files; -+ @ldaplib = grep{/mozldap.*\.($libexts)$/} @files; -+ @lberlib = grep{/mozlber.*\.($libexts)$/} @files; - } - - if ($#ldaplib < 0) diff --git a/net/perldap/files/patch-02 b/net/perldap/files/patch-02 deleted file mode 100644 index c1914a31e594..000000000000 --- a/net/perldap/files/patch-02 +++ /dev/null @@ -1,13 +0,0 @@ ---- API.xs.orig Thu Aug 24 22:13:31 2000 -+++ API.xs Thu Aug 24 22:11:55 2000 -@@ -37,8 +37,8 @@ - #endif - - /* LDAP C SDK Include Files */ --#include --#include -+#include -+#include - - /* SSL is only available in Binary */ - #ifdef USE_SSL diff --git a/net/perldap/files/patch-03 b/net/perldap/files/patch-03 deleted file mode 100644 index c4f4f9cc60ef..000000000000 --- a/net/perldap/files/patch-03 +++ /dev/null @@ -1,11 +0,0 @@ ---- constant.h.orig Thu Aug 24 22:13:54 2000 -+++ constant.h Thu Aug 24 22:12:11 2000 -@@ -35,7 +35,7 @@ - } - #endif - --#include -+#include - - static int - not_here(s) diff --git a/net/perldap/pkg-descr b/net/perldap/pkg-descr deleted file mode 100644 index b59c24d21703..000000000000 --- a/net/perldap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An object-oriented Perl interface to the standard LDAP functions. - -Paul Richards (paul@originative.co.uk) -Originative Solutions Ltd diff --git a/net/perldap/pkg-plist b/net/perldap/pkg-plist deleted file mode 100644 index 4e9177b93c09..000000000000 --- a/net/perldap/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/API.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/API.bs -%%SITE_PERL%%/%%PERL_ARCH%%/Mozilla/LDAP/Conn.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Mozilla/LDAP/LDIF.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Mozilla/LDAP/Utils.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Mozilla/LDAP/API.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Mozilla/LDAP/Entry.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/LDAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Mozilla/LDAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Mozilla 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 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 diff --git a/www/Makefile b/www/Makefile index a6fed4700282..e25e4dffb9f4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -902,7 +902,6 @@ SUBDIR += p5-HTML-RSSAutodiscovery SUBDIR += p5-HTML-ResolveLink SUBDIR += p5-HTML-RobotsMETA - SUBDIR += p5-HTML-Sanitizer SUBDIR += p5-HTML-Scrubber SUBDIR += p5-HTML-Seamstress SUBDIR += p5-HTML-Selector-XPath @@ -1006,7 +1005,6 @@ SUBDIR += p5-HTTPD-User-Manage SUBDIR += p5-I18N-AcceptLanguage SUBDIR += p5-IMDB-Film - SUBDIR += p5-IMDB-Movie SUBDIR += p5-Image-Delivery SUBDIR += p5-JE SUBDIR += p5-Jemplate diff --git a/www/p5-HTML-Sanitizer/Makefile b/www/p5-HTML-Sanitizer/Makefile deleted file mode 100644 index 240c33f56ff0..000000000000 --- a/www/p5-HTML-Sanitizer/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: p5-HTML-Sanitizer -# Date created: 2007-11-03 -# Whom: Gea-Suan Lin -# -# $FreeBSD$ -# - -PORTNAME= HTML-Sanitizer -PORTVERSION= 0.04 -CATEGORIES= www security perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= gslin@gslin.org -COMMENT= HTML Sanitizer - -DEPRECATED= no longer in CPAN -EXPIRATION_DATE= 2012-05-11 - -RUN_DEPENDS= ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree - -PERL_CONFIGURE= yes - -MAN3= HTML::Sanitizer.3 - -.include diff --git a/www/p5-HTML-Sanitizer/distinfo b/www/p5-HTML-Sanitizer/distinfo deleted file mode 100644 index eb481ecb346e..000000000000 --- a/www/p5-HTML-Sanitizer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (HTML-Sanitizer-0.04.tar.gz) = e008872b2bcb815ae7c05062c5ac37a0fecc54ecbfcedfa62fc15b0ff8d73956 -SIZE (HTML-Sanitizer-0.04.tar.gz) = 8972 diff --git a/www/p5-HTML-Sanitizer/pkg-descr b/www/p5-HTML-Sanitizer/pkg-descr deleted file mode 100644 index 79e581c8e918..000000000000 --- a/www/p5-HTML-Sanitizer/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This module acts as a filter for HTML. It is not a validator, though -it might be possible to write a validator-like tool with it. It's -intended to strip out unwanted HTML elements and attributes and leave -you with non-dangerous HTML code that you should be able to trust. - -WWW: http://search.cpan.org/dist/HTML-Sanitizer/ diff --git a/www/p5-HTML-Sanitizer/pkg-plist b/www/p5-HTML-Sanitizer/pkg-plist deleted file mode 100644 index 9e334ef2a641..000000000000 --- a/www/p5-HTML-Sanitizer/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Sanitizer/.packlist -%%SITE_PERL%%/HTML/Sanitizer.pm -@dirrmtry %%SITE_PERL%%/HTML -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Sanitizer -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML diff --git a/www/p5-IMDB-Movie/Makefile b/www/p5-IMDB-Movie/Makefile deleted file mode 100644 index d8c70a0f7e4e..000000000000 --- a/www/p5-IMDB-Movie/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: p5-IMDB-Movie -# Date created: 2003-11-04 -# Whom: Cheng-Lung Sung -# -# $FreeBSD$ -# - -PORTNAME= IMDB-Movie -PORTVERSION= 0.12 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JEFFA -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl module to fetch movie info from www.imdb.com - -DEPRECATED= Removed from CPAN -EXPIRATION_DATE= 2012-04-25 - -BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= IMDB::Movie.3 - -.include diff --git a/www/p5-IMDB-Movie/distinfo b/www/p5-IMDB-Movie/distinfo deleted file mode 100644 index d48e8e2ba334..000000000000 --- a/www/p5-IMDB-Movie/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (IMDB-Movie-0.12.tar.gz) = 72638c93b90d5211354ddcd65e6790287cbb6d9265eafeb43e5c8d234ca20e6b -SIZE (IMDB-Movie-0.12.tar.gz) = 6144 diff --git a/www/p5-IMDB-Movie/pkg-descr b/www/p5-IMDB-Movie/pkg-descr deleted file mode 100644 index ff4a00e521a5..000000000000 --- a/www/p5-IMDB-Movie/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a module that uses LWP and HTML::TokeParser to parse the -web page for the requested movie. You can use an IMDB identification -number or the name of the movie. IMDB.pm will try to return the -best match. - -Author: Jeffrey Hayes Anderson -WWW: http://search.cpan.org/dist/IMDB-Movie/ diff --git a/www/p5-IMDB-Movie/pkg-plist b/www/p5-IMDB-Movie/pkg-plist deleted file mode 100644 index 63330909460b..000000000000 --- a/www/p5-IMDB-Movie/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/IMDB/Movie.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Movie/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Movie -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB -@dirrmtry %%SITE_PERL%%/IMDB