diff options
author | sno <sno@pkgsrc.org> | 2012-07-06 12:31:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-06 12:31:01 +0000 |
commit | 43f5c6939cfe9486f2ebecfc75f7fa4d834a52e8 (patch) | |
tree | 71c87391952a0d8eb102b01cec4b92bd987dba2a /textproc | |
parent | 0f7f0ac4e4cac2747c293611a12302e01ab2b3db (diff) | |
download | pkgsrc-43f5c6939cfe9486f2ebecfc75f7fa4d834a52e8.tar.gz |
Re-importing package for Perl 5 module XML::SAX::Base version 1.08 into
textproc/p5-XML-SAX-Base, because scheduled update of XML::SAX to 0.96
in textproc/p5-XML-SAX extracted XML::SAX::Base into an own distribution
again.
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX-Base/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Base/DESCR b/textproc/p5-XML-SAX-Base/DESCR new file mode 100644 index 00000000000..1ce216115fb --- /dev/null +++ b/textproc/p5-XML-SAX-Base/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile new file mode 100644 index 00000000000..5117df791a3 --- /dev/null +++ b/textproc/p5-XML-SAX-Base/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.3 2012/07/06 12:31:01 sno Exp $ + +DISTNAME= XML-SAX-Base-1.08 +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= Perl base class SAX Drivers and Filters +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/XML/SAX/Base/.packlist + +.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 new file mode 100644 index 00000000000..238ce3e0825 --- /dev/null +++ b/textproc/p5-XML-SAX-Base/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.3 2012/07/06 12:31:01 sno Exp $ + +SHA1 (XML-SAX-Base-1.08.tar.gz) = 5ae6a06e465daa65e1a69d1a6977299084fe9aef +RMD160 (XML-SAX-Base-1.08.tar.gz) = 1ffa1558e1062aa47a229a2b5c5510ba708eea09 +Size (XML-SAX-Base-1.08.tar.gz) = 28197 bytes |