diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 14:15:13 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 14:15:13 +0000 |
commit | 449662d8fedb278fac708a1ec13ee3e41c941105 (patch) | |
tree | 7f475aba7637886c8906a75a2929e5a5fccae547 /www/p5-HTML-Selector-XPath | |
parent | 0308c748cd40a3c44b7ef298fb21402da9e7ec4d (diff) | |
download | pkgsrc-449662d8fedb278fac708a1ec13ee3e41c941105.tar.gz |
Update p5-HTML-Selector-XPath to 0.11.
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)
Diffstat (limited to 'www/p5-HTML-Selector-XPath')
-rw-r--r-- | www/p5-HTML-Selector-XPath/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Selector-XPath/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile index c1fb5b8cfd8..f9d0a26014b 100644 --- a/www/p5-HTML-Selector-XPath/Makefile +++ b/www/p5-HTML-Selector-XPath/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 16:05:54 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/17 14:15:13 hiramatsu Exp $ -DISTNAME= HTML-Selector-XPath-0.04 +DISTNAME= HTML-Selector-XPath-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/www/p5-HTML-Selector-XPath/distinfo b/www/p5-HTML-Selector-XPath/distinfo index 2592c963b03..d142190f000 100644 --- a/www/p5-HTML-Selector-XPath/distinfo +++ b/www/p5-HTML-Selector-XPath/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/03/09 22:02:48 sno Exp $ +$NetBSD: distinfo,v 1.3 2011/11/17 14:15:13 hiramatsu Exp $ -SHA1 (HTML-Selector-XPath-0.04.tar.gz) = f4fe2a14c86f736b32c4bb3e15601d07f77817b2 -RMD160 (HTML-Selector-XPath-0.04.tar.gz) = d5f482b4ecfd2ccc7b5d39d945444543acd18c10 -Size (HTML-Selector-XPath-0.04.tar.gz) = 17957 bytes +SHA1 (HTML-Selector-XPath-0.11.tar.gz) = 8fdd22a0fc3ae1d8f01b79ee9b941f27435d793c +RMD160 (HTML-Selector-XPath-0.11.tar.gz) = ce92e89300ec4906f6297e5a9db3bd27f6525ac5 +Size (HTML-Selector-XPath-0.11.tar.gz) = 21336 bytes |