summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPath
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-20Update p5-XML-XPath to 1.13. Changelog is not available.minskim2-6/+8
Patch provided by Adrian Portelli in PR pkg/24998 and slightly modified by me.
2004-04-20Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-12-30Add trailing / to HOMEPAGEscjep1-2/+2
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2002-09-25buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17Seems to have got mixed up with p5-XML-RSS. I'm not sure what happened.jtb4-14/+14
2001-04-16Should have "../../texproc/p5-XML-Parser" rather than "../p5-XML-Parser"jtb1-2/+2
in DEPENDS.
2001-04-16Initial import of p5-XML-XPath.jtb4-0/+27
A set of modules for parsing and evaluating XML-XPath statements. 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 this as they support functionality beyond XPath. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12639.