summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX-Base
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-03-08 13:30:46 +0000
committerseb <seb@pkgsrc.org>2009-03-08 13:30:46 +0000
commit8da11b24b9f2a2c5e9d4c73b145ba57075f9d146 (patch)
tree77f1b09a35b17c13e35094c13f9a6110805e8edc /textproc/p5-XML-SAX-Base
parent78a4768bf4aa8f5c229e0bbca4b227825f28f2f3 (diff)
downloadpkgsrc-8da11b24b9f2a2c5e9d4c73b145ba57075f9d146.tar.gz
The package textproc/p5-XML-SAX-Base is at version 1.02, on CPAN
the module XML::SAX:Base is at version 1.04 since 2002, no newer release is available. Since about the same time the Perl 5 module XML::SAX includes the XML::SAX::Base module, the CHANGES file says: 0.11 03 Sep 2002 Matt Sergeant - Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes) Hence the packages textproc/p5-XML-SAX-Base and textproc/p5-XML-SAX are conflicting. To resolve this situation and as discussed with he@: - Remove the package textproc/p5-XML-SAX-Base. - Make textproc/p5-XML-SAX conflicting with the now defunct textproc/p5-XML-SAX-Base. Bump PKGREVISION of textproc/p5-XML-SAX to 2. - Adjust accordingly the dependencies of textproc/p5-XML-SAX-Writer: make it depend on textproc/p5-XML-SAX. Bump PKGREVISION of textproc/p5-XML-SAX-Writer to 1.
Diffstat (limited to 'textproc/p5-XML-SAX-Base')
-rw-r--r--textproc/p5-XML-SAX-Base/DESCR10
-rw-r--r--textproc/p5-XML-SAX-Base/Makefile28
-rw-r--r--textproc/p5-XML-SAX-Base/distinfo5
3 files changed, 0 insertions, 43 deletions
diff --git a/textproc/p5-XML-SAX-Base/DESCR b/textproc/p5-XML-SAX-Base/DESCR
deleted file mode 100644
index 4bba938460c..00000000000
--- a/textproc/p5-XML-SAX-Base/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-This module has a very simple task - to be a base class for PerlSAX
-drivers and filters. It's default behaviour is to pass the input directly
-to the output unchanged. It can be useful to use this module as a base class
-so you don't have to, for example, implement the characters() callback.
-
-The main advantages that it provides are easy dispatching of events the right
-way (ie it takes care for you of checking that the handler has implemented
-that method, or has defined an AUTOLOAD), and the guarantee that filters
-will pass along events that they aren't implementing to handlers downstream
-that might nevertheless be interested in them.
diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile
deleted file mode 100644
index 63099ae8967..00000000000
--- a/textproc/p5-XML-SAX-Base/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/28 14:32:55 he Exp $
-
-DISTNAME= XML-SAX-Base-1.02
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Base/
-COMMENT= Base class SAX Drivers and Filters
-
-PKG_DESTDIR_SUPPORT= user-destdir
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-#MAKE_ENV= SKIP_SAX_INSTALL=yes
-#EGSUBDIR= share/examples/p5-XML-SAX
-#CONF_FILES= ${EGSUBDIR}/ParserDetails.ini \
-# ${PERL5_INSTALLVENDORLIB}/XML/SAX/ParserDetails.ini
-
-PERL5_PACKLIST= auto/XML/SAX/Base/.packlist
-
-#INSTALLATION_DIRS+= ${EGSUBDIR}
-
-#post-install:
-# ${ECHO} > ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}/ParserDetails.ini
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-XML-SAX-Base/distinfo b/textproc/p5-XML-SAX-Base/distinfo
deleted file mode 100644
index befefdebf87..00000000000
--- a/textproc/p5-XML-SAX-Base/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/28 14:32:55 he Exp $
-
-SHA1 (XML-SAX-Base-1.02.tar.gz) = ba7def460301b818dc49db197720c8b032e7fe24
-RMD160 (XML-SAX-Base-1.02.tar.gz) = 67b6de607022f9b008ecb3803f6a17c443daced5
-Size (XML-SAX-Base-1.02.tar.gz) = 21148 bytes