summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2012-03-20 13:45:32 +0000
committertaca <taca>2012-03-20 13:45:32 +0000
commitd5398ac6e8fe353fe22d1c2497cf0e2d56841ad1 (patch)
tree5a526b8e5577dac669d570ca03ecce269c5f9ffc /textproc
parent2e048358a81af72015804a3f8b719f23bd559244 (diff)
downloadpkgsrc-d5398ac6e8fe353fe22d1c2497cf0e2d56841ad1.tar.gz
Update ruby-libxml to 2.3.0.
= Release History == 2.3.0 / 2012-02-22 Ryan Johnson * Add ability to insert new PI-nodes into the xmltree (Axel Struebing). * Added full pass-through access to libxml2 xmlC14NDocDumpMemory method via LibXML::XML::Document#canonicalize method with optional arguments. * Added full test data for C14N based off of W3C spec. (http://www.w3.org/TR/xml-c14n#Examples) * Update sax handler to support encodings on Ruby 1.9 and higher.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-libxml/Makefile4
-rw-r--r--textproc/ruby-libxml/PLIST39
-rw-r--r--textproc/ruby-libxml/distinfo8
3 files changed, 43 insertions, 8 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
index 125d8475a20..6ae1376d5c4 100644
--- a/textproc/ruby-libxml/Makefile
+++ b/textproc/ruby-libxml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2011/09/12 13:45:52 taca Exp $
+# $NetBSD: Makefile,v 1.11 2012/03/20 13:45:32 taca Exp $
-DISTNAME= libxml-ruby-2.2.2
+DISTNAME= libxml-ruby-2.3.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
CATEGORIES= textproc
diff --git a/textproc/ruby-libxml/PLIST b/textproc/ruby-libxml/PLIST
index 641ab2610f3..77e9680343a 100644
--- a/textproc/ruby-libxml/PLIST
+++ b/textproc/ruby-libxml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2011/08/17 13:38:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/03/20 13:45:32 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/HISTORY
${GEM_LIBDIR}/LICENSE
@@ -103,6 +103,39 @@ ${GEM_LIBDIR}/script/benchmark/sock_entries.xml
${GEM_LIBDIR}/script/benchmark/throughput
${GEM_LIBDIR}/script/test
${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/test/c14n/given/doc.dtd
+${GEM_LIBDIR}/test/c14n/given/example-1.xml
+${GEM_LIBDIR}/test/c14n/given/example-2.xml
+${GEM_LIBDIR}/test/c14n/given/example-3.xml
+${GEM_LIBDIR}/test/c14n/given/example-4.xml
+${GEM_LIBDIR}/test/c14n/given/example-5.xml
+${GEM_LIBDIR}/test/c14n/given/example-6.xml
+${GEM_LIBDIR}/test/c14n/given/example-7.xml
+${GEM_LIBDIR}/test/c14n/given/example-8.xml
+${GEM_LIBDIR}/test/c14n/given/example-8.xpath
+${GEM_LIBDIR}/test/c14n/given/world.txt
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-1
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-2
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-3
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-4
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-5
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-6
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-7
+${GEM_LIBDIR}/test/c14n/result/1-1-without-comments/example-8
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-1
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-2
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-3
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-4
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-5
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-6
+${GEM_LIBDIR}/test/c14n/result/with-comments/example-7
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-1
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-2
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-3
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-4
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-5
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-6
+${GEM_LIBDIR}/test/c14n/result/without-comments/example-7
${GEM_LIBDIR}/test/etc_doc_to_s.rb
${GEM_LIBDIR}/test/ets_doc_file.rb
${GEM_LIBDIR}/test/ets_doc_to_s.rb
@@ -126,15 +159,16 @@ ${GEM_LIBDIR}/test/model/shiporder.xml
${GEM_LIBDIR}/test/model/shiporder.xsd
${GEM_LIBDIR}/test/model/soap.xml
${GEM_LIBDIR}/test/model/xinclude.xml
-${GEM_LIBDIR}/test/new_main.rb
${GEM_LIBDIR}/test/tc_attr.rb
${GEM_LIBDIR}/test/tc_attr_decl.rb
${GEM_LIBDIR}/test/tc_attributes.rb
+${GEM_LIBDIR}/test/tc_canonicalize.rb
${GEM_LIBDIR}/test/tc_deprecated_require.rb
${GEM_LIBDIR}/test/tc_document.rb
${GEM_LIBDIR}/test/tc_document_write.rb
${GEM_LIBDIR}/test/tc_dtd.rb
${GEM_LIBDIR}/test/tc_encoding.rb
+${GEM_LIBDIR}/test/tc_encoding_sax.rb
${GEM_LIBDIR}/test/tc_error.rb
${GEM_LIBDIR}/test/tc_gc.rb
${GEM_LIBDIR}/test/tc_html_parser.rb
@@ -146,6 +180,7 @@ ${GEM_LIBDIR}/test/tc_node_cdata.rb
${GEM_LIBDIR}/test/tc_node_comment.rb
${GEM_LIBDIR}/test/tc_node_copy.rb
${GEM_LIBDIR}/test/tc_node_edit.rb
+${GEM_LIBDIR}/test/tc_node_pi.rb
${GEM_LIBDIR}/test/tc_node_text.rb
${GEM_LIBDIR}/test/tc_node_write.rb
${GEM_LIBDIR}/test/tc_node_xlink.rb
diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo
index 263cd8dd407..75b3d8fd16f 100644
--- a/textproc/ruby-libxml/distinfo
+++ b/textproc/ruby-libxml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/09/12 13:45:52 taca Exp $
+$NetBSD: distinfo,v 1.8 2012/03/20 13:45:32 taca Exp $
-SHA1 (libxml-ruby-2.2.2.gem) = 78970466e8e8dbf49904aa8f63bb51c9fbd95998
-RMD160 (libxml-ruby-2.2.2.gem) = dbe9c534c0d692f98690348773b2e0fc4d6d7ca0
-Size (libxml-ruby-2.2.2.gem) = 244736 bytes
+SHA1 (libxml-ruby-2.3.0.gem) = 15bf35c87b3a0b6d54d803715f04530ae18b2917
+RMD160 (libxml-ruby-2.3.0.gem) = b692c38a42e39af36efdf41ba476a33169d57932
+Size (libxml-ruby-2.3.0.gem) = 250368 bytes