diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-WDDX/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-WDDX/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-WDDX/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-WDDX/pkg-descr | 14 | ||||
-rw-r--r-- | textproc/p5-WDDX/pkg-plist | 16 |
6 files changed, 64 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 114d9a806c5a..58963d8ab7ae 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -129,6 +129,7 @@ SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary SUBDIR += p5-URI-Find + SUBDIR += p5-WDDX SUBDIR += p5-XML-DOM SUBDIR += p5-XML-DT SUBDIR += p5-XML-Dumper diff --git a/textproc/p5-WDDX/Makefile b/textproc/p5-WDDX/Makefile new file mode 100644 index 000000000000..cf8f5ace1e54 --- /dev/null +++ b/textproc/p5-WDDX/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-WDDX +# Date created: 18 September 2001 +# Whom: Eric A. Griff <eric@talesfromthereal.com> +# +# $FreeBSD$ +# + +PORTNAME= WDDX +PORTVERSION= 1.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/G/GU/GUELICH +PKGNAMEPREFIX= p5- + +MAINTAINER= eric@talesfromthereal.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser + +PERL_CONFIGURE= yes +ALL_TARGET= all test +MAN3= WDDX.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/WDDX + ${INSTALL_MAN} ${WRKSRC}/Changes ${PREFIX}/share/doc/WDDX +.endif + +.include <bsd.port.mk> diff --git a/textproc/p5-WDDX/distinfo b/textproc/p5-WDDX/distinfo new file mode 100644 index 000000000000..87ab98dae47e --- /dev/null +++ b/textproc/p5-WDDX/distinfo @@ -0,0 +1 @@ +MD5 (WDDX-1.01.tar.gz) = 67f147d9ce9855a98f1d5dd78f5335d2 diff --git a/textproc/p5-WDDX/pkg-comment b/textproc/p5-WDDX/pkg-comment new file mode 100644 index 000000000000..76ec8b671180 --- /dev/null +++ b/textproc/p5-WDDX/pkg-comment @@ -0,0 +1 @@ +Perl module to parse WDDX Packets diff --git a/textproc/p5-WDDX/pkg-descr b/textproc/p5-WDDX/pkg-descr new file mode 100644 index 000000000000..57279be30256 --- /dev/null +++ b/textproc/p5-WDDX/pkg-descr @@ -0,0 +1,14 @@ +This is a module that parses WDDX packets. Which are +well supported in Allaire Coldfusion, and pretty +useful. + +This is from the WDDX.org web site: "The Web Distributed +Data Exchange, or WDDX, is a free, open XML-based +technology that allows Web applications created with any +platform to easily exchange data with one another over the +Web." + +For more information about WDDX, visit +http://www.wddx.org/. For information about using Perl +with WDDX (including examples) you can also visit +WWW: http://www.scripted.com/wddx/. diff --git a/textproc/p5-WDDX/pkg-plist b/textproc/p5-WDDX/pkg-plist new file mode 100644 index 000000000000..f030dd7d9e32 --- /dev/null +++ b/textproc/p5-WDDX/pkg-plist @@ -0,0 +1,16 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WDDX/.packlist +lib/perl5/site_perl/%%PERL_VER%%/WDDX.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Array.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Binary.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Boolean.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Datetime.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Null.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Number.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Recordset.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/String.pm +lib/perl5/site_perl/%%PERL_VER%%/WDDX/Struct.pm +%%PORTDOCS%%share/doc/WDDX/Changes +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WDDX +@dirrm lib/perl5/site_perl/%%PERL_VER%%/WDDX +%%PORTDOCS%%@dirrm share/doc/WDDX |