summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-19 18:53:55 +0000
committerwiz <wiz@pkgsrc.org>2005-02-19 18:53:55 +0000
commit28b5e3240236cffb3e1d96c62d7384353a21eb1f (patch)
tree1b65c95d97dbb672f9f2e0db56d63bcb05fddc19
parent4172725c9e65ac3171ab1695f92bab6f2a9fd1b0 (diff)
downloadpkgsrc-28b5e3240236cffb3e1d96c62d7384353a21eb1f.tar.gz
Complete move of p5-XML-YAWriter to p5-XML-Handler-YAWriter.
-rw-r--r--textproc/Makefile4
-rw-r--r--textproc/p5-XML-YAWriter/DESCR3
-rw-r--r--textproc/p5-XML-YAWriter/Makefile22
-rw-r--r--textproc/p5-XML-YAWriter/PLIST1
-rw-r--r--textproc/p5-XML-YAWriter/distinfo4
-rw-r--r--www/bins/Makefile4
6 files changed, 4 insertions, 34 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0033d72ed0e..1c3fbf37521 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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-DetectWS
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-XQL
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 --git a/textproc/p5-XML-YAWriter/DESCR b/textproc/p5-XML-YAWriter/DESCR
deleted file mode 100644
index 3b09a96f46c..00000000000
--- a/textproc/p5-XML-YAWriter/DESCR
+++ /dev/null
@@ -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 --git a/textproc/p5-XML-YAWriter/Makefile b/textproc/p5-XML-YAWriter/Makefile
deleted file mode 100644
index e408e52aad7..00000000000
--- a/textproc/p5-XML-YAWriter/Makefile
+++ /dev/null
@@ -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
-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-YAWriter/PLIST b/textproc/p5-XML-YAWriter/PLIST
deleted file mode 100644
index d070c38d7b6..00000000000
--- a/textproc/p5-XML-YAWriter/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/01 12:31:35 wiz Exp $
diff --git a/textproc/p5-XML-YAWriter/distinfo b/textproc/p5-XML-YAWriter/distinfo
deleted file mode 100644
index d23e362b351..00000000000
--- a/textproc/p5-XML-YAWriter/distinfo
+++ /dev/null
@@ -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 --git a/www/bins/Makefile b/www/bins/Makefile
index 2294054155b..05d74a795c6 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -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-Image-Size>=2.980:../../graphics/p5-Image-Size
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