Commit graph

24 commits

Author SHA1 Message Date
rillig
b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
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
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
55d1fa898c Fix build, spotted by joerg@ 2017-04-12 12:57:18 +00:00
wen
f1117d7b1c Update to 0.26
Upstream changes:
0.26 2016-10-19T15:03:00Z

    - Improve `HTML::TreeBuilder::LibXML::Node->new` compatibility
      with `HTML::Element->new`
      https://github.com/tokuhirom/HTML-TreeBuilder-LibXML/issues/12
      (reported by nanto++)
2017-04-03 01:13:48 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mef
3114199388 (pkgsrc)
- Add following line for make test
	BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
(upstream)
Update to 0.25
--------------
0.25 2015-04-21T23:39:33Z
  Author: Yanick Champoux <yanick at babyl.dyndns.org>
     silence warnings
     ... as the arguments can be undefined
     Fixes #10
2016-01-18 11:57:07 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +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
0a42f122c5 Update 0.23 to 0.24
--------------------------
0.24 2014-09-22T09:31:26Z
    - Removed Web::Scraper from runtime dependencies.
      https://github.com/tokuhirom/HTML-TreeBuilder-LibXML/issues/9
(Note: there is no above dependency in pkgsrc Makefile)
2015-01-12 07:05:09 +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
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
wen
c3ed8fa87c Update to 0.23
Upstream changes:
0.23 2013-05-17T00:16:48Z

    - fixed guts(), clone() and replace_with() to properly handle XML::LibXML::Dtd nodes
      - guts() now includes the Dtd node in the returned document (unless it were implicitly created)
      - clone() calls createInternalSubset() on the new document
      - replace_with() calls createInternalSubset() if the replacement is a XML::LibXML::Dtd (can't import Dtd node)
        (cafe01)

0.22 2013-05-13T00:04:09Z

    - improved guts(), calling nonBlankChildNodes() instead of childNodes()
    - improved HTML::TreeBuilder::LibXML::Node documentation
      (cafe01)

0.21 2013-05-12T19:12:53Z

    - fixed guts(),
      - now returning nodes from <head> and <body> instead of just <body>
      - now returning text and comment nodes instead of just element nodes
      - returned nodes now belong to the same document
    - fixed to_HTML to render valid html, not xml
      (cafe01)

0.20 2013-05-10T20:44:16Z

    - improved replace_with() on document node.
    - fixed push_content() and unshift_content() to work with document mode.
    (cafe01)

0.19 2013-05-10T01:03:58Z

    - fixed replace_with() and parent(),
      to avoid calling appendChild() on a Document node, which is not supported by XML::LibXML.
      (cafe01)

0.18 2013-05-09T20:49:04Z

    - implemented all node methods needed for Web::Query::LibXML to work
      - clone_list
      - detach
      - delete_content
      - content_list
      - replace_with
      - push_content
      - unshift_content
      - postinsert
      - preinsert
      - disembowel (HTML::TreeBuilder::LibXML)
      (cafe01)

    - modified parse_file() to read file content, then call parse_content()
      - thats because parse_content() will detect (heuristically) when the parser will add implict <html><body> tags, so guts() can work properly.
      (cafe01)

0.18 2013-05-09T01:27:46Z

    - implemented matches(), parent(), guts() node method
      (Carlos Fernando Avila Gratz)
2013-05-27 15:20:34 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
505c7686af Update to 0.17:
0.17

    handle /(de)?objectify_text/ for <script> extraction
    (Stanislaw Pusep)

0.16


    commit 07b40205fd03564d476eff7675e9f19196939f2f
    Author: Oleg G <verdrehung@gmail.com>
    Date:   Sat Mar 31 13:26:11 2012 +0700

    added few methods to support Web::Query
2012-10-21 23:13:52 +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
bc48054516 Updated to 0.15
ChangeLog:
0.15

    * Add additional methods to better match
      HTML::TreeBuilder::XPath::Node API:
      - exists($xpath)
      - find($elem_name)
      - findvalues($xpath)
      - findnodes_as_string($xpath)
      - findnodes_as_strings($xpath)
      (genehack)

0.14

    * added workaround for Web::Scraper 0.36
      (tokuhirom)
2012-01-26 14:12:31 +00:00
hiramatsu
a843e74daf Update p5-HTML-TreeBuilder-LibXML to 0.13.
Changes from previous:
0.13
     * Added 'getValue' node's method as in HTML::TreeBuilder::XPath for
       comment nodes in web-scraper module
     * Added dummy method 'store_comments' as in HTML::TreeBuilder
       for web-scraper module (for comment nodes) and for
       HTML::TreeBuilder::XPath working in tests with comment nodes
     * Now this module requires HTML::TreeBuilder::XPath v.0.14 (before 0.14
       there getValue() didn't work for comment nodes)
2011-11-25 08:14:54 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
sno
03d82ab671 Updating www/p5-HTML-TreeBuilder-LibXML from 0.11nb1 to 0.12
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.12 21 Sep 2010
     * no Test::Base(tokuhirom)
     * depend to latest libraries(tokuhirom)
       ref. http://d.hatena.ne.jp/mikeda/20100622/1277229060
     * fixed typo in pod(tokuhirom)
2010-09-21 21:27:37 +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
seb
d35c9057a6 Initial import of p5-HTML-TreeBuilder-LibXML version 0.11 in the
NetBSD Packages Collection.

The Perl 5 module HTML::TreeBuilder::LibXML is a libxml based
compatible interface to HTML::TreeBuilder, which could be slow for
a large document.
2010-02-08 20:56:44 +00:00