diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-26 06:13:57 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-26 06:13:57 +0000 |
commit | ebdc37a5f05098e2dd68bf12ef31fa48b51238d1 (patch) | |
tree | 60b2622236019b4b0484a9fe457065641499c9e5 /textproc/p5-XML-SAX-Base | |
parent | 6b20121e6feda7cb54eb196d3a34f94bcd4554aa (diff) | |
download | FreeBSD-ports-ebdc37a5f05098e2dd68bf12ef31fa48b51238d1.zip FreeBSD-ports-ebdc37a5f05098e2dd68bf12ef31fa48b51238d1.tar.gz |
add p5-XML-SAX-Base 1.04
Base class SAX Drivers and Filters
PR: 34205
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-XML-SAX-Base')
-rw-r--r-- | textproc/p5-XML-SAX-Base/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-plist | 8 |
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile new file mode 100644 index 0000000..434f58f --- /dev/null +++ b/textproc/p5-XML-SAX-Base/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: XML::SAX::Base +# Date created: 25 Jan 2002 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= XML-SAX-Base +PORTVERSION= 1.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +#MASTER_SITE_SUBDIR= XML +MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= XML::SAX::Exception.3 \ + XML::SAX::Base.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX-Base/distinfo b/textproc/p5-XML-SAX-Base/distinfo new file mode 100644 index 0000000..85c585a --- /dev/null +++ b/textproc/p5-XML-SAX-Base/distinfo @@ -0,0 +1 @@ +MD5 (XML-SAX-Base-1.04.tar.gz) = e4d248e8ac1811a5db0aa043c56af612 diff --git a/textproc/p5-XML-SAX-Base/pkg-comment b/textproc/p5-XML-SAX-Base/pkg-comment new file mode 100644 index 0000000..aaf8d75 --- /dev/null +++ b/textproc/p5-XML-SAX-Base/pkg-comment @@ -0,0 +1 @@ +Base class SAX Drivers and Filters diff --git a/textproc/p5-XML-SAX-Base/pkg-descr b/textproc/p5-XML-SAX-Base/pkg-descr new file mode 100644 index 0000000..9c4cd9b --- /dev/null +++ b/textproc/p5-XML-SAX-Base/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://search.cpan.org/search?dist=XML-SAX-Base + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-XML-SAX-Base/pkg-plist b/textproc/p5-XML-SAX-Base/pkg-plist new file mode 100644 index 0000000..f001db4 --- /dev/null +++ b/textproc/p5-XML-SAX-Base/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Base/.packlist +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Exception.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 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/SAX/Base 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |