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:
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
|
@ -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
|
||||
|
|
23
textproc/p5-XML-Filter-Base/Makefile
Normal file
23
textproc/p5-XML-Filter-Base/Makefile
Normal 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>
|
1
textproc/p5-XML-Filter-Base/distinfo
Normal file
1
textproc/p5-XML-Filter-Base/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (XML-Filter-Base-0.01.tar.gz) = 4b769d681bdb0b9f764344b7899e9199
|
1
textproc/p5-XML-Filter-Base/pkg-comment
Normal file
1
textproc/p5-XML-Filter-Base/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Base class for XML::Filter modules
|
6
textproc/p5-XML-Filter-Base/pkg-descr
Normal file
6
textproc/p5-XML-Filter-Base/pkg-descr
Normal 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
|
7
textproc/p5-XML-Filter-Base/pkg-plist
Normal file
7
textproc/p5-XML-Filter-Base/pkg-plist
Normal 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
|
Loading…
Reference in a new issue