Date: Mon, 29 Mar 2004 20:50:48 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@tiger2.net Subject: ports/64889: [new port] devel/p5-Class-XPath Message-ID: <20040329125048.52E8C15506@mail.dragon2.net> Resent-Message-ID: <200403291250.i2TCoRQ1023479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64889 >Category: ports >Synopsis: [new port] devel/p5-Class-XPath >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 04:50:27 PST 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.9-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386 >Description: - Perl module adds xpath matching to object trees - Required by p5-XML-RSS-Parser 2.12 >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-Class-XPath/ # p5-Class-XPath/Makefile # p5-Class-XPath/distinfo # p5-Class-XPath/pkg-descr # p5-Class-XPath/pkg-plist # echo c - p5-Class-XPath/ mkdir -p p5-Class-XPath/ > /dev/null 2>&1 echo x - p5-Class-XPath/Makefile sed 's/^X//' >p5-Class-XPath/Makefile << 'END-of-p5-Class-XPath/Makefile' X# New ports collection makefile for: Class-XPath X# Date created: Mon Mar 29 19:33:38 CST 2004 X# Whom: Cheng-Lung Sung <clsung@dragon2.net> X# X# $FreeBSD$ X# X XPORTNAME= Class-XPath XPORTVERSION= 1.4 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Class XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@dragon2.net XCOMMENT= Base class to add xpath matching to object trees X XPERL_CONFIGURE= yes X XMAN3= Class::XPath.3 X X.include <bsd.port.mk> END-of-p5-Class-XPath/Makefile echo x - p5-Class-XPath/distinfo sed 's/^X//' >p5-Class-XPath/distinfo << 'END-of-p5-Class-XPath/distinfo' XMD5 (Class-XPath-1.4.tar.gz) = 22ff3d2536027f3a9f59c6eb849fa610 XSIZE (Class-XPath-1.4.tar.gz) = 10802 END-of-p5-Class-XPath/distinfo echo x - p5-Class-XPath/pkg-descr sed 's/^X//' >p5-Class-XPath/pkg-descr << 'END-of-p5-Class-XPath/pkg-descr' XThis module adds XPath-style matching to your object trees. This means Xthat you can find nodes using an XPath-esque query with "match()" from Xanywhere in the tree. Also, the "xpath()" method returns a unqique path Xto a given node which can be used as an identifier. X XNOTE: This module is not yet a complete XPath implementation. Over Xtime I expect the subset of XPath supported to grow. See the SYNTAX Xdocumentation in the module POD for details on the current level of Xsupport. X XWWW: http://search.cpan.org/search?dist=Class-XPath XAuthor: Sam Tregar <sam@tregar.com> END-of-p5-Class-XPath/pkg-descr echo x - p5-Class-XPath/pkg-plist sed 's/^X//' >p5-Class-XPath/pkg-plist << 'END-of-p5-Class-XPath/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/XPath/.packlist X%%SITE_PERL%%/Class/XPath.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/XPath X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true END-of-p5-Class-XPath/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329125048.52E8C15506>