1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add p5-POE-Component-Server-HTTPServer 0.9.2, POE Component to server

HTTP requests.

PR:		ports/77980
Submitted by:	Zach Thompson <lin-chi@lastamericanempire.com>
This commit is contained in:
Lars Thegler 2005-09-15 18:40:34 +00:00
parent 9e0d15b004
commit 5625b66e2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142831
5 changed files with 72 additions and 0 deletions

View File

@ -588,6 +588,7 @@
SUBDIR += p5-POE-Component-Client-HTTP
SUBDIR += p5-POE-Component-Client-UserAgent
SUBDIR += p5-POE-Component-Server-HTTP
SUBDIR += p5-POE-Component-Server-HTTPServer
SUBDIR += p5-ParallelUA
SUBDIR += p5-PodToHTML
SUBDIR += p5-Sledge

View File

@ -0,0 +1,43 @@
# New ports collection makefile for: POE-Component-Server-HTTPServer
# Date created: 23 Feb 2005
# Whom: Zach Thompson <lin-chi@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Server-HTTPServer
PORTVERSION= 0.9.2
CATEGORIES= www devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= lin-chi@lastamericanempire.com
COMMENT= POE Component to server HTTP requests
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/HTTP/Message.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/HTML/Template/HashWrapper.pm:${PORTSDIR}/www/p5-HTML-Template-HashWrapper \
${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Server::HTTPServer.3 \
POE::Component::Server::HTTPServer::BasicAuthenHandler.3 \
POE::Component::Server::HTTPServer::Examples.3 \
POE::Component::Server::HTTPServer::Handler.3 \
POE::Component::Server::HTTPServer::NotFoundHandler.3 \
POE::Component::Server::HTTPServer::ParameterParseHandler.3 \
POE::Component::Server::HTTPServer::StaticHandler.3 \
POE::Component::Server::HTTPServer::TemplateHandler.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (POE-Component-Server-HTTPServer-0.9.2.tar.gz) = 766c06301099868fca4bbc8bd5cb358d
SIZE (POE-Component-Server-HTTPServer-0.9.2.tar.gz) = 15389

View File

@ -0,0 +1,9 @@
POE component to serve HTTP requests with a slightly different
approach than POCo::Server::HTTP. Several useful built-in
handlers for URIs not found, basic authentication, and
parameter parsing.
WWW: http://search.cpan.org/dist/POE-Component-Server-HTTPServer/
- Zach Thompson
lin-chi@lastamericanempire.com

View File

@ -0,0 +1,17 @@
%%SITE_PERL%%/POE/Component/Server/HTTPServer.pm
%%SITE_PERL%%/POE/Component/Server/HTTPServer/BasicAuthenHandler.pm
%%SITE_PERL%%/POE/Component/Server/HTTPServer/Examples.pod
%%SITE_PERL%%/POE/Component/Server/HTTPServer/Handler.pm
%%SITE_PERL%%/POE/Component/Server/HTTPServer/NotFoundHandler.pm
%%SITE_PERL%%/POE/Component/Server/HTTPServer/ParameterParseHandler.pm
%%SITE_PERL%%/POE/Component/Server/HTTPServer/StaticHandler.pm
%%SITE_PERL%%/POE/Component/Server/HTTPServer/TemplateHandler.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/HTTPServer/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/HTTPServer
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
@dirrm %%SITE_PERL%%/POE/Component/Server/HTTPServer
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true