Add p5-POE-Component-Server-HTTP 0.04, POE Component to create HTTP Servers.
PR: ports/65139 Submitted by: Zach Thompson <lin-chi@lastamericanempire.com>
This commit is contained in:
parent
cd3006e8a8
commit
4a19b409fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108841
@ -451,6 +451,7 @@
|
||||
SUBDIR += p5-MasonX-Request-WithApacheSession
|
||||
SUBDIR += p5-Maypole
|
||||
SUBDIR += p5-PHP-Session
|
||||
SUBDIR += p5-POE-Component-Server-HTTP
|
||||
SUBDIR += p5-ParallelUA
|
||||
SUBDIR += p5-PodToHTML
|
||||
SUBDIR += p5-Sledge
|
||||
|
27
www/p5-POE-Component-Server-HTTP/Makefile
Normal file
27
www/p5-POE-Component-Server-HTTP/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: POE-Component-Server-HTTP
|
||||
# Date created: 03 Apr 2004
|
||||
# Whom: Zach Thompson <lin-chi@lastamericanempire.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-Server-HTTP
|
||||
PORTVERSION= 0.04
|
||||
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 create HTTP Servers
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Server::HTTP.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-POE-Component-Server-HTTP/distinfo
Normal file
2
www/p5-POE-Component-Server-HTTP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (POE-Component-Server-HTTP-0.04.tar.gz) = d6713f8064552b8ab5c192b182461bc7
|
||||
SIZE (POE-Component-Server-HTTP-0.04.tar.gz) = 7318
|
5
www/p5-POE-Component-Server-HTTP/pkg-descr
Normal file
5
www/p5-POE-Component-Server-HTTP/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
POE component to create HTTP servers.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-Server-HTTP/
|
||||
- Zach Thompson
|
||||
lin-chi@lastamericanempire.com
|
13
www/p5-POE-Component-Server-HTTP/pkg-plist
Normal file
13
www/p5-POE-Component-Server-HTTP/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%SITE_PERL%%/POE/Component/Server/HTTP.pm
|
||||
%%SITE_PERL%%/POE/Component/Server/HTTP/Connection.pm
|
||||
%%SITE_PERL%%/POE/Component/Server/HTTP/Request.pm
|
||||
%%SITE_PERL%%/POE/Component/Server/HTTP/Response.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/HTTP/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/HTTP
|
||||
@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/HTTP
|
||||
@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
|
Loading…
Reference in New Issue
Block a user