diff options
author | rene <rene@FreeBSD.org> | 2013-04-16 23:03:08 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-16 23:03:08 +0800 |
commit | 6a1ac956be79debc0bfc49af4b77dd236575408a (patch) | |
tree | b25aadec7a19e7c38a518e678052be0d6d4db46a /www | |
parent | c8f55f5e5dcaa95ce5621db1b6488c10a0db7674 (diff) | |
download | freebsd-ports-gnome-6a1ac956be79debc0bfc49af4b77dd236575408a.tar.gz freebsd-ports-gnome-6a1ac956be79debc0bfc49af4b77dd236575408a.tar.zst freebsd-ports-gnome-6a1ac956be79debc0bfc49af4b77dd236575408a.zip |
Remove expired ports:
2013-04-10 www/p5-Apache-GopherHandler: Depends on p5-Net-Gopher which is deprecated and expired
2013-04-10 net/p5-Gopher-Server: Depends on p5-Net-Gopher which is deprecated and expired
2012-04-17 net/p5-Net-Gopher: gone from CPAN
Feature safe: yes
Diffstat (limited to 'www')
-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 |
6 files changed, 0 insertions, 60 deletions
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 |