1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Add p5-Apache-GopherHandler 0.1, a gopher protocol implementation for Apache2.

PR:		ports/66506
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	pav (mentor)
This commit is contained in:
Florent Thoumie 2005-03-09 12:28:36 +00:00
parent cef5c8203a
commit b0c77ceb76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130713
5 changed files with 43 additions and 0 deletions

View File

@ -394,6 +394,7 @@
SUBDIR += p5-Apache-DumpHeaders
SUBDIR += p5-Apache-Filter
SUBDIR += p5-Apache-Gallery
SUBDIR += p5-Apache-GopherHandler
SUBDIR += p5-Apache-Icon
SUBDIR += p5-Apache-Language
SUBDIR += p5-Apache-MP3

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-Apache-GopherHandler
# Date created: 2004-03-31
# Whom: Toni Viemerö <toni.viemero@iki.fi>
#
# $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 <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Needs perl 5.6.0 or higher, install lang/perl5 or lang/perl5.8 and try again"
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Apache-GopherHandler-0.1.tar.gz) = dd8cfae564a501669027d366cfc0897e
SIZE (Apache-GopherHandler-0.1.tar.gz) = 9845

View File

@ -0,0 +1,3 @@
Apache::GopherHandler - Gopher protocol implementation for Apache2
WWW: http://search.cpan.org/dist/Apache-GopherHandler/

View File

@ -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