Updated to 1.12, minor fixes

This commit is contained in:
Sergey Skvortsov 2002-06-02 13:47:49 +00:00
parent 8838b31221
commit 09b02609b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60461
4 changed files with 11 additions and 7 deletions

View File

@ -6,16 +6,16 @@
#
PORTNAME= XML-XPath
PORTVERSION= 1.11
PORTVERSION= 1.12
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
MAINTAINER= skv@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1 +1 @@
MD5 (XML-XPath-1.11.tar.gz) = 803afc00b1455fdf370549a31c5ad299
MD5 (XML-XPath-1.12.tar.gz) = 43f9a3d8dacfadd97a9b0bb32e3af1e1

View File

@ -1,6 +1,10 @@
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in the
form of functions. Modules such as XSLT and XPointer may need to do
form of functions. Modules such as XSLT and XPointer may need to do
this as they support functionality beyond XPath.
WWW: http://www.w3.org/TR/xpath/
WWW: http://search.cpan.org/search?dist=XML-XPath
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -23,6 +23,6 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/PerlSAX.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Boolean.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XPath.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XPath
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XPath 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/XPath 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true