diff options
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Gopher-Server/Makefile | 31 | ||||
-rw-r--r-- | net/p5-Gopher-Server/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Gopher-Server/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Gopher-Server/pkg-plist | 11 | ||||
-rw-r--r-- | net/p5-Net-Gopher/Makefile | 32 | ||||
-rw-r--r-- | net/p5-Net-Gopher/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Gopher/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | net/p5-Net-Gopher/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Gopher/pkg-plist | 16 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/Makefile | 27 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/files/patch-lib-Apache-GopherHandler.pm | 23 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/pkg-plist | 4 |
17 files changed, 3 insertions, 174 deletions
@@ -4195,3 +4195,6 @@ mail/thunderbird-esr|mail/thunderbird|2013-04-03|Removed: Mozilla stopped provid mail/thunderbird-esr-i18n|mail/thunderbird-i18n|2013-04-03|Removed: Mozilla stopped providing 2 versions of thunderbird www/mod_security21|www/mod_security|2013-04-16|Removed: It is outdate and had a vulnerability, consider using a newer version www/linux-flashplugin9||2013-04-16|Has expired: Vulnerable, BROKEN for more than six months +www/p5-Apache-GopherHandler||2013-04-16|Has expired: Depends on p5-Net-Gopher which is deprecated and expired +net/p5-Gopher-Server||2013-04-16|Has expired: Depends on p5-Net-Gopher which is deprecated and expired +net/p5-Net-Gopher||2013-04-16|Has expired: gone from CPAN diff --git a/net/Makefile b/net/Makefile index 6786d095d251..6cc523cf4009 100644 --- a/net/Makefile +++ b/net/Makefile @@ -527,7 +527,6 @@ SUBDIR += p5-Geo-IPfree SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response - SUBDIR += p5-Gopher-Server SUBDIR += p5-Growl-GNTP SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-INET6 @@ -594,7 +593,6 @@ SUBDIR += p5-Net-Google-Code SUBDIR += p5-Net-Google-DataAPI SUBDIR += p5-Net-Google-Spreadsheets - SUBDIR += p5-Net-Gopher SUBDIR += p5-Net-Growl SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 diff --git a/net/p5-Gopher-Server/Makefile b/net/p5-Gopher-Server/Makefile deleted file mode 100644 index d99ff0143472..000000000000 --- a/net/p5-Gopher-Server/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Toni Viemer <toni.viemero@iki.fi> -# $FreeBSD$ - -PORTNAME= Gopher-Server -PORTVERSION= 0.1.1 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:TMURRAY -PKGNAMEPREFIX= p5- - -MAINTAINER= toni.viemero@iki.fi -COMMENT= Backend for Gopher Servers - -DEPRECATED= Depends on p5-Net-Gopher which is deprecated and expired -EXPIRATION_DATE= 2013-04-10 - -RUN_DEPENDS= p5-Net-Gopher>=0:${PORTSDIR}/net/p5-Net-Gopher \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -BUILD_DEPENDS:= ${RUN_DEPENDS} - -PERL_MODBUILD= yes - -MAN3= Gopher::Server::ParseRequest.3 \ - Gopher::Server::RequestHandler.3 \ - Gopher::Server::RequestHandler::DBI.3 \ - Gopher::Server::RequestHandler::File.3 \ - Gopher::Server::Response.3 \ - Gopher::Server::TypeMapper.3 - -.include <bsd.port.mk> diff --git a/net/p5-Gopher-Server/distinfo b/net/p5-Gopher-Server/distinfo deleted file mode 100644 index ef1b0fb9a90b..000000000000 --- a/net/p5-Gopher-Server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Gopher-Server-0.1.1.tar.gz) = 7d9438bcc322486ad3cf01b2cb37414fad3b0a673637a274372834dbfe28d841 -SIZE (Gopher-Server-0.1.1.tar.gz) = 11499 diff --git a/net/p5-Gopher-Server/pkg-descr b/net/p5-Gopher-Server/pkg-descr deleted file mode 100644 index 1c2c80c7ea91..000000000000 --- a/net/p5-Gopher-Server/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Backend for Gopher Servers - -WWW: http://search.cpan.org/dist/Gopher-Server/ diff --git a/net/p5-Gopher-Server/pkg-plist b/net/p5-Gopher-Server/pkg-plist deleted file mode 100644 index 96d13abfa83e..000000000000 --- a/net/p5-Gopher-Server/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%SITE_PERL%%/Gopher/Server/ParseRequest.pm -%%SITE_PERL%%/Gopher/Server/RequestHandler.pm -%%SITE_PERL%%/Gopher/Server/Response.pm -%%SITE_PERL%%/Gopher/Server/TypeMapper.pm -%%SITE_PERL%%/Gopher/Server/RequestHandler/DBI.pm -%%SITE_PERL%%/Gopher/Server/RequestHandler/File.pm -@dirrmtry %%SITE_PERL%%/Gopher -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gopher -@dirrm %%SITE_PERL%%/Gopher/Server/RequestHandler -@dirrm %%SITE_PERL%%/Gopher/Server -@dirrmtry %%SITE_PERL%%/Gopher diff --git a/net/p5-Net-Gopher/Makefile b/net/p5-Net-Gopher/Makefile deleted file mode 100644 index d5ad2d227a61..000000000000 --- a/net/p5-Net-Gopher/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: p5-Net-Gopher -# Date created: 2004-03-31 -# Whom: Toni Viemero <toni.viemero@iki.fi> -# -# $FreeBSD$ -# - -PORTNAME= Net-Gopher -PORTVERSION= 1.15 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= toni.viemero@iki.fi -COMMENT= Net::Gopher is the Perl Gopher/Gopher+ API - -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} - -DEPRECATED= gone from CPAN -EXPIRATION_DATE= 2012-04-17 - -PERL_CONFIGURE= yes - -MAN3= Net::Gopher.3 \ - Net::Gopher::Constants.3 \ - Net::Gopher::Request.3 \ - Net::Gopher::Response.3 \ - Net::Gopher::Response::InformationBlock.3 \ - Net::Gopher::Response::MenuItem.3 - -.include <bsd.port.mk> diff --git a/net/p5-Net-Gopher/distinfo b/net/p5-Net-Gopher/distinfo deleted file mode 100644 index 2acd8a828ac7..000000000000 --- a/net/p5-Net-Gopher/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Net-Gopher-1.15.tar.gz) = cd68c851ffb65d5ecf3b9e911e6c4a436b3958c705478a9c38a0dcaf6e203c9d -SIZE (Net-Gopher-1.15.tar.gz) = 99136 diff --git a/net/p5-Net-Gopher/files/patch-Makefile.PL b/net/p5-Net-Gopher/files/patch-Makefile.PL deleted file mode 100644 index db3b16598d55..000000000000 --- a/net/p5-Net-Gopher/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Sun Mar 21 19:09:20 2004 -+++ Makefile.PL Wed Apr 7 22:56:11 2004 -@@ -7,7 +7,7 @@ - # don't prompt the user if we're not being called interactively (e.g., if we're
- # being called from cron or some such program instead of directly by the user):
- my $interactive = 1;
--$interactive = 1 if (-t STDIN and -t STDOUT);
-+$interactive = 0 if (-t STDIN and -t STDOUT);
-
- # first, make sure the line endings in the test items are correct:
- my %files_and_newlines = (
diff --git a/net/p5-Net-Gopher/pkg-descr b/net/p5-Net-Gopher/pkg-descr deleted file mode 100644 index 21c4ee22ce01..000000000000 --- a/net/p5-Net-Gopher/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Net::Gopher is the Perl Gopher/Gopher+ API. This library will enable you to -communicate with Gopher and Gopher+ servers using Perl. - -WWW: http://search.cpan.org/dist/Net-Gopher/ diff --git a/net/p5-Net-Gopher/pkg-plist b/net/p5-Net-Gopher/pkg-plist deleted file mode 100644 index 385e64c265c6..000000000000 --- a/net/p5-Net-Gopher/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%SITE_PERL%%/Net/Gopher.pm -%%SITE_PERL%%/Net/Gopher/Constants.pm -%%SITE_PERL%%/Net/Gopher/Debugging.pm -%%SITE_PERL%%/Net/Gopher/Exception.pm -%%SITE_PERL%%/Net/Gopher/Request.pm -%%SITE_PERL%%/Net/Gopher/Response.pm -%%SITE_PERL%%/Net/Gopher/Response/InformationBlock.pm -%%SITE_PERL%%/Net/Gopher/Response/MenuItem.pm -%%SITE_PERL%%/Net/Gopher/Utility.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Gopher/.packlist -@dirrmtry %%SITE_PERL%%/Net -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Gopher -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/Gopher/Response -@dirrm %%SITE_PERL%%/Net/Gopher -@dirrmtry %%SITE_PERL%%/Net diff --git a/www/Makefile b/www/Makefile index 1e712191d9ec..ac0242be1914 100644 --- a/www/Makefile +++ b/www/Makefile @@ -622,7 +622,6 @@ SUBDIR += p5-Apache-DB SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Gallery - SUBDIR += p5-Apache-GopherHandler SUBDIR += p5-Apache-Htgroup SUBDIR += p5-Apache-MP3 SUBDIR += p5-Apache-ParseFormData diff --git a/www/p5-Apache-GopherHandler/Makefile b/www/p5-Apache-GopherHandler/Makefile deleted file mode 100644 index 901bc0cfa46f..000000000000 --- a/www/p5-Apache-GopherHandler/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Toni Viemerö <toni.viemero@iki.fi> -# $FreeBSD$ - -PORTNAME= Apache-GopherHandler -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= www net perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= toni.viemero@iki.fi -COMMENT= Gopher protocol implementation for Apache2 - -DEPRECATED= Depends on p5-Net-Gopher which is deprecated and expired -EXPIRATION_DATE= 2013-04-10 - -RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ - p5-Gopher-Server>=0:${PORTSDIR}/net/p5-Gopher-Server -BUILD_DEPENDS:= ${RUN_DEPENDS} - -PERL_MODBUILD= yes -USE_APACHE= 22+ - -MAN3= Apache::GopherHandler.3 \ - Apache::GopherHandler::TiedSocket.3 - -.include <bsd.port.mk> diff --git a/www/p5-Apache-GopherHandler/distinfo b/www/p5-Apache-GopherHandler/distinfo deleted file mode 100644 index daca9e4f7c22..000000000000 --- a/www/p5-Apache-GopherHandler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Apache-GopherHandler-0.1.tar.gz) = f3df47555cbbd8cc92c4d1a794a560ba0ee0dbaf71ffbf41fef0fc0ee526d23e -SIZE (Apache-GopherHandler-0.1.tar.gz) = 9845 diff --git a/www/p5-Apache-GopherHandler/files/patch-lib-Apache-GopherHandler.pm b/www/p5-Apache-GopherHandler/files/patch-lib-Apache-GopherHandler.pm deleted file mode 100644 index 9d7642901279..000000000000 --- a/www/p5-Apache-GopherHandler/files/patch-lib-Apache-GopherHandler.pm +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/Apache/GopherHandler.pm.orig Tue Jul 26 16:19:15 2005 -+++ lib/Apache/GopherHandler.pm Tue Jul 26 16:19:33 2005 -@@ -5,9 +5,9 @@ - - our $VERSION = 0.1; - --use Apache::Connection (); -+use Apache2::Connection (); - use APR::Socket (); --use Apache::Const -compile => 'OK'; -+use Apache2::Const -compile => 'OK'; - use Gopher::Server::ParseRequest; - #use Gopher::Server::RequestHandler::File; - use Apache::GopherHandler::TiedSocket; -@@ -54,7 +54,7 @@ - tie *OUT, 'Apache::GopherHandler::TiedSocket' => $socket; - $response->print_to( *OUT ); - -- return Apache::OK; -+ return Apache2::Const::OK; - } - - 1; diff --git a/www/p5-Apache-GopherHandler/pkg-descr b/www/p5-Apache-GopherHandler/pkg-descr deleted file mode 100644 index 3c0dd0b881c8..000000000000 --- a/www/p5-Apache-GopherHandler/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Apache::GopherHandler - Gopher protocol implementation for Apache2 - -WWW: http://search.cpan.org/dist/Apache-GopherHandler/ diff --git a/www/p5-Apache-GopherHandler/pkg-plist b/www/p5-Apache-GopherHandler/pkg-plist deleted file mode 100644 index 94c6b9e72445..000000000000 --- a/www/p5-Apache-GopherHandler/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%SITE_PERL%%/Apache/GopherHandler.pm -%%SITE_PERL%%/Apache/GopherHandler/TiedSocket.pm -@dirrm %%SITE_PERL%%/Apache/GopherHandler -@dirrmtry %%SITE_PERL%%/Apache |