aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-Server-XMLRPC
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-06-20 20:11:48 +0000
committerLars Thegler <lth@FreeBSD.org>2004-06-20 20:11:48 +0000
commit26f13a733db1a81cc441ed0969675a2f23f46166 (patch)
treec35dd28a0c0f2c4addef3a0a6ee6e9132709cdc4 /devel/p5-POE-Component-Server-XMLRPC
parentc004a443617ca659f7027382e8d144043938aa33 (diff)
downloadports-26f13a733db1a81cc441ed0969675a2f23f46166.tar.gz
ports-26f13a733db1a81cc441ed0969675a2f23f46166.zip
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)
Notes
Notes: svn path=/head/; revision=111876
Diffstat (limited to 'devel/p5-POE-Component-Server-XMLRPC')
-rw-r--r--devel/p5-POE-Component-Server-XMLRPC/Makefile27
-rw-r--r--devel/p5-POE-Component-Server-XMLRPC/distinfo2
-rw-r--r--devel/p5-POE-Component-Server-XMLRPC/pkg-descr5
-rw-r--r--devel/p5-POE-Component-Server-XMLRPC/pkg-plist9
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/p5-POE-Component-Server-XMLRPC/Makefile b/devel/p5-POE-Component-Server-XMLRPC/Makefile
new file mode 100644
index 000000000000..b7c3b46ab0ae
--- /dev/null
+++ b/devel/p5-POE-Component-Server-XMLRPC/Makefile
@@ -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>
diff --git a/devel/p5-POE-Component-Server-XMLRPC/distinfo b/devel/p5-POE-Component-Server-XMLRPC/distinfo
new file mode 100644
index 000000000000..08e945cdb7e2
--- /dev/null
+++ b/devel/p5-POE-Component-Server-XMLRPC/distinfo
@@ -0,0 +1,2 @@
+MD5 (POE-Component-Server-XMLRPC-0.05.tar.gz) = 263fd98df07331d64be5beb75b07835a
+SIZE (POE-Component-Server-XMLRPC-0.05.tar.gz) = 5291
diff --git a/devel/p5-POE-Component-Server-XMLRPC/pkg-descr b/devel/p5-POE-Component-Server-XMLRPC/pkg-descr
new file mode 100644
index 000000000000..f1adde5687e2
--- /dev/null
+++ b/devel/p5-POE-Component-Server-XMLRPC/pkg-descr
@@ -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/
diff --git a/devel/p5-POE-Component-Server-XMLRPC/pkg-plist b/devel/p5-POE-Component-Server-XMLRPC/pkg-plist
new file mode 100644
index 000000000000..1e7392e9965f
--- /dev/null
+++ b/devel/p5-POE-Component-Server-XMLRPC/pkg-plist
@@ -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