Add p5-XML-Filter-Base 0.01, base class for XML::Filter modules.

PR:		32132
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Anton Berezin 2001-11-20 20:24:27 +00:00
parent 523f7157fc
commit 091d41d4a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50278
6 changed files with 39 additions and 0 deletions

View file

@ -145,6 +145,7 @@
SUBDIR += p5-XML-DT
SUBDIR += p5-XML-Dumper
SUBDIR += p5-XML-Encoding
SUBDIR += p5-XML-Filter-Base
SUBDIR += p5-XML-LibXML
SUBDIR += p5-XML-LibXSLT
SUBDIR += p5-XML-Node

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: XML::Filter::Base
# Date created: 20 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-Filter-Base
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
PERL_CONFIGURE= yes
MAN3= XML::Filter::Base.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (XML-Filter-Base-0.01.tar.gz) = 4b769d681bdb0b9f764344b7899e9199

View file

@ -0,0 +1 @@
Base class for XML::Filter modules

View file

@ -0,0 +1,6 @@
This module has a very simple task - to be a base class for PerlSAX
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.
WWW: http://search.cpan.org/search?dist=XML-Filter-Base

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/Base/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/Base.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/Base
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Filter 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true