diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-09 14:57:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-09 14:57:37 +0000 |
commit | 2dcfeea4df5e6df89cac22fd23b4e06da4be67c8 (patch) | |
tree | f285f673aaf59d52da6eed6873d77db5fe19e1ac /textproc | |
parent | b7fd7f538ef758082319002792bedcf64f0383ee (diff) | |
download | ports-2dcfeea4df5e6df89cac22fd23b4e06da4be67c8.tar.gz ports-2dcfeea4df5e6df89cac22fd23b4e06da4be67c8.zip |
Add p5-XML-AutoWriter 0.37, perl module for DOCTYPE based XML output.
Notes
Notes:
svn path=/head/; revision=97774
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/pkg-plist | 10 |
5 files changed, 43 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 201b46c815ea..be15b62089c2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -306,6 +306,7 @@ SUBDIR += p5-WordNet-QueryData SUBDIR += p5-WordNet-Similarity SUBDIR += p5-XML-Atom + SUBDIR += p5-XML-AutoWriter SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-DBMS SUBDIR += p5-XML-DOM diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile new file mode 100644 index 000000000000..04d6d167ce35 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: XML::AutoWriter +# Date created: 9 Jan 2004 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-AutoWriter +PORTVERSION= 0.37 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl module for DOCTYPE based XML output + +PERL_CONFIGURE= yes + +MAN3= XML::AutoWriter.3 \ + XML::Doctype::AttDef.3 \ + XML::ValidWriter.3 \ + XML::Doctype::ElementDecl.3 \ + XML::Doctype.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-AutoWriter/distinfo b/textproc/p5-XML-AutoWriter/distinfo new file mode 100644 index 000000000000..0f54353d689e --- /dev/null +++ b/textproc/p5-XML-AutoWriter/distinfo @@ -0,0 +1 @@ +MD5 (XML-AutoWriter-0.37.tar.gz) = fbcaba78f2d269566bafb8a9acd24c7c diff --git a/textproc/p5-XML-AutoWriter/pkg-descr b/textproc/p5-XML-AutoWriter/pkg-descr new file mode 100644 index 000000000000..102c4fb3a9f4 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/pkg-descr @@ -0,0 +1,5 @@ +This module subclasses XML::ValidWriter and provides automatic +start and end tag generation, allowing you to emit only the +'important' tags. + +WWW: http://search.cpan.org/dist/XML-AutoWriter/ diff --git a/textproc/p5-XML-AutoWriter/pkg-plist b/textproc/p5-XML-AutoWriter/pkg-plist new file mode 100644 index 000000000000..ade8b824b029 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/XML/AutoWriter.pm +%%SITE_PERL%%/XML/Doctype.pm +%%SITE_PERL%%/XML/Doctype/AttDef.pm +%%SITE_PERL%%/XML/Doctype/ElementDecl.pm +%%SITE_PERL%%/XML/ValidWriter.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/AutoWriter/.packlist +@dirrm %%SITE_PERL%%/XML/Doctype +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/AutoWriter +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |