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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/153afc14ce94
branches:  trunk
changeset: 601019:153afc14ce94
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 17 16:51:05 2012 +0000

description:
Update ruby-nokogiri to 1.5.2.

== 1.5.2 / 2012-03-09

Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.

== 1.5.1 / 2012-03-09

* Features

  * XML::Builder#comment allows creation of comment nodes.
  * CSS searches now support namespaced attributes. #593
  * Java integration feature is added. Now, XML::Document.wrap
    and XML::Document#to_java methods are available.
  * RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)

* Bugfixes

  * Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
  * extconf searches homebrew paths if homebrew is installed.
  * Inconsistent behavior of Nokogiri 1.5.0 Java #620
  * Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
  * XML::Attr nodes are not allowed to be added as node children, so an
    exception is raised. #558
  * No longer defensively "pickle" adjacent text nodes on
    Node#add_next_sibling and Node#add_previous_sibling calls. #595.
  * Java version inconsistency: it returns nil for empty attributes #589
  * to_xhtml incorrectly generates <p /></p> when tag is empty #557
  * Document#add_child now accepts a Node, NodeSet, DocumentFragment,
    or String. #546.
  * Document#create_element now recognizes namespaces containing
    non-word characters (like "SOAP-ENV"). This is mostly relevant to
    users of Builder, which calls Document#create_element for nearly
    everything. #531.
  * File encoding broken in 1.5.0 / jruby / windows #529
  * Java version does not return namespace defs as attrs for ::HTML #542
  * Bad file descriptor with Nokogiri 1.5.0 #495
  * remove_namespace! doesn't work in pure java version #492
  * The Nokogiri Java native build throws a null pointer exception
    when ActiveSupport's .blank? method is called directly on a parsed
    object. #489
  * 1.5.0 Not using correct character encoding #488
  * Raw XML string in XML Builder broken on JRuby #486
  * Nokogiri 1.5.0 XML generation broken on JRuby #484
  * Do not allow multiple root nodes. #550
  * Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
  * Node#to_xml does not override :save_with if it is provided. #505
  * Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
  * C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563

diffstat:

 textproc/ruby-nokogiri/Makefile |  4 ++--
 textproc/ruby-nokogiri/PLIST    |  9 ++++++++-
 textproc/ruby-nokogiri/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 7 deletions(-)

diffs (82 lines):

diff -r 8c0985d43e92 -r 153afc14ce94 textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Sat Mar 17 16:48:25 2012 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Sat Mar 17 16:51:05 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/07/01 15:10:04 taca Exp $
+# $NetBSD: Makefile,v 1.8 2012/03/17 16:51:05 taca Exp $
 
-DISTNAME=      nokogiri-1.5.0
+DISTNAME=      nokogiri-1.5.2
 CATEGORIES=    textproc
 
 MAINTAINER=    filip%joyent.com@localhost
diff -r 8c0985d43e92 -r 153afc14ce94 textproc/ruby-nokogiri/PLIST
--- a/textproc/ruby-nokogiri/PLIST      Sat Mar 17 16:48:25 2012 +0000
+++ b/textproc/ruby-nokogiri/PLIST      Sat Mar 17 16:51:05 2012 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.5 2011/07/01 15:10:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/03/17 16:51:05 taca Exp $
 bin/nokogiri
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/CHANGELOG.ja.rdoc
 ${GEM_LIBDIR}/CHANGELOG.rdoc
+${GEM_LIBDIR}/C_CODING_STYLE.rdoc
 ${GEM_LIBDIR}/Manifest.txt
 ${GEM_LIBDIR}/README.ja.rdoc
 ${GEM_LIBDIR}/README.rdoc
@@ -20,6 +21,8 @@
 ${GEM_LIBDIR}/ext/nokogiri/html_entity_lookup.h
 ${GEM_LIBDIR}/ext/nokogiri/html_sax_parser_context.c
 ${GEM_LIBDIR}/ext/nokogiri/html_sax_parser_context.h
+${GEM_LIBDIR}/ext/nokogiri/html_sax_push_parser.c
+${GEM_LIBDIR}/ext/nokogiri/html_sax_push_parser.h
 ${GEM_LIBDIR}/ext/nokogiri/nokogiri.c
 ${GEM_LIBDIR}/ext/nokogiri/nokogiri.h
 ${GEM_LIBDIR}/ext/nokogiri/xml_attr.c
@@ -98,6 +101,7 @@
 ${GEM_LIBDIR}/lib/nokogiri/html/entity_lookup.rb
 ${GEM_LIBDIR}/lib/nokogiri/html/sax/parser.rb
 ${GEM_LIBDIR}/lib/nokogiri/html/sax/parser_context.rb
+${GEM_LIBDIR}/lib/nokogiri/html/sax/push_parser.rb
 ${GEM_LIBDIR}/lib/nokogiri/nokogiri.${RUBY_DLEXT}
 ${GEM_LIBDIR}/lib/nokogiri/syntax_error.rb
 ${GEM_LIBDIR}/lib/nokogiri/version.rb
@@ -197,6 +201,7 @@
 ${GEM_LIBDIR}/test/xml/test_attr.rb
 ${GEM_LIBDIR}/test/xml/test_attribute_decl.rb
 ${GEM_LIBDIR}/test/xml/test_builder.rb
+${GEM_LIBDIR}/test/xml/test_c14n.rb
 ${GEM_LIBDIR}/test/xml/test_cdata.rb
 ${GEM_LIBDIR}/test/xml/test_comment.rb
 ${GEM_LIBDIR}/test/xml/test_document.rb
@@ -212,6 +217,7 @@
 ${GEM_LIBDIR}/test/xml/test_node.rb
 ${GEM_LIBDIR}/test/xml/test_node_attributes.rb
 ${GEM_LIBDIR}/test/xml/test_node_encoding.rb
+${GEM_LIBDIR}/test/xml/test_node_inheritance.rb
 ${GEM_LIBDIR}/test/xml/test_node_reparenting.rb
 ${GEM_LIBDIR}/test/xml/test_node_set.rb
 ${GEM_LIBDIR}/test/xml/test_parse_options.rb
@@ -222,6 +228,7 @@
 ${GEM_LIBDIR}/test/xml/test_syntax_error.rb
 ${GEM_LIBDIR}/test/xml/test_text.rb
 ${GEM_LIBDIR}/test/xml/test_unparented_node.rb
+${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
diff -r 8c0985d43e92 -r 153afc14ce94 textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Sat Mar 17 16:48:25 2012 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Sat Mar 17 16:51:05 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/07/01 15:10:04 taca Exp $
+$NetBSD: distinfo,v 1.6 2012/03/17 16:51:05 taca Exp $
 
-SHA1 (nokogiri-1.5.0.gem) = c82f210a45b7c6b87c681e79a29e6a08ec8c6d71
-RMD160 (nokogiri-1.5.0.gem) = ab4f6f9704f71899edb815f033e4f70560653b3c
-Size (nokogiri-1.5.0.gem) = 187904 bytes
+SHA1 (nokogiri-1.5.2.gem) = 1707c848d145cc92ecf724cd15358a7ad1a537aa
+RMD160 (nokogiri-1.5.2.gem) = 267379b7c35edc75d91605db05b64549fad760a2
+Size (nokogiri-1.5.2.gem) = 198656 bytes



Home | Main Index | Thread Index | Old Index