diff options
author | tobez <tobez@FreeBSD.org> | 2001-11-21 04:24:27 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-11-21 04:24:27 +0800 |
commit | 8bf29c922700ee0f2cd48c1380aa14a1f3982c8e (patch) | |
tree | 30d73f662471a76a9da2c5f77cfc97e597ed6fee /textproc | |
parent | fe89999485ea06738ec1183c75838ca6e331d346 (diff) | |
download | freebsd-ports-gnome-8bf29c922700ee0f2cd48c1380aa14a1f3982c8e.tar.gz freebsd-ports-gnome-8bf29c922700ee0f2cd48c1380aa14a1f3982c8e.tar.zst freebsd-ports-gnome-8bf29c922700ee0f2cd48c1380aa14a1f3982c8e.zip |
Add p5-XML-Filter-Base 0.01, base class for XML::Filter modules.
PR: 32132
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-Base/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-Base/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-Base/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-Base/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-Base/pkg-plist | 7 |
6 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0f260f915b80..d732e02d5aa5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-XML-Filter-Base/Makefile b/textproc/p5-XML-Filter-Base/Makefile new file mode 100644 index 000000000000..28d9004d709c --- /dev/null +++ b/textproc/p5-XML-Filter-Base/Makefile @@ -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> diff --git a/textproc/p5-XML-Filter-Base/distinfo b/textproc/p5-XML-Filter-Base/distinfo new file mode 100644 index 000000000000..d73b724984ca --- /dev/null +++ b/textproc/p5-XML-Filter-Base/distinfo @@ -0,0 +1 @@ +MD5 (XML-Filter-Base-0.01.tar.gz) = 4b769d681bdb0b9f764344b7899e9199 diff --git a/textproc/p5-XML-Filter-Base/pkg-comment b/textproc/p5-XML-Filter-Base/pkg-comment new file mode 100644 index 000000000000..7f12b721957a --- /dev/null +++ b/textproc/p5-XML-Filter-Base/pkg-comment @@ -0,0 +1 @@ +Base class for XML::Filter modules diff --git a/textproc/p5-XML-Filter-Base/pkg-descr b/textproc/p5-XML-Filter-Base/pkg-descr new file mode 100644 index 000000000000..b7e78dbe49fe --- /dev/null +++ b/textproc/p5-XML-Filter-Base/pkg-descr @@ -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 diff --git a/textproc/p5-XML-Filter-Base/pkg-plist b/textproc/p5-XML-Filter-Base/pkg-plist new file mode 100644 index 000000000000..267c3fcb3072 --- /dev/null +++ b/textproc/p5-XML-Filter-Base/pkg-plist @@ -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 |