Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2000 10:16:52 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22803: Update port: XML::XPath - a set of modules for parsing and evaluating XPath statements 
Message-ID:  <E13vDrI-00060I-00@jivago.ryazan.ru>

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

>Number:         22803
>Category:       ports
>Synopsis:       Update port: XML::XPath - a set of modules for parsing and evaluating XPath statements
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 12 23:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Update port: XML::XPath - a set of modules for parsing and evaluating XPath statements

>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-XPath
#	p5-XML-XPath/pkg-comment
#	p5-XML-XPath/Makefile
#	p5-XML-XPath/distinfo
#	p5-XML-XPath/pkg-descr
#	p5-XML-XPath/pkg-plist
#
echo c - p5-XML-XPath
mkdir -p p5-XML-XPath > /dev/null 2>&1
echo x - p5-XML-XPath/pkg-comment
sed 's/^X//' >p5-XML-XPath/pkg-comment << 'END-of-p5-XML-XPath/pkg-comment'
Xa set of modules for parsing and evaluating XPath statements
END-of-p5-XML-XPath/pkg-comment
echo x - p5-XML-XPath/Makefile
sed 's/^X//' >p5-XML-XPath/Makefile << 'END-of-p5-XML-XPath/Makefile'
X# New ports collection makefile for:	XML::XPath
X# Date created:		11 Nov 2000
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-XPath
XPORTVERSION= 	1.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}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
X
XUSE_PERL5=	yes
X
XMAN3=		XML::XPath.3 XML::XPath::Boolean.3 XML::XPath::Builder.3 \
X		XML::XPath::Literal.3 XML::XPath::Node.3 \
X		XML::XPath::Node::Attribute.3 XML::XPath::Node::Comment.3 \
X		XML::XPath::Node::Element.3 XML::XPath::Node::Namespace.3 \
X		XML::XPath::Node::PI.3 XML::XPath::Node::Text.3 \
X		XML::XPath::NodeSet.3 XML::XPath::Number.3 \
X		XML::XPath::PerlSAX.3 XML::XPath::XMLParser.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X	@cd ${WRKSRC}; \
X	${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \
X					INSTALLSCRIPT=${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-p5-XML-XPath/Makefile
echo x - p5-XML-XPath/distinfo
sed 's/^X//' >p5-XML-XPath/distinfo << 'END-of-p5-XML-XPath/distinfo'
XMD5 (XML-XPath-1.02.tar.gz) = c0e798c8cafffc719bd7dd149685d310
END-of-p5-XML-XPath/distinfo
echo x - p5-XML-XPath/pkg-descr
sed 's/^X//' >p5-XML-XPath/pkg-descr << 'END-of-p5-XML-XPath/pkg-descr'
XThis module aims to comply exactly to the XPath specification at
Xhttp://www.w3.org/TR/xpath and yet allow extensions to be added in the
Xform of functions. Modules such as XSLT and XPointer may need to do
Xthis as they support functionality beyond XPath.
END-of-p5-XML-XPath/pkg-descr
echo x - p5-XML-XPath/pkg-plist
sed 's/^X//' >p5-XML-XPath/pkg-plist << 'END-of-p5-XML-XPath/pkg-plist'
Xbin/xpath
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XPath/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node/Namespace.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node/Comment.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node/Attribute.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node/PI.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node/Text.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node/Element.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Root.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Variable.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/LocationPath.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Function.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Builder.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Number.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Literal.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Parser.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/NodeSet.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Step.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/XMLParser.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Expr.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/PerlSAX.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Boolean.pm
Xlib/perl5/site_perl/%%PERL_VER%%/XML/XPath.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XPath
END-of-p5-XML-XPath/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?E13vDrI-00060I-00>