From root@3wgraphics.com  Mon Nov 19 10:40:16 2001
Return-Path: <root@3wgraphics.com>
Received: from 3wgraphics.com (ppp025.comintern.ru [213.148.2.25])
	by hub.freebsd.org (Postfix) with ESMTP id 4E1B937B417
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Nov 2001 10:39:53 -0800 (PST)
Received: from root by 3wgraphics.com with local (Exim 3.33 #1)
	id 165tHW-0005Oe-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 19 Nov 2001 21:36:34 +0300
Message-Id: <E165tHW-0005Oe-00@3wgraphics.com>
Date: Mon, 19 Nov 2001 21:36:34 +0300
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: p5-XML-SAX-Expat
X-Send-Pr-Version: 3.2

>Number:         32110
>Category:       ports
>Synopsis:       New port: p5-XML-SAX-Expat
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 10:50:01 PST 2001
>Closed-Date:    Thu Nov 22 14:54:31 PST 2001
>Last-Modified:  Thu Nov 22 14:54:50 PST 2001
>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-Expat

>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-Expat
#	p5-XML-SAX-Expat/pkg-comment
#	p5-XML-SAX-Expat/Makefile
#	p5-XML-SAX-Expat/distinfo
#	p5-XML-SAX-Expat/pkg-descr
#	p5-XML-SAX-Expat/pkg-plist
#
echo c - p5-XML-SAX-Expat
mkdir -p p5-XML-SAX-Expat > /dev/null 2>&1
echo x - p5-XML-SAX-Expat/pkg-comment
sed 's/^X//' >p5-XML-SAX-Expat/pkg-comment << 'END-of-p5-XML-SAX-Expat/pkg-comment'
XSimple API for XML
END-of-p5-XML-SAX-Expat/pkg-comment
echo x - p5-XML-SAX-Expat/Makefile
sed 's/^X//' >p5-XML-SAX-Expat/Makefile << 'END-of-p5-XML-SAX-Expat/Makefile'
X# New ports collection makefile for:	XML::SAX::Expat
X# Date created:		19 Nov 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-SAX-Expat
XPORTVERSION=	0.05
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}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		XML::SAX::Expat.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-XML-SAX-Expat/Makefile
echo x - p5-XML-SAX-Expat/distinfo
sed 's/^X//' >p5-XML-SAX-Expat/distinfo << 'END-of-p5-XML-SAX-Expat/distinfo'
XMD5 (XML-SAX-Expat-0.05.tar.gz) = 5a9b3a0c381360e4b84151ad7137800d
END-of-p5-XML-SAX-Expat/distinfo
echo x - p5-XML-SAX-Expat/pkg-descr
sed 's/^X//' >p5-XML-SAX-Expat/pkg-descr << 'END-of-p5-XML-SAX-Expat/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-Expat
END-of-p5-XML-SAX-Expat/pkg-descr
echo x - p5-XML-SAX-Expat/pkg-plist
sed 's/^X//' >p5-XML-SAX-Expat/pkg-plist << 'END-of-p5-XML-SAX-Expat/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Expat/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Expat.pm
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Expat
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-Expat/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: tobez 
State-Changed-When: Tue Nov 20 12:12:34 PST 2001 
State-Changed-Why:  
This port lists textproc/p5-XML-NamespaceSupport as its dependency. 
There is no such port - did you intend to submit it? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32110 
State-Changed-From-To: feedback->closed 
State-Changed-By: tobez 
State-Changed-When: Thu Nov 22 14:54:31 PST 2001 
State-Changed-Why:  
New port added, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32110 
>Unformatted:
