From b0c77ceb76b279f6aa1fc3cc9758552083ebc1cd Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Wed, 9 Mar 2005 12:28:36 +0000 Subject: - Add p5-Apache-GopherHandler 0.1, a gopher protocol implementation for Apache2. PR: ports/66506 Submitted by: Toni Viemero Approved by: pav (mentor) --- www/p5-Apache-GopherHandler/Makefile | 33 +++++++++++++++++++++++++++++++++ www/p5-Apache-GopherHandler/distinfo | 2 ++ www/p5-Apache-GopherHandler/pkg-descr | 3 +++ www/p5-Apache-GopherHandler/pkg-plist | 4 ++++ 4 files changed, 42 insertions(+) create mode 100644 www/p5-Apache-GopherHandler/Makefile create mode 100644 www/p5-Apache-GopherHandler/distinfo create mode 100644 www/p5-Apache-GopherHandler/pkg-descr create mode 100644 www/p5-Apache-GopherHandler/pkg-plist (limited to 'www/p5-Apache-GopherHandler') diff --git a/www/p5-Apache-GopherHandler/Makefile b/www/p5-Apache-GopherHandler/Makefile new file mode 100644 index 000000000000..ec8a9f270642 --- /dev/null +++ b/www/p5-Apache-GopherHandler/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Apache-GopherHandler +# Date created: 2004-03-31 +# Whom: Toni Viemerö +# +# $FreeBSD$ +# + +PORTNAME= Apache-GopherHandler +PORTVERSION= 0.1 +CATEGORIES= www net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= toni.viemero@iki.fi +COMMENT= Gopher protocol implementation for Apache2 + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \ + ${SITE_PERL}/Gopher/Server/ParseRequest.pm:${PORTSDIR}/net/p5-Gopher-Server +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Apache::GopherHandler.3 \ + Apache::GopherHandler::TiedSocket.3 + +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= "Needs perl 5.6.0 or higher, install lang/perl5 or lang/perl5.8 and try again" +.endif + +.include diff --git a/www/p5-Apache-GopherHandler/distinfo b/www/p5-Apache-GopherHandler/distinfo new file mode 100644 index 000000000000..424039e19cf1 --- /dev/null +++ b/www/p5-Apache-GopherHandler/distinfo @@ -0,0 +1,2 @@ +MD5 (Apache-GopherHandler-0.1.tar.gz) = dd8cfae564a501669027d366cfc0897e +SIZE (Apache-GopherHandler-0.1.tar.gz) = 9845 diff --git a/www/p5-Apache-GopherHandler/pkg-descr b/www/p5-Apache-GopherHandler/pkg-descr new file mode 100644 index 000000000000..3c0dd0b881c8 --- /dev/null +++ b/www/p5-Apache-GopherHandler/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..ee1491ab97eb --- /dev/null +++ b/www/p5-Apache-GopherHandler/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Apache/GopherHandler.pm +%%SITE_PERL%%/Apache/GopherHandler/TiedSocket.pm +@dirrm %%SITE_PERL%%/Apache/GopherHandler +@unexec rmdir %D/%%SITE_PERL%%/Apache 2> /dev/null || true -- cgit v1.2.3