diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-19 03:02:11 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-19 03:02:11 +0000 |
commit | 9d00847152a1323cf68bfce6e08488e8a9f6440a (patch) | |
tree | d241b08f5b64a3fd09a3e3032a44b28cf9740ee7 /net | |
parent | e94bd1b50422ab83b14ba1af6aacbb04c991fce5 (diff) | |
download | FreeBSD-ports-9d00847152a1323cf68bfce6e08488e8a9f6440a.zip FreeBSD-ports-9d00847152a1323cf68bfce6e08488e8a9f6440a.tar.gz |
add p5-SOAP-Data-Builder 0.6
A wrapper simplifying SOAP::Data and SOAP::Serialiser
PR: 61540
Submitted by: Scott McWhirter <scott@surreytech.co.uk>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-SOAP-Data-Builder/Makefile | 25 | ||||
-rw-r--r-- | net/p5-SOAP-Data-Builder/distinfo | 1 | ||||
-rw-r--r-- | net/p5-SOAP-Data-Builder/pkg-descr | 6 | ||||
-rw-r--r-- | net/p5-SOAP-Data-Builder/pkg-plist | 9 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 07d516b..12388a7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -534,6 +534,7 @@ SUBDIR += p5-SNMP-Util SUBDIR += p5-SNMP_Session SUBDIR += p5-SOAP + SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite SUBDIR += p5-Socket6 SUBDIR += p5-Socks diff --git a/net/p5-SOAP-Data-Builder/Makefile b/net/p5-SOAP-Data-Builder/Makefile new file mode 100644 index 0000000..f8ad21a --- /dev/null +++ b/net/p5-SOAP-Data-Builder/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-SOAP-Data-Builder +# Date created: 17 January 2004 +# Whom: kungfuftr <scott@surreytech.co.uk> +# +# $FreeBSD$ +# + +PORTNAME= SOAP-Data-Builder +PORTVERSION= 0.6 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SOAP +PKGNAMEPREFIX= p5- + +MAINTAINER= scott@surreytech.co.uk +COMMENT= A wrapper simplifying SOAP::Data and SOAP::Serialiser + +BUILD_DEPENDS= ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SOAP::Data::Builder.3 SOAP::Data::Builder::Element.3 + +.include <bsd.port.mk> diff --git a/net/p5-SOAP-Data-Builder/distinfo b/net/p5-SOAP-Data-Builder/distinfo new file mode 100644 index 0000000..43287ff --- /dev/null +++ b/net/p5-SOAP-Data-Builder/distinfo @@ -0,0 +1 @@ +MD5 (SOAP-Data-Builder-0.6.tar.gz) = 1b2248646a1dc85199867b570a0db0b1 diff --git a/net/p5-SOAP-Data-Builder/pkg-descr b/net/p5-SOAP-Data-Builder/pkg-descr new file mode 100644 index 0000000..f095e3f --- /dev/null +++ b/net/p5-SOAP-Data-Builder/pkg-descr @@ -0,0 +1,6 @@ +This Module provides a quick and easy way to build complex SOAP data +and header structures for use with SOAP::Lite. + +It primarily provides a wrapper around SOAP::Serializer and +SOAP::Data (or SOAP::Header) enabling you to generate complex XML +within your SOAP request or response. diff --git a/net/p5-SOAP-Data-Builder/pkg-plist b/net/p5-SOAP-Data-Builder/pkg-plist new file mode 100644 index 0000000..f857616 --- /dev/null +++ b/net/p5-SOAP-Data-Builder/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/SOAP/Data/Builder.pm +%%SITE_PERL%%/SOAP/Data/Builder/Element.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Data/Builder/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Data/Builder +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Data 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP 2>/dev/null || true +@dirrm %%SITE_PERL%%/SOAP/Data/Builder +@unexec rmdir %D/%%SITE_PERL%%/SOAP/Data 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/SOAP 2>/dev/null || true |