summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 11:46:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 11:46:57 +0000
commit1bb1302c20c36433616b40434b2fec384cdbfbee (patch)
treef414d5ae8e12b685c7dbec90fcef1bf5458a8dfb /net
parentUpdate to 0.09. (diff)
new port: net/p5-ResourcePool-Resource-SOAP-Lite
A ResourcePool wrapper for SOAP::Lite PR: ports/48773 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=77967
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-ResourcePool-Resource-SOAP-Lite/Makefile29
-rw-r--r--net/p5-ResourcePool-Resource-SOAP-Lite/distinfo1
-rw-r--r--net/p5-ResourcePool-Resource-SOAP-Lite/files/patch-Makefile.PL14
-rw-r--r--net/p5-ResourcePool-Resource-SOAP-Lite/pkg-descr5
-rw-r--r--net/p5-ResourcePool-Resource-SOAP-Lite/pkg-plist15
6 files changed, 65 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 60e9ea13e7d2..a17d6d645a13 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -448,6 +448,7 @@
SUBDIR += p5-PlRPC
SUBDIR += p5-RPC-XML
SUBDIR += p5-ResourcePool-Resource-Net-LDAP
+ SUBDIR += p5-ResourcePool-Resource-SOAP-Lite
SUBDIR += p5-SNMP
SUBDIR += p5-SNMP-MIB-Compiler
SUBDIR += p5-SNMP-Util
diff --git a/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile b/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile
new file mode 100644
index 000000000000..87e4c03c0e4c
--- /dev/null
+++ b/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-ResourcePool-Resourse-SOAP-Lite
+# Date created: February 28th, 2003
+# Whom: Erwin Lansing <erwin@lansing.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ResourcePool-Resource-SOAP-Lite
+PORTVERSION= 1.0100
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
+ http://www.fatalmind.com/projects/ResourcePool/
+MASTER_SITE_SUBDIR= ../by-authors/id/M/MW/MWS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= erwin@lansing.dk
+COMMENT= A ResourcePool wrapper for SOAP::Lite
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= ResourcePool::Factory::SOAP::Lite.3 \
+ ResourcePool::Command::SOAP::Lite::Call.3
+
+.include <bsd.port.mk>
diff --git a/net/p5-ResourcePool-Resource-SOAP-Lite/distinfo b/net/p5-ResourcePool-Resource-SOAP-Lite/distinfo
new file mode 100644
index 000000000000..a7e593d50973
--- /dev/null
+++ b/net/p5-ResourcePool-Resource-SOAP-Lite/distinfo
@@ -0,0 +1 @@
+MD5 (ResourcePool-Resource-SOAP-Lite-1.0100.tar.gz) = 2a1376b42bd8692c433d61ad3b5b0eca
diff --git a/net/p5-ResourcePool-Resource-SOAP-Lite/files/patch-Makefile.PL b/net/p5-ResourcePool-Resource-SOAP-Lite/files/patch-Makefile.PL
new file mode 100644
index 000000000000..e4f0826101ed
--- /dev/null
+++ b/net/p5-ResourcePool-Resource-SOAP-Lite/files/patch-Makefile.PL
@@ -0,0 +1,14 @@
+--- Makefile.PL.orig Sat Feb 22 21:33:53 2003
++++ Makefile.PL Fri Feb 28 12:43:54 2003
+@@ -21,11 +21,4 @@
+ $opts{AUTHOR} = 'Markus Winand <mws@fatalmind.com>';
+ }
+
+-my $onlinetests = ExtUtils::MakeMaker::prompt('
+-During "make test" phase we may run tests against a SOAP server located
+-at the authors website.
+-
+-Do you want to perform these tests in addition to core tests?', 'yes') =~ /^\s*(y)/i;
+-
+-$opts{test} = {TESTS => join(' ', glob($onlinetests ? 't/*.t' : 't/[0-3]*.t'))};
+ WriteMakefile(%opts);
diff --git a/net/p5-ResourcePool-Resource-SOAP-Lite/pkg-descr b/net/p5-ResourcePool-Resource-SOAP-Lite/pkg-descr
new file mode 100644
index 000000000000..12e30b08f548
--- /dev/null
+++ b/net/p5-ResourcePool-Resource-SOAP-Lite/pkg-descr
@@ -0,0 +1,5 @@
+This factory can be used by ResourcePool to create
+SOAP::Lite objects which use the specified proxy
+for SOAP RPC invocations.
+
+WWW: http://www.fatalmind.com/projects/ResourcePool/
diff --git a/net/p5-ResourcePool-Resource-SOAP-Lite/pkg-plist b/net/p5-ResourcePool-Resource-SOAP-Lite/pkg-plist
new file mode 100644
index 000000000000..de451c096ce2
--- /dev/null
+++ b/net/p5-ResourcePool-Resource-SOAP-Lite/pkg-plist
@@ -0,0 +1,15 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/SOAP/Lite/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/SOAP/Lite/Call.pod
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/SOAP/Lite/Call.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/SOAP/Lite.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/SOAP/Lite.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/SOAP/Lite.pod
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/SOAP/Lite
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/SOAP
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/SOAP/Lite
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/SOAP
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/SOAP
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/SOAP
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory 2>/dev/null || true