summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2012-03-17 16:51:05 +0000
committertaca <taca>2012-03-17 16:51:05 +0000
commit97f706f82b690626937427787f9b1e99dc01ace2 (patch)
tree61f43e563ffc9af73b8d9d3e8ba44765f425f128 /textproc
parent8c7922dbdc054f947c226280351ce36c214d4594 (diff)
downloadpkgsrc-97f706f82b690626937427787f9b1e99dc01ace2.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/ruby-nokogiri/Makefile4
-rw-r--r--textproc/ruby-nokogiri/PLIST9
-rw-r--r--textproc/ruby-nokogiri/distinfo8
3 files changed, 14 insertions, 7 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
index 195455ba400..7ade8c3f98b 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -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
diff --git a/textproc/ruby-nokogiri/PLIST b/textproc/ruby-nokogiri/PLIST
index 0c017bb5938..f029d66c2ea 100644
--- a/textproc/ruby-nokogiri/PLIST
+++ b/textproc/ruby-nokogiri/PLIST
@@ -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.c
${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/element_description_defaults.rb
${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/sax/test_push_parser.rb
${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_namespace.rb
${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_schema.rb
${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 --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo
index 6e0bb8fd5c7..558723c92f2 100644
--- a/textproc/ruby-nokogiri/distinfo
+++ b/textproc/ruby-nokogiri/distinfo
@@ -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