summaryrefslogtreecommitdiff
path: root/textproc/ruby-libxml/PLIST
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/ruby-libxml/PLIST
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/ruby-libxml/PLIST')
-rw-r--r--textproc/ruby-libxml/PLIST39
1 files changed, 37 insertions, 2 deletions
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