pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Complete move of p5-XML-YAWriter to p5-XML-Handler-YAW...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7238e683b5b
branches: trunk
changeset: 489304:f7238e683b5b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 18:53:55 2005 +0000
description:
Complete move of p5-XML-YAWriter to p5-XML-Handler-YAWriter.
diffstat:
textproc/Makefile | 4 ++--
textproc/p5-XML-YAWriter/DESCR | 3 ---
textproc/p5-XML-YAWriter/Makefile | 22 ----------------------
textproc/p5-XML-YAWriter/PLIST | 1 -
textproc/p5-XML-YAWriter/distinfo | 4 ----
www/bins/Makefile | 4 ++--
6 files changed, 4 insertions(+), 34 deletions(-)
diffs (89 lines):
diff -r 6d89a4572505 -r f7238e683b5b textproc/Makefile
--- a/textproc/Makefile Sat Feb 19 18:52:39 2005 +0000
+++ b/textproc/Makefile Sat Feb 19 18:53:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.277 2005/01/20 18:00:43 tv Exp $
+# $NetBSD: Makefile,v 1.278 2005/02/19 18:53:55 wiz Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -171,6 +171,7 @@
SUBDIR+= p5-XML-Filter-Reindent
SUBDIR+= p5-XML-Filter-SAXT
SUBDIR+= p5-XML-Grove
+SUBDIR+= p5-XML-Handler-YAWriter
SUBDIR+= p5-XML-LibXML
SUBDIR+= p5-XML-LibXML-Common
SUBDIR+= p5-XML-LibXML-Iterator
@@ -198,7 +199,6 @@
SUBDIR+= p5-XML-XSLT
SUBDIR+= p5-XML-XUpdate-LibXML
SUBDIR+= p5-XML-Xerces
-SUBDIR+= p5-XML-YAWriter
SUBDIR+= p5-YAML
SUBDIR+= p5-libxml
SUBDIR+= par
diff -r 6d89a4572505 -r f7238e683b5b textproc/p5-XML-YAWriter/DESCR
--- a/textproc/p5-XML-YAWriter/DESCR Sat Feb 19 18:52:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-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 -r 6d89a4572505 -r f7238e683b5b textproc/p5-XML-YAWriter/Makefile
--- a/textproc/p5-XML-YAWriter/Makefile Sat Feb 19 18:52:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/02/19 18:51:40 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@localhost
-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 -r 6d89a4572505 -r f7238e683b5b textproc/p5-XML-YAWriter/PLIST
--- a/textproc/p5-XML-YAWriter/PLIST Sat Feb 19 18:52:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/01 12:31:35 wiz Exp $
diff -r 6d89a4572505 -r f7238e683b5b textproc/p5-XML-YAWriter/distinfo
--- a/textproc/p5-XML-YAWriter/distinfo Sat Feb 19 18:52:39 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/07/01 12:31:35 wiz Exp $
-
-SHA1 (XML-Handler-YAWriter-0.23.tar.gz) = 5752f12af7d40d9a6baaff6cf3e8fe9d4bb53cbb
-Size (XML-Handler-YAWriter-0.23.tar.gz) = 25695 bytes
diff -r 6d89a4572505 -r f7238e683b5b www/bins/Makefile
--- a/www/bins/Makefile Sat Feb 19 18:52:39 2005 +0000
+++ b/www/bins/Makefile Sat Feb 19 18:53:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/02/18 13:48:08 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2005/02/19 18:53:55 wiz Exp $
#
DISTNAME= bins-1.1.27
@@ -18,7 +18,7 @@
DEPENDS+= p5-IO-String>=1.01:../../devel/p5-IO-String
DEPENDS+= p5-PerlMagick>=5.3.9nb1:../../graphics/p5-PerlMagick
DEPENDS+= p5-XML-Grove>=0.46.0.1:../../textproc/p5-XML-Grove
-DEPENDS+= p5-XML-Handler-YAWriter>=0.23:../../textproc/p5-XML-YAWriter
+DEPENDS+= p5-XML-Handler-YAWriter>=0.23:../../textproc/p5-XML-Handler-YAWriter
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-HTML-Clean>=0.8:../../www/p5-HTML-Clean
DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
Home |
Main Index |
Thread Index |
Old Index