diff options
author | taca <taca@pkgsrc.org> | 2012-06-02 01:13:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-02 01:13:00 +0000 |
commit | 69fe0078a1fed4119f03f97b75a04c23396204ab (patch) | |
tree | fbeb8a275b89eb6a4eeb73819d9a570e5b426ec0 /textproc | |
parent | ef998c605ed9313d1d440c462d0df58ddd4904bb (diff) | |
download | pkgsrc-69fe0078a1fed4119f03f97b75a04c23396204ab.tar.gz |
Update ruby-nokogiri to 1.5.3.
== 1.5.3 / 2012-06-01
* Features
* Support for "prefixless" CSS selectors ~, > and + like jQuery
supports. #621, #623. (Thanks, David Lee!)
* Attempting to improve installation on homebrew 0.9 (with regards
to iconv). Isn't package management convenient?
* Bugfixes
* Custom xpath functions with empty nodeset arguments cause a
segfault. #634.
* Nokogiri::XML::Node#css now works for XML documents with default
namespaces when the rule contains attribute selector without
namespace.
* Fixed marshalling bugs around how arguments are passed to (and
returned from) XSLT custom xpath functions. #640.
* Nokogiri::XML::Reader#outer_xml is broken in JRuby #617
* Nokogiri::XML::Attribute on JRuby returns a nil namespace #647
* Nokogiri::XML::Node#namespace= cannot set a namespace without a
prefix on JRuby #648
* [JRuby] 1.9 mode causes dead lock while running rake #571
* HTML::Document#meta_encoding does not raise exception on docs with
malformed content-type. #655
* Fixing segfault related to unsupported encodings in in-context
parsing on 1.8.7. #643
* [JRuby] Concurrency issue in XPath parsing. #682
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-nokogiri/PLIST | 10 | ||||
-rw-r--r-- | textproc/ruby-nokogiri/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 7ade8c3f98b..d4c6298ad86 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/03/17 16:51:05 taca Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/02 01:13:00 taca Exp $ -DISTNAME= nokogiri-1.5.2 +DISTNAME= nokogiri-1.5.3 CATEGORIES= textproc MAINTAINER= filip@joyent.com diff --git a/textproc/ruby-nokogiri/PLIST b/textproc/ruby-nokogiri/PLIST index f029d66c2ea..bc3fb5fe634 100644 --- a/textproc/ruby-nokogiri/PLIST +++ b/textproc/ruby-nokogiri/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/03/17 16:51:05 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/06/02 01:13:00 taca Exp $ bin/nokogiri ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest @@ -9,8 +9,12 @@ ${GEM_LIBDIR}/C_CODING_STYLE.rdoc ${GEM_LIBDIR}/Manifest.txt ${GEM_LIBDIR}/README.ja.rdoc ${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/ROADMAP.md ${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/STANDARD_RESPONSES.md +${GEM_LIBDIR}/Y_U_NO_GEMSPEC.md ${GEM_LIBDIR}/bin/nokogiri +${GEM_LIBDIR}/build_all ${GEM_LIBDIR}/ext/nokogiri/depend ${GEM_LIBDIR}/ext/nokogiri/extconf.rb ${GEM_LIBDIR}/ext/nokogiri/html_document.c @@ -143,7 +147,6 @@ ${GEM_LIBDIR}/lib/nokogiri/xml/xpath_context.rb ${GEM_LIBDIR}/lib/nokogiri/xslt.rb ${GEM_LIBDIR}/lib/nokogiri/xslt/stylesheet.rb ${GEM_LIBDIR}/lib/xsd/xmlparser/nokogiri.rb -${GEM_LIBDIR}/nokogiri_help_responses.md ${GEM_LIBDIR}/tasks/cross_compile.rb ${GEM_LIBDIR}/tasks/nokogiri.org.rb ${GEM_LIBDIR}/tasks/test.rb @@ -173,7 +176,9 @@ ${GEM_LIBDIR}/test/files/staff.dtd ${GEM_LIBDIR}/test/files/staff.xml ${GEM_LIBDIR}/test/files/staff.xslt ${GEM_LIBDIR}/test/files/tlm.html +${GEM_LIBDIR}/test/files/to_be_xincluded.xml ${GEM_LIBDIR}/test/files/valid_bar.xml +${GEM_LIBDIR}/test/files/xinclude.xml ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/html/sax/test_parser.rb ${GEM_LIBDIR}/test/html/sax/test_parser_context.rb @@ -232,4 +237,5 @@ ${GEM_LIBDIR}/test/xml/test_xinclude.rb ${GEM_LIBDIR}/test/xml/test_xpath.rb ${GEM_LIBDIR}/test/xslt/test_custom_functions.rb ${GEM_LIBDIR}/test/xslt/test_exception_handling.rb +${GEM_LIBDIR}/test_all ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index 558723c92f2..66092c264c9 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/03/17 16:51:05 taca Exp $ +$NetBSD: distinfo,v 1.7 2012/06/02 01:13:00 taca Exp $ -SHA1 (nokogiri-1.5.2.gem) = 1707c848d145cc92ecf724cd15358a7ad1a537aa -RMD160 (nokogiri-1.5.2.gem) = 267379b7c35edc75d91605db05b64549fad760a2 -Size (nokogiri-1.5.2.gem) = 198656 bytes +SHA1 (nokogiri-1.5.3.gem) = 2831f9fe4d8eadd6b94f164f58f5a1e858d2a6d4 +RMD160 (nokogiri-1.5.3.gem) = 71bb4917c28abb6d3debe04db0cea067c8e9bc76 +Size (nokogiri-1.5.3.gem) = 205824 bytes |