summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Selector-XPath
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-01-26Added BUILD_DEPENDS p5-Test-Baserhaen2-6/+7
updated to 0.14 ChangeLog: 0.14 Mon Jan 16 22:00:00 GMT 2012 - Also allow single quotes in attribute expressions, as seems to be allowed per http://www.w3.org/TR/CSS2/syndata.html 0.13 Sun Jan 15 18:52:00 GMT 2012 - Added C<prefix> option to add a prefix like C<xhtml>, contributed by Toby Inkster This closes RT #73719 0.12 Thu Nov 24 22:13:00 GMT 2011 - Add tests and fix negated selectors as reported by Nilson Santos Figueiredo Junior
2011-11-17Update p5-HTML-Selector-XPath to 0.11.hiramatsu2-7/+6
Changes from previous: 0.11 Sun Oct 23 21:45:00 GMT 2011 - Add test to MANIFEST so it also ships 0.10 Sun Oct 23 21:10:53 GMT 2011 - Identifiers are now parsed closer to the CSS3 spec - Certain invalid attribute selectors now raise an exception 0.09 Sun Oct 16 13:07:09 GMT 2011 - Fix bug in attribute-value-substring selectors where the CSS attributes were wrongly assumed to be specified with @href (Aaron Crane) - Make test suite less verbose (Aaron Crane) 0.08 Sun Sep 18 12:31:31 PDT 2011 - Fix bug when combining selectors (p , q). Whitespace created invalid XPath expressions there. (Corion) - Fix bug when combining :root selectors as the second selector. The first selector was modified. (Corion) - :root now acts relative to the given "root" option, not the document root (Corion) - More css3 selectors support (Corion) 0.07 Mon Mar 7 17:07:39 PST 2011 - Added a COPYRIGHT section 0.06 Thu Feb 17 13:54:45 PST 2011 - Add CSS3 "=$" operator (Corion) - Add CSS3 "=^" operator (Corion) - Add complex subexpressions for :not() (Corion) - Add :empty selector (Corion) - Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion) 0.05 Thu Feb 17 09:08:06 PST 2011 - Add CSS3 "=*" operator for real substring matching (Corion) - Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion) (but if you're using them, you're likely better off using XPath already) - Add CSS3 "~" operator (Corion) - Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion) - Add :contains() selector (only immediate child nodes) (Corion) - Support implicit selectors like "> em" (translated to "* > em") (Corion) Fixes RT #50131 (Reported by David Wheeler) - Fix more implicit universal selectors (fixes RT #49982) :lang(c) as a bare selector works now (Corion, Aaron Crane)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-03-09Updating www/p5-HTML-Selector-XPath from 0.03nb1 to 0.04sno2-6/+6
Upstream changes: 0.04 Sat Feb 27 01:43:00 PST 2010 - No code change. Fix the packaging issue and typo in the doc
2010-02-07Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module HTML::Selector::XPath is a utility function to compile CSS2 selector to the equivalent XPath expression.