add p5-XML-SAX-Base 1.04

Base class SAX Drivers and Filters

PR:		34205
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-26 06:13:57 +00:00
parent 42c19a6d62
commit 6bcd0ca16e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61997
6 changed files with 43 additions and 0 deletions

View File

@ -222,6 +222,7 @@
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Base
SUBDIR += p5-XML-SAX-Expat
SUBDIR += p5-XML-SAX-Machines
SUBDIR += p5-XML-SAX-Simple

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (XML-SAX-Base-1.04.tar.gz) = e4d248e8ac1811a5db0aa043c56af612

View File

@ -0,0 +1 @@
Base class SAX Drivers and Filters

View File

@ -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>

View File

@ -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