From owner-freebsd-ports Fri Jan 25 14: 2:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EE9F37B428 for ; Fri, 25 Jan 2002 14:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0PM03537795; Fri, 25 Jan 2002 14:00:03 -0800 (PST) (envelope-from gnats) Received: from mail.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id E15D037B404 for ; Fri, 25 Jan 2002 13:59:42 -0800 (PST) Received: (qmail 42012 invoked by uid 85); 25 Jan 2002 21:54:02 -0000 Message-Id: <20020125215356.41972.qmail@pris.polaris.ca> Date: 25 Jan 2002 21:53:56 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34285: New port: Base class SAX Drivers and Filters Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34285 >Category: ports >Synopsis: New port: Base class SAX Drivers and Filters >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 25 14:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-XML-SAX-Base # p5-XML-SAX-Base/pkg-plist # p5-XML-SAX-Base/Makefile # p5-XML-SAX-Base/distinfo # p5-XML-SAX-Base/pkg-comment # p5-XML-SAX-Base/pkg-descr # echo c - p5-XML-SAX-Base mkdir -p p5-XML-SAX-Base > /dev/null 2>&1 echo x - p5-XML-SAX-Base/pkg-plist sed 's/^X//' >p5-XML-SAX-Base/pkg-plist << 'END-of-p5-XML-SAX-Base/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Base/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Base.pm Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Exception.pm X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Base 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true END-of-p5-XML-SAX-Base/pkg-plist echo x - p5-XML-SAX-Base/Makefile sed 's/^X//' >p5-XML-SAX-Base/Makefile << 'END-of-p5-XML-SAX-Base/Makefile' X# New ports collection makefile for: XML::SAX::Base X# Date created: 25 Jan 2002 X# Whom: Seamus Venasse X# X# $FreeBSD$ X# X XPORTNAME= XML-SAX-Base XPORTVERSION= 1.02 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= XML XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XPERL_CONFIGURE= yes X XMAN3= XML::SAX::Exception.3 \ X XML::SAX::Base.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-XML-SAX-Base/Makefile echo x - p5-XML-SAX-Base/distinfo sed 's/^X//' >p5-XML-SAX-Base/distinfo << 'END-of-p5-XML-SAX-Base/distinfo' XMD5 (XML-SAX-Base-1.02.tar.gz) = 1f2171d74940ad9bc5d7256e4972813d END-of-p5-XML-SAX-Base/distinfo echo x - p5-XML-SAX-Base/pkg-comment sed 's/^X//' >p5-XML-SAX-Base/pkg-comment << 'END-of-p5-XML-SAX-Base/pkg-comment' XBase class SAX Drivers and Filters END-of-p5-XML-SAX-Base/pkg-comment echo x - p5-XML-SAX-Base/pkg-descr sed 's/^X//' >p5-XML-SAX-Base/pkg-descr << 'END-of-p5-XML-SAX-Base/pkg-descr' XThis module has a very simple task - to be a base class for PerlSAX Xdrivers and filters. It's default behaviour is to pass the input directly Xto the output unchanged. It can be useful to use this module as a base class Xso you don't have to, for example, implement the characters() callback. X XWWW: http://search.cpan.org/search?dist=XML-SAX-Base X XSeamus Venasse END-of-p5-XML-SAX-Base/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message