aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-04-16 15:03:08 +0000
committerRene Ladan <rene@FreeBSD.org>2013-04-16 15:03:08 +0000
commit71efc58616425512698225db1b5dc131c0c7f03e (patch)
treeb25aadec7a19e7c38a518e678052be0d6d4db46a /www
parentd37d4331e2b887a3140ce2a18a643cc319c0ab82 (diff)
downloadports-71efc58616425512698225db1b5dc131c0c7f03e.tar.gz
ports-71efc58616425512698225db1b5dc131c0c7f03e.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Apache-GopherHandler/Makefile27
-rw-r--r--www/p5-Apache-GopherHandler/distinfo2
-rw-r--r--www/p5-Apache-GopherHandler/files/patch-lib-Apache-GopherHandler.pm23
-rw-r--r--www/p5-Apache-GopherHandler/pkg-descr3
-rw-r--r--www/p5-Apache-GopherHandler/pkg-plist4
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