1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-POE-Component-Server-XMLRPC 0.05, POE component to create

XMLRPC Servers.

PR:		67934
Submitted by:	Jesper Dalberg <jesper@jdn.dk>
Approved by:	erwin (mentor)
This commit is contained in:
Lars Thegler 2004-06-20 20:11:48 +00:00
parent c004a44361
commit 26f13a733d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111876
5 changed files with 44 additions and 0 deletions

View File

@ -861,6 +861,7 @@
SUBDIR += p5-POE-Component-Logger
SUBDIR += p5-POE-Component-Pcap
SUBDIR += p5-POE-Component-RSS
SUBDIR += p5-POE-Component-Server-XMLRPC
SUBDIR += p5-POE-Component-TSTP
SUBDIR += p5-POE-Exceptions
SUBDIR += p5-POE-Session-MultiDispatch

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: POE-Component-Server-XMLRPC
# Date created: 14 Jun 2004
# Whom: Jesper Dalberg <jesper@jdn.dk>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Server-XMLRPC
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= jesper@jdn.dk
COMMENT= POE Component to create XMLRPC Servers
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/POE/Component/Server/HTTP.pm:${PORTSDIR}/www/p5-POE-Component-Server-HTTP \
${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Server::XMLRPC.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (POE-Component-Server-XMLRPC-0.05.tar.gz) = 263fd98df07331d64be5beb75b07835a
SIZE (POE-Component-Server-XMLRPC-0.05.tar.gz) = 5291

View File

@ -0,0 +1,5 @@
POE::Component::Server::XMLRPC adds asynchronous, event driven
XMLRPC over HTTP to your POE applications. It works very well
with synchronous XMLRPC::Lite clients, even.
WWW: http://search.cpan.org/dist/POE-Component-Server-XMLRPC/

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/POE/Component/Server/XMLRPC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/XMLRPC/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/XMLRPC
@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
@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