Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2001 16:08:40 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32104: New port: p5-XML-SAX-0.02
Message-ID:  <E165oAC-000P7c-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>Number:         32104
>Category:       ports
>Synopsis:       New port: p5-XML-SAX-0.02
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 05:20:04 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-XML-SAX - Simple API for XML

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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
#	p5-XML-SAX/pkg-comment
#	p5-XML-SAX/Makefile
#	p5-XML-SAX/distinfo
#	p5-XML-SAX/pkg-descr
#	p5-XML-SAX/pkg-plist
#
echo c - p5-XML-SAX
mkdir -p p5-XML-SAX > /dev/null 2>&1
echo x - p5-XML-SAX/pkg-comment
sed 's/^X//' >p5-XML-SAX/pkg-comment << 'END-of-p5-XML-SAX/pkg-comment'
XSimple API for XML
END-of-p5-XML-SAX/pkg-comment
echo x - p5-XML-SAX/Makefile
sed 's/^X//' >p5-XML-SAX/Makefile << 'END-of-p5-XML-SAX/Makefile'
X# New ports collection makefile for:	XML::SAX
X# Date created:		19 Nov 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-SAX
XPORTVERSION=	0.02
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	XML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		XML::SAX.3 XML::SAX::Base.3 XML::SAX::ParserFactory.3 \
X		XML::SAX::PurePerl.3 XML::SAX::PurePerl::Reader.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-XML-SAX/Makefile
echo x - p5-XML-SAX/distinfo
sed 's/^X//' >p5-XML-SAX/distinfo << 'END-of-p5-XML-SAX/distinfo'
XMD5 (XML-SAX-0.02.tar.gz) = 153106a8014d45b91c72a59de196c0b3
END-of-p5-XML-SAX/distinfo
echo x - p5-XML-SAX/pkg-descr
sed 's/^X//' >p5-XML-SAX/pkg-descr << 'END-of-p5-XML-SAX/pkg-descr'
XXML::SAX consists of several framework classes for using and building
XPerl SAX2 XML parsers, filters, and drivers. It is designed around the
Xneed to be able to "plug in" different SAX parsers to an application
Xwithout requiring programmer intervention. Those of you familiar with
Xthe DBI will be right at home. Some of the designs come from the Java
XJAXP specification (SAX part), only without the javaness.
X
XWWW: http://search.cpan.org/search?dist=XML-SAX
END-of-p5-XML-SAX/pkg-descr
echo x - p5-XML-SAX/pkg-plist
sed 's/^X//' >p5-XML-SAX/pkg-plist << 'END-of-p5-XML-SAX/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Base.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Exception.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserDetails.ini
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserFactory.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DTDDecls.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DebugHandler.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DocType.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/EncodingDetect.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Exception.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Productions.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/Stream.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/String.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/URI.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/XMLDecl.pm
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl 2>/dev/null || true
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%%/%%PERL_ARCH%%/auto/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 2>/dev/null || true
END-of-p5-XML-SAX/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E165oAC-000P7c-00>