diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 18:52:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 18:52:39 +0000 |
commit | 06bcb7e251c14adfb0ad0207dbecf087ebee36d8 (patch) | |
tree | bf6b180b80d6401631ee1bfd58f2910ef3b75bba /textproc | |
parent | b6f57cf2764faefe57a6e3440ce4721e8176979d (diff) | |
download | pkgsrc-06bcb7e251c14adfb0ad0207dbecf087ebee36d8.tar.gz |
Re-import of p5-XML-Handler-YAWriter in the correct directory
(previous try was missing "-Handler").
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Handler-YAWriter/DESCR b/textproc/p5-XML-Handler-YAWriter/DESCR new file mode 100644 index 00000000000..3b09a96f46c --- /dev/null +++ b/textproc/p5-XML-Handler-YAWriter/DESCR @@ -0,0 +1,3 @@ +YAWriter implements Yet Another XML::Handler::Writer. The reasons +for this one are that I needed a flexible escaping technique, and +want some kind of pretty printing. diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile new file mode 100644 index 00000000000..02a58c80c79 --- /dev/null +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 18:52:39 wiz Exp $ +# + +DISTNAME= XML-Handler-YAWriter-0.23 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +SVR4_PKGNAME= p5xhy +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Handler-YAWriter/ +COMMENT= Another Perl module for writing XML documents + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Handler/YAWriter/.packlist +REPLACE_PERL= xmlpretty + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Handler-YAWriter/PLIST b/textproc/p5-XML-Handler-YAWriter/PLIST new file mode 100644 index 00000000000..638a7e2615c --- /dev/null +++ b/textproc/p5-XML-Handler-YAWriter/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 18:52:39 wiz Exp $ diff --git a/textproc/p5-XML-Handler-YAWriter/distinfo b/textproc/p5-XML-Handler-YAWriter/distinfo new file mode 100644 index 00000000000..757675458f4 --- /dev/null +++ b/textproc/p5-XML-Handler-YAWriter/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/19 18:52:39 wiz Exp $ + +SHA1 (XML-Handler-YAWriter-0.23.tar.gz) = 5752f12af7d40d9a6baaff6cf3e8fe9d4bb53cbb +Size (XML-Handler-YAWriter-0.23.tar.gz) = 25695 bytes |