Add p5-Gopher-Server 0.1.1, backend for Gopher Servers.

PR:		ports/65423
Submitted by:	Toni Viemer?<toni.viemero@iki.fi>
This commit is contained in:
Vanilla I. Shu 2004-05-10 21:50:38 +00:00
parent 16f8154ebc
commit 987079a74e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108875
5 changed files with 55 additions and 0 deletions

View File

@ -404,6 +404,7 @@
SUBDIR += p5-Frontier-RPC
SUBDIR += p5-Geo-IP
SUBDIR += p5-Geo-IPfree
SUBDIR += p5-Gopher-Server
SUBDIR += p5-IO-INET6
SUBDIR += p5-IO-Interface
SUBDIR += p5-IO-Socket-Multicast

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: p5-Gopher-Server
# Date created: 2004-03-31
# Whom: Toni Viemer?<toni.viemero@iki.fi>
#
# $FreeBSD$
#
PORTNAME= Gopher-Server
PORTVERSION= 0.1.1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMURRAY
PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero@iki.fi
COMMENT= Backend for Gopher Servers
RUN_DEPENDS= ${SITE_PERL}/Net/Gopher.pm:${PORTSDIR}/net/p5-Net-Gopher \
${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/Test/Exception.pm:${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.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "needs at least perl 5.6.0 to work"
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Gopher-Server-0.1.1.tar.gz) = c98a8459e98286ebcb6153466e05ed06
SIZE (Gopher-Server-0.1.1.tar.gz) = 11499

View File

@ -0,0 +1,3 @@
Backend for Gopher Servers
WWW: http://search.cpan.org/dist/Gopher-Server/

View File

@ -0,0 +1,11 @@
%%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
@unexec rmdir %D/%%SITE_PERL%%/Gopher 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gopher 2>/dev/null || true
@dirrm %%SITE_PERL%%/Gopher/Server/RequestHandler
@dirrm %%SITE_PERL%%/Gopher/Server
@unexec rmdir %D/%%SITE_PERL%%/Gopher 2>/dev/null || true