pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri Update ruby-nokogiri to 1.5.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4c107ee98e7
branches: trunk
changeset: 604588:c4c107ee98e7
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jun 02 01:13:00 2012 +0000
description:
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:
textproc/ruby-nokogiri/Makefile | 4 ++--
textproc/ruby-nokogiri/PLIST | 10 ++++++++--
textproc/ruby-nokogiri/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (71 lines):
diff -r 7af259ee2bb7 -r c4c107ee98e7 textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile Sat Jun 02 01:12:29 2012 +0000
+++ b/textproc/ruby-nokogiri/Makefile Sat Jun 02 01:13:00 2012 +0000
@@ -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@localhost
diff -r 7af259ee2bb7 -r c4c107ee98e7 textproc/ruby-nokogiri/PLIST
--- a/textproc/ruby-nokogiri/PLIST Sat Jun 02 01:12:29 2012 +0000
+++ b/textproc/ruby-nokogiri/PLIST Sat Jun 02 01:13:00 2012 +0000
@@ -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}/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/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.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_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 -r 7af259ee2bb7 -r c4c107ee98e7 textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo Sat Jun 02 01:12:29 2012 +0000
+++ b/textproc/ruby-nokogiri/distinfo Sat Jun 02 01:13:00 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index