From f6846fa1910ae10cd4a527c3b7a9287c4ba23d69 Mon Sep 17 00:00:00 2001 From: clsung Date: Thu, 27 Jul 2006 07:29:15 +0000 Subject: Add p5-XML-Flow 0.81, store (restore) perl data structures in XML stream. PR: ports/100906 Submitted by: Gea-Suan Lin --- textproc/Makefile | 1 + textproc/p5-XML-Flow/Makefile | 25 +++++++++++++++++++++++++ textproc/p5-XML-Flow/distinfo | 3 +++ textproc/p5-XML-Flow/pkg-descr | 4 ++++ textproc/p5-XML-Flow/pkg-plist | 6 ++++++ 5 files changed, 39 insertions(+) create mode 100644 textproc/p5-XML-Flow/Makefile create mode 100644 textproc/p5-XML-Flow/distinfo create mode 100644 textproc/p5-XML-Flow/pkg-descr create mode 100644 textproc/p5-XML-Flow/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 8062db3804c6..c128d3757579 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -571,6 +571,7 @@ SUBDIR += p5-XML-Filter-SAXT SUBDIR += p5-XML-Filter-XInclude SUBDIR += p5-XML-Filter-XSLT + SUBDIR += p5-XML-Flow SUBDIR += p5-XML-GDOME SUBDIR += p5-XML-Generator SUBDIR += p5-XML-Generator-DBI diff --git a/textproc/p5-XML-Flow/Makefile b/textproc/p5-XML-Flow/Makefile new file mode 100644 index 000000000000..3f4064c56139 --- /dev/null +++ b/textproc/p5-XML-Flow/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-XML-Flow +# Date created: 2006-07-27 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= XML-Flow +PORTVERSION= 0.81 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Store (restore) perl data structures in XML stream + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer + +PERL_CONFIGURE= yes + +MAN3= XML::Flow.3 + +.include diff --git a/textproc/p5-XML-Flow/distinfo b/textproc/p5-XML-Flow/distinfo new file mode 100644 index 000000000000..a52f6d24c9a4 --- /dev/null +++ b/textproc/p5-XML-Flow/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-Flow-0.81.tar.gz) = efaa77d7b25cf0c1bc9f7f8878f98fc7 +SHA256 (XML-Flow-0.81.tar.gz) = 58caa9bef47b5840beb532d65401a4f55bea5f850256d846551556749ce770d2 +SIZE (XML-Flow-0.81.tar.gz) = 4754 diff --git a/textproc/p5-XML-Flow/pkg-descr b/textproc/p5-XML-Flow/pkg-descr new file mode 100644 index 000000000000..2847bccaf82a --- /dev/null +++ b/textproc/p5-XML-Flow/pkg-descr @@ -0,0 +1,4 @@ +Easy store and restore perl data structures. It use XML::Parser for +read and XML::Writer for write xml. + +WWW: http://search.cpan.org/dist/XML-Flow/ diff --git a/textproc/p5-XML-Flow/pkg-plist b/textproc/p5-XML-Flow/pkg-plist new file mode 100644 index 000000000000..25c7eacd61b1 --- /dev/null +++ b/textproc/p5-XML-Flow/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Flow/.packlist +%%SITE_PERL%%/XML/Flow.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Flow +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML -- cgit