Commit graph

20 commits

Author SHA1 Message Date
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wen
cea8b8c4a5 Update to 0.25
Upstream changes:
0.25 2018-11-03
    * Add support for compiling :disabled, :selected, :checked, :text,
      :last-of-type

      I'm not sure whether the Perl XPath libaries support this, but at least
      we can compile it.

      This addresses RT #124406, thanks to Andrew Maguire

0.24 2018-11-02
    * Test stability improvement if HTML::TreeBuilder::XPath is not installed
    * Re-release with properly fixed META.* information
      (RT 127555, reported by Dan Book)
    * No code changes, no need to upgrade
2018-11-24 07:52:02 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wen
a2baf88543 Update to 0.23
Upstream changes:
0.23 20170323 (Thu Mar 23 19:35:00 GMT+1 2017)
      - seems as if "provides" in META.json makes new versions not get indexed
        properly
      . No code changes, no need to upgrade
      . We also allow static installation now, without running Makefile.PL

0.22 20160923 (Fri Sep 23 21:35:00 GMT+2 2016)
      - seems as if "provides" in META.json must be a full path to the file...
      . No code changes, no need to upgrade

0.21 Fri Sep 23 17:38:00 GMT+2 2016
      - add META.json, added by Lisa Hare
      . No code changes, no need to upgrade
2017-04-03 01:08:15 +00:00
wen
c640b8660f Update to 0.20
Upstream changes:
0.20 Thu May 12 21:11:00 GMT+2 2016
      - Fix //b by interpreting it as existing XPath expression
        RT #114345, reported by Alexander Hartmaier

0.19 Tue May 10 19:23:00 GMT+2 2016
      - Fix another bug in ':not(...)' by moving to an ad-hoc recursive
        descent parser, RT #114261
      - Allow single and double quotes for some attributes
2016-07-15 02:50:08 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
328f296104 Update 0.16 to 0.18
--------------------
0.18 NEXT
      - Fix bug in `:not(...)[attr] (Aaron Crane)
      - Support `:nth-child(odd)` and `:nth-child(even)` (Aaron Crane)
      - Translation of `[attr$=tail]` works with XPath 1.0 (Aaron Crane)

0.17 Sat Aug 30 16:12:52 GMT+2 2014
      - Support unicode characters for id and class selectors (aereal)
      - Normalize space characters of the class attribute (hitode909)
2015-01-12 06:56:43 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
e0446f995c Update to 0.16
Upstream changes:
0.16 Sat Aug 10 17:52:00 GMT 2013
      - Added link to repository (D. Steinbrunner)

0.15 Mon Oct  1 19:14:05 GMT 2012
      - Fix bugs in :contains("string") (Aaron Crane)
2014-02-23 12:42:53 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
rhaen
750912ec2a Added BUILD_DEPENDS p5-Test-Base
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
2012-01-26 14:05:29 +00:00
hiramatsu
c1a5300826 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)
2011-11-17 14:15:13 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-08-21 16:32:42 +00:00
sno
a2e0da819f Updating www/p5-HTML-Selector-XPath from 0.03nb1 to 0.04
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-03-09 22:02:48 +00:00
seb
ca8bc5618b Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSD
Packages Collection.

The Perl 5 module HTML::Selector::XPath is a utility function to
compile CSS2 selector to the equivalent XPath expression.
2010-02-07 06:04:23 +00:00