rsvg2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. data/lib/1.8/rsvg2.so +0 -0
  2. data/lib/1.9/rsvg2.so +0 -0
  3. data/vendor/local/bin/libxml2-2.dll +0 -0
  4. data/vendor/local/bin/xmlcatalog.exe +0 -0
  5. data/vendor/local/bin/xmllint.exe +0 -0
  6. data/vendor/local/include/libxml2/libxml/DOCBparser.h +9 -9
  7. data/vendor/local/include/libxml2/libxml/HTMLparser.h +25 -23
  8. data/vendor/local/include/libxml2/libxml/HTMLtree.h +19 -19
  9. data/vendor/local/include/libxml2/libxml/SAX.h +37 -37
  10. data/vendor/local/include/libxml2/libxml/SAX2.h +34 -34
  11. data/vendor/local/include/libxml2/libxml/c14n.h +1 -1
  12. data/vendor/local/include/libxml2/libxml/catalog.h +35 -35
  13. data/vendor/local/include/libxml2/libxml/debugXML.h +26 -26
  14. data/vendor/local/include/libxml2/libxml/dict.h +16 -5
  15. data/vendor/local/include/libxml2/libxml/encoding.h +28 -14
  16. data/vendor/local/include/libxml2/libxml/hash.h +24 -24
  17. data/vendor/local/include/libxml2/libxml/list.h +26 -26
  18. data/vendor/local/include/libxml2/libxml/nanoftp.h +44 -24
  19. data/vendor/local/include/libxml2/libxml/nanohttp.h +13 -13
  20. data/vendor/local/include/libxml2/libxml/parser.h +78 -73
  21. data/vendor/local/include/libxml2/libxml/parserInternals.h +106 -73
  22. data/vendor/local/include/libxml2/libxml/schemasInternals.h +2 -2
  23. data/vendor/local/include/libxml2/libxml/schematron.h +11 -11
  24. data/vendor/local/include/libxml2/libxml/tree.h +203 -152
  25. data/vendor/local/include/libxml2/libxml/valid.h +72 -72
  26. data/vendor/local/include/libxml2/libxml/xlink.h +7 -7
  27. data/vendor/local/include/libxml2/libxml/xmlIO.h +71 -65
  28. data/vendor/local/include/libxml2/libxml/xmlautomata.h +22 -22
  29. data/vendor/local/include/libxml2/libxml/xmlerror.h +6 -6
  30. data/vendor/local/include/libxml2/libxml/xmlexports.h +2 -2
  31. data/vendor/local/include/libxml2/libxml/xmlmodule.h +1 -1
  32. data/vendor/local/include/libxml2/libxml/xmlreader.h +24 -20
  33. data/vendor/local/include/libxml2/libxml/xmlsave.h +2 -1
  34. data/vendor/local/include/libxml2/libxml/xmlschemas.h +30 -2
  35. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +20 -20
  36. data/vendor/local/include/libxml2/libxml/xmlstring.h +3 -3
  37. data/vendor/local/include/libxml2/libxml/xmlversion.h +29 -7
  38. data/vendor/local/include/libxml2/libxml/xmlwriter.h +4 -1
  39. data/vendor/local/include/libxml2/libxml/xpath.h +47 -43
  40. data/vendor/local/include/libxml2/libxml/xpathInternals.h +81 -79
  41. data/vendor/local/include/libxml2/libxml/xpointer.h +23 -23
  42. data/vendor/local/lib/libxml2.def +16 -14
  43. data/vendor/local/lib/libxml2.dll.a +0 -0
  44. data/vendor/local/lib/libxml2.lib +0 -0
  45. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
  46. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +268 -0
  47. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +2 -0
  48. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +27 -0
  49. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +880 -0
  50. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +1198 -0
  51. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +229 -0
  52. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +3770 -0
  53. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  54. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +282 -0
  55. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  56. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  57. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +207 -0
  58. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +751 -0
  59. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +174 -0
  60. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +13 -0
  61. data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
  62. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +13 -0
  63. data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
  64. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +51 -0
  65. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +184 -0
  66. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +73 -0
  67. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +125 -0
  68. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +128 -0
  69. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +38 -0
  70. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +142 -0
  71. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +72 -0
  72. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +120 -0
  73. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +58 -0
  74. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +124 -0
  75. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +79 -0
  76. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +152 -0
  77. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +116 -0
  78. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +13 -0
  79. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +120 -0
  80. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +94 -0
  81. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +65 -0
  82. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +559 -0
  83. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +322 -0
  84. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +76 -0
  85. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +162 -0
  86. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +373 -0
  87. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +81 -0
  88. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +72 -0
  89. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +989 -0
  90. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +73 -0
  91. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +289 -0
  92. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +59 -0
  93. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +82 -0
  94. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +212 -0
  95. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +85 -0
  96. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +864 -0
  97. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +20 -0
  98. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +107 -0
  99. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +38 -0
  100. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +330 -0
  101. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +143 -0
  102. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +60 -0
  103. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +185 -0
  104. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +123 -0
  105. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +108 -0
  106. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +512 -0
  107. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +62 -0
  108. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +261 -0
  109. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +310 -0
  110. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +394 -0
  111. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +83 -0
  112. data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
  113. data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
  114. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +14 -0
  115. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +166 -0
  116. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +5 -0
  117. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +58 -0
  118. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +2 -0
  119. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  120. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +56 -0
  121. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +72 -0
  122. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +60 -0
  123. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +143 -0
  124. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +107 -0
  125. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +14 -0
  126. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +122 -0
  127. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +120 -0
  128. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +13 -0
  129. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +122 -0
  130. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +3 -0
  131. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  132. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  133. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  134. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +1 -0
  135. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +13 -0
  136. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +39 -0
  137. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +1198 -0
  138. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +94 -0
  139. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +4 -0
  140. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +118 -0
  141. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +18 -0
  142. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +7 -0
  143. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +8 -0
  144. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +14 -0
  145. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +82 -0
  146. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +76 -0
  147. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +78 -0
  148. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +67 -0
  149. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +75 -0
  150. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +76 -0
  151. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +4 -0
  152. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +14 -0
  153. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +47 -0
  154. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +54 -0
  155. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +55 -0
  156. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +35 -0
  157. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +30 -0
  158. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +38 -0
  159. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +63 -0
  160. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  161. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  162. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  163. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  164. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  165. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  166. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  167. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  168. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  169. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  170. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  171. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  172. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  173. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  174. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  175. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  176. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  177. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  178. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  179. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  180. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  181. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  182. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  183. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  184. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +64 -0
  185. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +75 -0
  186. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +73 -0
  187. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +72 -0
  188. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +79 -0
  189. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +74 -0
  190. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +14 -0
  191. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +1 -0
  192. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +1336 -0
  193. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  194. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +2 -0
  195. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +5715 -0
  196. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +250 -0
  197. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +5 -0
  198. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +190 -0
  199. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +30 -0
  200. data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +3 -1
  202. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -1
  203. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +11 -1
  204. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +15 -5
  205. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +8 -4
  206. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +20 -5
  207. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +72 -18
  208. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +10 -0
  209. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +5 -3
  210. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +8 -3
  212. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +2 -1
  213. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +15 -0
  214. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +12 -2
  215. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +8 -3
  216. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +3 -0
  217. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +9 -9
  218. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +42 -2
  219. data/vendor/local/share/man/man1/xml2-config.1 +0 -1
  220. data/vendor/local/share/man/man1/xmlcatalog.1 +204 -93
  221. data/vendor/local/share/man/man3/libxml.3 +1 -1
  222. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +867 -0
  223. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +68 -0
  224. metadata +163 -7
@@ -9,7 +9,6 @@ xml-config - script to get information about the installed version of GNOME-XML
9
9
  linker flags that should be used to compile and link programs that use
10
10
  \fIGNOME-XML\fP.
11
11
  .SH OPTIONS
12
- .l
13
12
  \fIxml-config\fP accepts the following options:
14
13
  .TP 8
15
14
  .B \-\-version
@@ -1,120 +1,160 @@
1
- .\" ** You probably do not want to edit this file directly **
2
- .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3
- .\" Instead of manually editing it, you probably should edit the DocBook XML
4
- .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5
- .TH "XMLCATALOG" "1" "$Date$" "libxml2" ""
1
+ '\" t
2
+ .\" Title: xmlcatalog
3
+ .\" Author: John Fleck <jfleck@inkstain.net>
4
+ .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
+ .\" Date: $Date$
6
+ .\" Manual: xmlcatalog Manual
7
+ .\" Source: libxml2
8
+ .\" Language: English
9
+ .\"
10
+ .TH "XMLCATALOG" "1" "$Date$" "libxml2" "xmlcatalog Manual"
11
+ .\" -----------------------------------------------------------------
12
+ .\" * Define some portability stuff
13
+ .\" -----------------------------------------------------------------
14
+ .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
+ .\" http://bugs.debian.org/507673
16
+ .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
+ .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
+ .ie \n(.g .ds Aq \(aq
19
+ .el .ds Aq '
20
+ .\" -----------------------------------------------------------------
21
+ .\" * set default formatting
22
+ .\" -----------------------------------------------------------------
6
23
  .\" disable hyphenation
7
24
  .nh
8
25
  .\" disable justification (adjust text to left margin only)
9
26
  .ad l
27
+ .\" -----------------------------------------------------------------
28
+ .\" * MAIN CONTENT STARTS HERE *
29
+ .\" -----------------------------------------------------------------
10
30
  .SH "NAME"
11
- xmlcatalog \- Command line tool to parse and manipulate XML or SGML catalog files.
31
+ xmlcatalog \- Command line tool to parse and manipulate XML or SGML catalog files\&.
12
32
  .SH "SYNOPSIS"
13
- .HP 11
14
- \fBxmlcatalog\fR [\fB\-\-sgml\fR \fB\-\-shell\fR \fB\-\-create\fR \fB\-\-del\ \fR\fB\fIVALUE(S)\fR\fR [\ \fB\-\-add\ \fR\fB\fITYPE\fR\fR\fB\ \fR\fB\fIORIG\fR\fR\fB\ \fR\fB\fIREPLACE\fR\fR\fB\ \fR\ \fB\-\-add\ \fR\fB\fIFILENAME\fR\fR] \fB\-\-noout\fR \fB\-\-no\-super\-update\fR [\fB\-v\fR\ \fB\-\-verbose\fR]] {\fICATALOGFILE\fR} {\fIENTITIES\fR...}
33
+ .HP \w'\fBxmlcatalog\fR\ 'u
34
+ \fBxmlcatalog\fR [\fB\-\-sgml\fR | \fB\-\-shell\fR | \fB\-\-create\fR | \fB\-\-del\ \fR\fB\fIVALUE(S)\fR\fR | [\ \fB\-\-add\ \fR\fB\fITYPE\fR\fR\fB\ \fR\fB\fIORIG\fR\fR\fB\ \fR\fB\fIREPLACE\fR\fR\fB\ \fR\ |\ \fB\-\-add\ \fR\fB\fIFILENAME\fR\fR] | \fB\-\-noout\fR | \fB\-\-no\-super\-update\fR | [\fB\-v\fR\ |\ \fB\-\-verbose\fR]] {\fICATALOGFILE\fR} {\fIENTITIES\fR...}
15
35
  .SH "DESCRIPTION"
16
36
  .PP
37
+
17
38
  \fBxmlcatalog\fR
18
39
  is a command line application allowing users to monitor and manipulate
19
40
  XML
20
41
  and
21
42
  SGML
22
- catalogs. It is included in
23
- \fBlibxml\fR(3).
43
+ catalogs\&. It is included in
44
+ \fBlibxml\fR(3)\&.
24
45
  .PP
25
- Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode. It can operate on both
46
+ Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode\&. It can operate on both
26
47
  XML
27
48
  and
28
49
  SGML
29
- files.
50
+ files\&.
30
51
  .SH "OPTIONS"
31
52
  .PP
53
+
32
54
  \fBxmlcatalog\fR
33
55
  accepts the following options (in alphabetical order):
34
- .TP
56
+ .PP
35
57
  \fB\-\-add \fR\fB\fITYPE\fR\fR\fB \fR\fB\fIORIG\fR\fR\fB \fR\fB\fIREPLACE\fR\fR\fB \fR
58
+ .RS 4
36
59
  Add an entry to
37
- \fICATALOGFILE\fR.
60
+ CATALOGFILE\&.
38
61
  \fITYPE\fR
39
- indicates the type of entry. Possible types are:
40
- \fIpublic\fR, \fIsystem\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fInextCatalog\fR.
62
+ indicates the type of entry\&. Possible types are:
63
+ \fIpublic\fR, \fIsystem\fR, \fIuri\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fIdelegateURI\fR, \fInextCatalog\fR\&.
41
64
  \fIORIG\fR
42
65
  is the original reference to be replaced, and
43
66
  \fIREPLACE\fR
44
67
  is the
45
68
  URI
46
- of the replacement entity to be used. The
69
+ of the replacement entity to be used\&. The
47
70
  \fB\-\-add\fR
48
71
  option will not overwrite
49
- \fICATALOGFILE\fR, outputting to
50
- \fIstdout\fR, unless
72
+ CATALOGFILE, outputting to
73
+ stdout, unless
51
74
  \fB\-\-noout\fR
52
- is used. The
75
+ is used\&. The
53
76
  \fB\-\-add\fR
54
77
  will always take three parameters even if some of the
55
78
  XML
56
- catalog constructs will have only a single argument.
57
- .TP
79
+ catalog constructs will have only a single argument\&.
80
+ .RE
81
+ .PP
58
82
  \fB\-\-add \fR\fB\fIFILENAME\fR\fR
83
+ .RS 4
59
84
  If the
60
85
  \fB\-\-add\fR
61
86
  option is used following the
62
87
  \fB\-\-sgml\fR
63
88
  option, only a single argument, a
64
- \fIFILENAME\fR, is used. This is used to add the name of a catalog file to an
89
+ \fIFILENAME\fR, is used\&. This is used to add the name of a catalog file to an
65
90
  SGML
66
91
  supercatalog, a file that contains references to other included
67
92
  SGML
68
- catalog files.
69
- .TP
93
+ catalog files\&.
94
+ .RE
95
+ .PP
70
96
  \fB\-\-create\fR
97
+ .RS 4
71
98
  Create a new
72
99
  XML
73
- catalog. Outputs to
74
- \fIstdout\fR, ignoring
100
+ catalog\&. Outputs to
101
+ stdout, ignoring
75
102
  \fIfilename\fR
76
103
  unless
77
104
  \fB\-\-noout\fR
78
105
  is used, in which case it creates a new catalog file
79
- \fIfilename\fR.
80
- .TP
106
+ \fIfilename\fR\&.
107
+ .RE
108
+ .PP
81
109
  \fB\-\-del \fR\fB\fIVALUE(S)\fR\fR
110
+ .RS 4
82
111
  Remove entries from
83
112
  \fICATALOGFILE\fR
84
113
  matching
85
- \fIVALUE(S)\fR. The
114
+ \fIVALUE(S)\fR\&. The
86
115
  \fB\-\-del\fR
87
116
  option will not overwrite
88
117
  \fICATALOGFILE\fR, outputting to
89
- \fIstdout\fR, unless
118
+ stdout, unless
90
119
  \fB\-\-noout\fR
91
- is used.
92
- .TP
120
+ is used\&.
121
+ .RE
122
+ .PP
93
123
  \fB\-\-noout\fR
124
+ .RS 4
94
125
  Save output to the named file rather than outputting to
95
- \fIstdout\fR.
96
- .TP
126
+ stdout\&.
127
+ .RE
128
+ .PP
97
129
  \fB\-\-no\-super\-update\fR
130
+ .RS 4
98
131
  Do not update the
99
132
  SGML
100
- super catalog.
101
- .TP
133
+ super catalog\&.
134
+ .RE
135
+ .PP
102
136
  \fB\-\-shell\fR
137
+ .RS 4
103
138
  Run a shell allowing interactive queries on catalog file
104
- \fICATALOGFILE\fR. For the set of available commands see
105
- the section called \(lqSHELL COMMANDS\(rq.
106
- .TP
139
+ \fICATALOGFILE\fR\&. For the set of available commands see
140
+ the section called \(lqSHELL COMMANDS\(rq\&.
141
+ .RE
142
+ .PP
107
143
  \fB\-\-sgml\fR
144
+ .RS 4
108
145
  Uses
109
146
  SGML
110
147
  super catalogs for
111
148
  \fB\-\-add\fR
112
149
  and
113
150
  \fB\-\-del\fR
114
- options.
115
- .TP
151
+ options\&.
152
+ .RE
153
+ .PP
116
154
  \fB\-v\fR, \fB\-\-verbose\fR
117
- Output debugging information.
155
+ .RS 4
156
+ Output debugging information\&.
157
+ .RE
118
158
  .SH "SHELL COMMANDS"
119
159
  .PP
120
160
  Invoking
@@ -122,108 +162,179 @@ Invoking
122
162
  with the
123
163
  \fB\-\-shell \fR\fB\fICATALOGFILE\fR\fR
124
164
  option opens a command line shell allowing interactive access to the catalog file identified by
125
- \fICATALOGFILE\fR. Invoking the shell provides a command line prompt after which the following commands (described in alphabetical order) can be entered.
126
- .TP
165
+ \fICATALOGFILE\fR\&. Invoking the shell provides a command line prompt after which the following commands (described in alphabetical order) can be entered\&.
166
+ .PP
127
167
  \fBadd \fR\fB\fITYPE\fR\fR\fB \fR\fB\fIORIG\fR\fR\fB \fR\fB\fIREPLACE\fR\fR\fB \fR
128
- Add an entry to the catalog file.
168
+ .RS 4
169
+ Add an entry to the catalog file\&.
129
170
  \fITYPE\fR
130
- indicates the type of entry. Possible types are:
131
- \fIpublic\fR, \fIsystem\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fInextCatalog\fR.
171
+ indicates the type of entry\&. Possible types are:
172
+ \fIpublic\fR, \fIsystem\fR, \fIuri\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fIdelegateURI\fR, \fInextCatalog\fR\&.
132
173
  \fIORIG\fR
133
174
  is the original reference to be replaced, and
134
175
  \fIREPLACE\fR
135
176
  is the
136
177
  URI
137
- of the replacement entity to be used. The
178
+ of the replacement entity to be used\&. The
138
179
  \fB\-\-add\fR
139
180
  option will not overwrite
140
- \fICATALOGFILE\fR, outputting to
141
- \fIstdout\fR, unless
181
+ CATALOGFILE, outputting to
182
+ stdout, unless
142
183
  \fB\-\-noout\fR
143
- is used. The
184
+ is used\&. The
144
185
  \fB\-\-add\fR
145
186
  will always take three parameters even if some of the
146
187
  XML
147
- catalog constructs will have only a single argument.
148
- .TP
188
+ catalog constructs will have only a single argument\&.
189
+ .RE
190
+ .PP
149
191
  \fBdebug\fR
192
+ .RS 4
150
193
  Print debugging statements showing the steps
151
194
  \fBxmlcatalog\fR
152
- is executing.
153
- .TP
195
+ is executing\&.
196
+ .RE
197
+ .PP
154
198
  \fBdel \fR\fB\fIVALUE(S)\fR\fR
199
+ .RS 4
155
200
  Remove the catalog entry corresponding to
156
- \fIVALUE(S)\fR.
157
- .TP
201
+ \fIVALUE(S)\fR\&.
202
+ .RE
203
+ .PP
158
204
  \fBdump\fR
159
- Print the current catalog.
160
- .TP
205
+ .RS 4
206
+ Print the current catalog\&.
207
+ .RE
208
+ .PP
161
209
  \fBexit\fR
162
- Quit the shell.
163
- .TP
210
+ .RS 4
211
+ Quit the shell\&.
212
+ .RE
213
+ .PP
164
214
  \fBpublic \fR\fB\fIPUBLIC\-ID\fR\fR
215
+ .RS 4
165
216
  Execute a Formal Public Identifier look\-up of the catalog entry for
166
- \fIPUBLIC\-ID\fR. The corresponding entry will be output to the command line.
167
- .TP
217
+ \fIPUBLIC\-ID\fR\&. The corresponding entry will be output to the command line\&.
218
+ .RE
219
+ .PP
168
220
  \fBquiet\fR
169
- Stop printing debugging statements.
170
- .TP
221
+ .RS 4
222
+ Stop printing debugging statements\&.
223
+ .RE
224
+ .PP
171
225
  \fBsystem \fR\fB\fISYSTEM\-ID\fR\fR
226
+ .RS 4
172
227
  Execute a Formal Public Identifier look\-up of the catalog entry for
173
- \fISYSTEM\-ID\fR. The corresponding entry will be output to the command line.
228
+ \fISYSTEM\-ID\fR\&. The corresponding entry will be output to the command line\&.
229
+ .RE
174
230
  .SH "ENVIRONMENT"
175
- .TP
231
+ .PP
176
232
  \fBXML_CATALOG_FILES\fR
233
+ .RS 4
177
234
  XML
178
- catalog behavior can be changed by redirecting queries to the user's own set of catalogs. This can be done by setting the
235
+ catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
179
236
  \fBXML_CATALOG_FILES\fR
180
- environment variable to a list of catalogs. An empty one should deactivate loading the default
181
- \fI/etc/xml/catalog\fR
182
- catalog.
237
+ environment variable to a list of catalogs\&. An empty one should deactivate loading the default
238
+ /etc/xml/catalog
239
+ catalog\&.
240
+ .RE
183
241
  .SH "DIAGNOSTICS"
184
242
  .PP
243
+
185
244
  \fBxmlcatalog\fR
186
- return codes provide information that can be used when calling it from scripts.
187
- .TP
245
+ return codes provide information that can be used when calling it from scripts\&.
246
+ .PP
188
247
  \fB0\fR
248
+ .RS 4
189
249
  No error
190
- .TP
250
+ .RE
251
+ .PP
191
252
  \fB1\fR
253
+ .RS 4
192
254
  Failed to remove an entry from the catalog
193
- .TP
255
+ .RE
256
+ .PP
194
257
  \fB2\fR
258
+ .RS 4
195
259
  Failed to save to the catalog, check file permissions
196
- .TP
260
+ .RE
261
+ .PP
197
262
  \fB3\fR
263
+ .RS 4
198
264
  Failed to add an entry to the catalog
199
- .TP
265
+ .RE
266
+ .PP
200
267
  \fB4\fR
268
+ .RS 4
201
269
  Failed to look up an entry in the catalog
270
+ .RE
202
271
  .SH "SEE ALSO"
203
272
  .PP
204
273
  \fBlibxml\fR(3)
205
274
  .PP
206
275
  More information can be found at
207
- .TP 3
208
- \(bu
276
+ .sp
277
+ .RS 4
278
+ .ie n \{\
279
+ \h'-04'\(bu\h'+03'\c
280
+ .\}
281
+ .el \{\
282
+ .sp -1
283
+ .IP \(bu 2.3
284
+ .\}
209
285
  \fBlibxml\fR(3)
210
286
  web page
211
- \fI\%http://www.xmlsoft.org/\fR
212
- .TP
213
- \(bu
287
+ \m[blue]\fB\%http://www.xmlsoft.org/\fR\m[]
288
+ .RE
289
+ .sp
290
+ .RS 4
291
+ .ie n \{\
292
+ \h'-04'\(bu\h'+03'\c
293
+ .\}
294
+ .el \{\
295
+ .sp -1
296
+ .IP \(bu 2.3
297
+ .\}
214
298
  \fBlibxml\fR(3)
215
299
  catalog support web page at
216
- \fI\%http://www.xmlsoft.org/catalog.html\fR
217
- .TP
218
- \(bu
219
- James Clark's
300
+ \m[blue]\fB\%http://www.xmlsoft.org/catalog.html\fR\m[]
301
+ .RE
302
+ .sp
303
+ .RS 4
304
+ .ie n \{\
305
+ \h'-04'\(bu\h'+03'\c
306
+ .\}
307
+ .el \{\
308
+ .sp -1
309
+ .IP \(bu 2.3
310
+ .\}
311
+ James Clark\*(Aqs
220
312
  SGML
221
313
  catalog page
222
- \fI\%http://www.jclark.com/sp/catalog.htm\fR
223
- .TP
224
- \(bu
225
- OASISXML
314
+ \m[blue]\fB\%http://www.jclark.com/sp/catalog.htm\fR\m[]
315
+ .RE
316
+ .sp
317
+ .RS 4
318
+ .ie n \{\
319
+ \h'-04'\(bu\h'+03'\c
320
+ .\}
321
+ .el \{\
322
+ .sp -1
323
+ .IP \(bu 2.3
324
+ .\}
325
+ OASIS
326
+ XML
226
327
  catalog specification
227
- \fI\%http://www.oasis\-open.org/committees/entity/spec.html\fR
328
+ \m[blue]\fB\%http://www.oasis-open.org/committees/entity/spec.html\fR\m[]
329
+ .RE
330
+ .sp
228
331
  .SH "AUTHOR"
229
- John Fleck <jfleck@inkstain.net>.
332
+ .PP
333
+ \fBJohn Fleck\fR <\&jfleck@inkstain\&.net\&>
334
+ .RS 4
335
+ Author.
336
+ .RE
337
+ .SH "COPYRIGHT"
338
+ .br
339
+ Copyright \(co 2001, 2004
340
+ .br
@@ -5,7 +5,7 @@ libxml \- library used to parse XML files
5
5
  The
6
6
  .I libxml
7
7
  library is used to parse XML files.
8
- Its internal document repesentation is as close as possible to the
8
+ Its internal document representation is as close as possible to the
9
9
  .I DOM
10
10
  (Document Object Model) interface,
11
11
  an API for accessing XML or HTML structured documents.
@@ -0,0 +1,867 @@
1
+ ++ lt_cv_deplibs_check_method=pass_all
2
+ ++ CC=gcc
3
+ ++ LDFLAGS=-Wl,--enable-auto-image-base
4
+ ++ CFLAGS=-O2
5
+ ++ ./configure --disable-static --without-iconv --without-modules --with-zlib=/devel/dist/win32/zlib-1.2.5-2 --prefix=/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9
6
+ checking build system type... i686-pc-mingw32
7
+ checking host system type... i686-pc-mingw32
8
+ checking for a BSD-compatible install... /bin/install -c
9
+ checking whether build environment is sane... yes
10
+ checking for a thread-safe mkdir -p... /bin/mkdir -p
11
+ checking for gawk... gawk
12
+ checking whether make sets $(MAKE)... yes
13
+ checking whether make supports nested variables... yes
14
+ checking for gcc... gcc
15
+ checking whether the C compiler works... yes
16
+ checking for C compiler default output file name... a.exe
17
+ checking for suffix of executables... .exe
18
+ checking whether we are cross compiling... no
19
+ checking for suffix of object files... o
20
+ checking whether we are using the GNU C compiler... yes
21
+ checking whether gcc accepts -g... yes
22
+ checking for gcc option to accept ISO C89... none needed
23
+ checking for style of include used by make... GNU
24
+ checking dependency style of gcc... gcc3
25
+ checking whether ln -s works... no, using cp -p
26
+ checking how to run the C preprocessor... gcc -E
27
+ checking for rm... /bin/rm
28
+ checking for mv... /bin/mv
29
+ checking for tar... /bin/tar
30
+ checking for perl... /bin/perl
31
+ checking for wget... /bin/wget
32
+ checking for xmllint... /usr/bin/xmllint
33
+ checking for xsltproc... /usr/bin/xsltproc
34
+ checking how to print strings... printf
35
+ checking for a sed that does not truncate output... /bin/sed
36
+ checking for grep that handles long lines and -e... /bin/grep
37
+ checking for egrep... /bin/grep -E
38
+ checking for fgrep... /bin/grep -F
39
+ checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
40
+ checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
41
+ checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
42
+ checking the name lister (/mingw/bin/nm) interface... BSD nm
43
+ checking the maximum length of command line arguments... 8192
44
+ checking whether the shell understands some XSI constructs... yes
45
+ checking whether the shell understands "+="... yes
46
+ checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
47
+ checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
48
+ checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
49
+ checking for objdump... objdump
50
+ checking how to recognize dependent libraries... (cached) pass_all
51
+ checking for dlltool... dlltool
52
+ checking how to associate runtime and link libraries... func_cygming_dll_for_implib
53
+ checking for ar... ar
54
+ checking for archiver @FILE support... @
55
+ checking for strip... strip
56
+ checking for ranlib... ranlib
57
+ checking command to parse /mingw/bin/nm output from gcc object... ok
58
+ checking for sysroot... no
59
+ checking for mt... no
60
+ checking if : is a manifest tool... no
61
+ checking for ANSI C header files... yes
62
+ checking for sys/types.h... yes
63
+ checking for sys/stat.h... yes
64
+ checking for stdlib.h... yes
65
+ checking for string.h... yes
66
+ checking for memory.h... yes
67
+ checking for strings.h... yes
68
+ checking for inttypes.h... yes
69
+ checking for stdint.h... yes
70
+ checking for unistd.h... yes
71
+ checking for dlfcn.h... no
72
+ checking for objdir... .libs
73
+ checking if gcc supports -fno-rtti -fno-exceptions... no
74
+ checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
75
+ checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
76
+ checking if gcc static flag -static works... yes
77
+ checking if gcc supports -c -o file.o... /bin/rm: cannot lstat `conftest*': No such file or directory
78
+ yes
79
+ checking if gcc supports -c -o file.o... (cached) yes
80
+ checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
81
+ checking whether -lc should be explicitly linked in... /bin/rm: cannot lstat `conftest*': No such file or directory
82
+ yes
83
+ checking dynamic linker characteristics... Win32 ld.exe
84
+ checking how to hardcode library paths into programs... immediate
85
+ checking whether stripping libraries is possible... yes
86
+ checking if libtool supports shared libraries... yes
87
+ checking whether to build shared libraries... yes
88
+ checking whether to build static libraries... no
89
+ Checking zlib
90
+ checking zlib.h usability... yes
91
+ checking zlib.h presence... yes
92
+ checking for zlib.h... yes
93
+ checking for gzread in -lz... yes
94
+ Checking lzma
95
+ checking lzma.h usability... no
96
+ checking lzma.h presence... no
97
+ checking for lzma.h... no
98
+ Checking headers
99
+ checking for dirent.h that defines DIR... yes
100
+ checking for library containing opendir... none required
101
+ checking for ANSI C header files... (cached) yes
102
+ checking fcntl.h usability... yes
103
+ checking fcntl.h presence... yes
104
+ checking for fcntl.h... yes
105
+ checking for unistd.h... (cached) yes
106
+ checking ctype.h usability... yes
107
+ checking ctype.h presence... yes
108
+ checking for ctype.h... yes
109
+ checking dirent.h usability... yes
110
+ checking dirent.h presence... yes
111
+ checking for dirent.h... yes
112
+ checking errno.h usability... yes
113
+ checking errno.h presence... yes
114
+ checking for errno.h... yes
115
+ checking malloc.h usability... yes
116
+ checking malloc.h presence... yes
117
+ checking for malloc.h... yes
118
+ checking stdarg.h usability... yes
119
+ checking stdarg.h presence... yes
120
+ checking for stdarg.h... yes
121
+ checking for sys/stat.h... (cached) yes
122
+ checking for sys/types.h... (cached) yes
123
+ checking for stdint.h... (cached) yes
124
+ checking for inttypes.h... (cached) yes
125
+ checking time.h usability... yes
126
+ checking time.h presence... yes
127
+ checking for time.h... yes
128
+ checking ansidecl.h usability... yes
129
+ checking ansidecl.h presence... yes
130
+ checking for ansidecl.h... yes
131
+ checking ieeefp.h usability... no
132
+ checking ieeefp.h presence... no
133
+ checking for ieeefp.h... no
134
+ checking nan.h usability... no
135
+ checking nan.h presence... no
136
+ checking for nan.h... no
137
+ checking math.h usability... yes
138
+ checking math.h presence... yes
139
+ checking for math.h... yes
140
+ checking limits.h usability... yes
141
+ checking limits.h presence... yes
142
+ checking for limits.h... yes
143
+ checking fp_class.h usability... no
144
+ checking fp_class.h presence... no
145
+ checking for fp_class.h... no
146
+ checking float.h usability... yes
147
+ checking float.h presence... yes
148
+ checking for float.h... yes
149
+ checking for stdlib.h... (cached) yes
150
+ checking for sys/socket.h... no
151
+ checking for netinet/in.h... no
152
+ checking for arpa/inet.h... no
153
+ checking netdb.h usability... no
154
+ checking netdb.h presence... no
155
+ checking for netdb.h... no
156
+ checking sys/time.h usability... yes
157
+ checking sys/time.h presence... yes
158
+ checking for sys/time.h... yes
159
+ checking sys/select.h usability... no
160
+ checking sys/select.h presence... no
161
+ checking for sys/select.h... no
162
+ checking poll.h usability... no
163
+ checking poll.h presence... no
164
+ checking for poll.h... no
165
+ checking sys/mman.h usability... no
166
+ checking sys/mman.h presence... no
167
+ checking for sys/mman.h... no
168
+ checking sys/timeb.h usability... yes
169
+ checking sys/timeb.h presence... yes
170
+ checking for sys/timeb.h... yes
171
+ checking signal.h usability... yes
172
+ checking signal.h presence... yes
173
+ checking for signal.h... yes
174
+ checking for arpa/nameser.h... no
175
+ checking for resolv.h... no
176
+ checking dl.h usability... no
177
+ checking dl.h presence... no
178
+ checking for dl.h... no
179
+ checking for dlfcn.h... (cached) no
180
+ Checking types
181
+ checking for uint32_t... yes
182
+ Checking libraries
183
+ checking for strftime... yes
184
+ checking for strdup... yes
185
+ checking for strndup... no
186
+ checking for strerror... yes
187
+ checking for finite... yes
188
+ checking for isnand... no
189
+ checking for fp_class... no
190
+ checking for class... no
191
+ checking for fpclass... yes
192
+ checking for strftime... (cached) yes
193
+ checking for localtime... yes
194
+ checking for gettimeofday... yes
195
+ checking for ftime... yes
196
+ checking for stat... yes
197
+ checking for _stat... yes
198
+ checking for signal... yes
199
+ checking for rand... yes
200
+ checking for rand_r... no
201
+ checking for srand... yes
202
+ checking for time... yes
203
+ checking for isascii... yes
204
+ checking for mmap... no
205
+ checking for munmap... no
206
+ checking for putenv... yes
207
+ checking for va_copy... yes
208
+ checking for library containing gethostent... no
209
+ checking for library containing setsockopt... no
210
+ checking for library containing connect... no
211
+ checking for type of socket length (socklen_t)... configure: WARNING: could not determine
212
+ checking whether to enable IPv6... no
213
+ checking for isnan... yes
214
+ checking for isinf... no
215
+ checking for isinf in -lm... no
216
+ checking for python... no
217
+ Checking configuration requirements
218
+ Enabling multithreaded support
219
+ Disabling ICONV support
220
+ Disabling ICU support
221
+ Enabled Schematron support
222
+ Enabled Schemas/Relax-NG support
223
+ checking for printf... yes
224
+ checking for sprintf... yes
225
+ checking for fprintf... yes
226
+ checking for snprintf... yes
227
+ checking for vfprintf... yes
228
+ checking for vsprintf... yes
229
+ checking for vsnprintf... yes
230
+ checking for sscanf... yes
231
+ Disabling code coverage for GCC
232
+ configure: creating ./config.status
233
+ config.status: creating libxml2.spec
234
+ config.status: creating Makefile
235
+ config.status: creating include/Makefile
236
+ config.status: creating include/libxml/Makefile
237
+ config.status: creating doc/Makefile
238
+ config.status: creating doc/examples/Makefile
239
+ config.status: creating doc/devhelp/Makefile
240
+ config.status: creating example/Makefile
241
+ config.status: creating python/Makefile
242
+ config.status: creating python/tests/Makefile
243
+ config.status: creating xstc/Makefile
244
+ config.status: creating include/libxml/xmlversion.h
245
+ config.status: creating xml2-config
246
+ config.status: creating libxml-2.0.pc
247
+ config.status: creating libxml-2.0-uninstalled.pc
248
+ config.status: creating python/setup.py
249
+ config.status: creating config.h
250
+ config.status: executing depfiles commands
251
+ config.status: executing libtool commands
252
+ /bin/rm: cannot lstat `libtoolT': No such file or directory
253
+ Done configuring
254
+ ++ make -j4 install
255
+ make install-recursive
256
+ make[1]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0'
257
+ Making install in include
258
+ make[2]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include'
259
+ Making install in libxml
260
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include/libxml'
261
+ make[4]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include/libxml'
262
+ make[4]: Nothing to be done for `install-exec-am'.
263
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/include/libxml2/libxml" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/include/libxml2/libxml"
264
+ /bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/include/libxml2/libxml'
265
+ /bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/include/libxml2/libxml'
266
+ make[4]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include/libxml'
267
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include/libxml'
268
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include'
269
+ make[4]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include'
270
+ make[4]: Nothing to be done for `install-exec-am'.
271
+ make[4]: Nothing to be done for `install-data-am'.
272
+ make[4]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include'
273
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include'
274
+ make[2]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/include'
275
+ Making install in .
276
+ make[2]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0'
277
+ CC SAX.lo
278
+ CC encoding.lo
279
+ CC entities.lo
280
+ CC error.lo
281
+ encoding.c:3803:1: warning: string length '688' is greater than the length '509' ISO C90 compilers are required to support
282
+ encoding.c:3913:1: warning: string length '624' is greater than the length '509' ISO C90 compilers are required to support
283
+ CC parserInternals.lo
284
+ CC tree.lo
285
+ CC parser.lo
286
+ CC hash.lo
287
+ parser.c: In function 'xmlParseInNodeContext':
288
+ parser.c:13492:9: warning: pointer targets in passing argument 1 of 'xmlFindCharEncodingHandler' differ in signedness
289
+ ./include/libxml/encoding.h:175:2: note: expected 'const char *' but argument is of type 'const xmlChar *'
290
+ CC list.lo
291
+ CC xmlIO.lo
292
+ CC xmlmemory.lo
293
+ CC uri.lo
294
+ CC valid.lo
295
+ CC xlink.lo
296
+ CC HTMLparser.lo
297
+ uri.c: In function 'xmlCanonicPath':
298
+ uri.c:2472:14: warning: pointer targets in assignment differ in signedness
299
+ uri.c:2481:4: warning: pointer targets in assignment differ in signedness
300
+ uri.c:2482:2: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
301
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/string.h:52:39: note: expected 'char *' but argument is of type 'xmlChar *'
302
+ uri.c:2482:2: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
303
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/string.h:52:39: note: expected 'const char *' but argument is of type 'const xmlChar *'
304
+ uri.c:2484:12: warning: pointer targets in assignment differ in signedness
305
+ uri.c:2489:4: warning: pointer targets in assignment differ in signedness
306
+ uri.c:2390:9: warning: unused variable 'i'
307
+ CC HTMLtree.lo
308
+ CC debugXML.lo
309
+ CC xpath.lo
310
+ CC xpointer.lo
311
+ CC xinclude.lo
312
+ In file included from xpath.c:171:0:
313
+ timsort.h: In function 'libxml_domnode_tim_sort_resize':
314
+ timsort.h:318:7: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'unsigned int'
315
+ xpath.c: In function 'xmlXPathRegisterFuncNS':
316
+ xpath.c:4870:5: warning: ISO C forbids passing argument 4 of 'xmlHashAddEntry2' between function pointer and 'void *'
317
+ ./include/libxml/hash.h:128:4: note: expected 'void *' but argument is of type 'xmlXPathFunction'
318
+ xpath.c: In function 'xmlXPathFunctionLookupNS':
319
+ xpath.c:4951:24: warning: ISO C forbids assignment between function pointer and 'void *'
320
+ xpath.c: In function 'xmlXPathCompOpEval':
321
+ xpath.c:13535:41: warning: ISO C forbids assignment between function pointer and 'void *'
322
+ xpath.c:13562:31: warning: ISO C forbids assignment between function pointer and 'void *'
323
+ xpath.c: At top level:
324
+ trionan.c:218:1: warning: 'trio_is_negative' defined but not used
325
+ CC nanohttp.lo
326
+ CC nanoftp.lo
327
+ CC catalog.lo
328
+ nanohttp.c: In function 'xmlNanoHTTPConnectAttempt':
329
+ nanohttp.c:992:9: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
330
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'unsigned int *'
331
+ nanoftp.c: In function 'xmlNanoFTPGetConnection':
332
+ nanoftp.c:1471:43: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
333
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'unsigned int *'
334
+ nanoftp.c:1484:43: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
335
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'unsigned int *'
336
+ CC globals.lo
337
+ catalog.c: In function 'xmlLoadCatalogs':
338
+ catalog.c:3247:9: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
339
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/string.h:49:40: note: expected 'const char *' but argument is of type 'xmlChar *'
340
+ CC threads.lo
341
+ CC c14n.lo
342
+ CC xmlstring.lo
343
+ CC buf.lo
344
+ threads.c: In function '__xmlGlobalInitMutexLock':
345
+ threads.c:459:9: warning: value computed is not used
346
+ threads.c: In function 'xmlOnceInit':
347
+ threads.c:960:9: warning: pointer targets in passing argument 1 of 'InterlockedIncrement' differ in signedness
348
+ c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winbase.h:1857:13: note: expected 'volatile LONG *' but argument is of type 'DWORD *'
349
+ threads.c: At top level:
350
+ threads.c:1002:1: warning: no previous prototype for 'DllMain'
351
+ threads.c: In function 'DllMain':
352
+ threads.c:1002:19: warning: unused parameter 'hinstDLL'
353
+ threads.c:1002:53: warning: unused parameter 'lpvReserved'
354
+ CC xmlregexp.lo
355
+ CC xmlschemas.lo
356
+ CC xmlschemastypes.lo
357
+ CC xmlunicode.lo
358
+ CC xmlreader.lo
359
+ CC relaxng.lo
360
+ CC dict.lo
361
+ dict.c: In function 'xmlDictAddString':
362
+ dict.c:237:29: warning: comparison between signed and unsigned integer expressions
363
+ dict.c: In function 'xmlDictAddQString':
364
+ dict.c:305:29: warning: comparison between signed and unsigned integer expressions
365
+ CC SAX2.lo
366
+ CC xmlwriter.lo
367
+ CC legacy.lo
368
+ CC chvalid.lo
369
+ CC pattern.lo
370
+ CC xmlsave.lo
371
+ CC xmlmodule.lo
372
+ CC schematron.lo
373
+ CC xzlib.lo
374
+ CC xmllint.o
375
+ CC testdso.lo
376
+ xmllint.c:31:0: warning: "_WINSOCKAPI_" redefined
377
+ config.h:318:0: note: this is the location of the previous definition
378
+ CC xmlcatalog.o
379
+ CC testSchemas.o
380
+ CC testRelax.o
381
+ CC testSAX.o
382
+ CC testHTML.o
383
+ CC testXPath.o
384
+ CC testURI.o
385
+ CC testThreadsWin32.o
386
+ CC testC14N.o
387
+ CC testAutomata.o
388
+ testC14N.c: In function 'test_c14n':
389
+ testC14N.c:111:6: warning: implicit declaration of function 'write'
390
+ testC14N.c:111:6: warning: nested extern declaration of 'write'
391
+ testThreadsWin32.c:21:5: warning: initialization discards qualifiers from pointer target type
392
+ testThreadsWin32.c:22:5: warning: initialization discards qualifiers from pointer target type
393
+ testThreadsWin32.c:23:5: warning: initialization discards qualifiers from pointer target type
394
+ testThreadsWin32.c:24:5: warning: initialization discards qualifiers from pointer target type
395
+ testThreadsWin32.c:25:5: warning: initialization discards qualifiers from pointer target type
396
+ testThreadsWin32.c:26:5: warning: initialization discards qualifiers from pointer target type
397
+ testThreadsWin32.c:27:5: warning: initialization discards qualifiers from pointer target type
398
+ testThreadsWin32.c:86:1: warning: function declaration isn't a prototype
399
+ CC testRegexp.o
400
+ CC testReader.o
401
+ CC testapi.o
402
+ CC testModule.o
403
+ CC runtest.o
404
+ runtest.c: In function 'glob':
405
+ runtest.c:118:42: warning: unused parameter 'flags'
406
+ runtest.c:119:21: warning: unused parameter 'errfunc'
407
+ testapi.c:18033:25: warning: 'gen_xmlSchematronPtr' defined but not used
408
+ testapi.c:18036:13: warning: 'des_xmlSchematronPtr' defined but not used
409
+ testapi.c:18053:35: warning: 'gen_xmlSchematronParserCtxtPtr' defined but not used
410
+ testapi.c:18056:13: warning: 'des_xmlSchematronParserCtxtPtr' defined but not used
411
+ testapi.c:34482:27: warning: 'gen_xmlSAXHandlerPtr_ptr' defined but not used
412
+ testapi.c:34485:13: warning: 'des_xmlSAXHandlerPtr_ptr' defined but not used
413
+ CC runsuite.o
414
+ CC testchar.o
415
+ CC testdict.o
416
+ CC runxmlconf.o
417
+ CC testrecurse.o
418
+ testrecurse.c: In function 'glob':
419
+ testrecurse.c:72:42: warning: unused parameter 'flags'
420
+ testrecurse.c:73:21: warning: unused parameter 'errfunc'
421
+ sed -e 's?\@XML_LIBDIR\@?-L/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib?g' \
422
+ -e 's?\@XML_INCLUDEDIR\@?-I/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/include/libxml2?g' \
423
+ -e 's?\@VERSION\@?2.9.0?g' \
424
+ -e 's?\@XML_LIBS\@?-lxml2 -L/devel/dist/win32/zlib-1.2.5-2/lib -lz ?g' \
425
+ < ./xml2Conf.sh.in > xml2Conf.tmp \
426
+ && mv xml2Conf.tmp xml2Conf.sh
427
+ CC testlimits.o
428
+ testlimits.c: In function 'saxTest':
429
+ testlimits.c:1290:13: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'
430
+ testlimits.c:1296:21: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'
431
+ testlimits.c: In function 'readerTest':
432
+ testlimits.c:1345:25: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'
433
+ testlimits.c:1355:25: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'
434
+ CCLD libxml2.la
435
+ CCLD testdso.la
436
+ Creating library file: .libs/testdso.dll.a
437
+ Creating library file: .libs/libxml2.dll.a
438
+ CCLD xmllint.exe
439
+ CCLD testSchemas.exe
440
+ CCLD xmlcatalog.exe
441
+ CCLD testRelax.exe
442
+ CCLD testSAX.exe
443
+ CCLD testHTML.exe
444
+ CCLD testXPath.exe
445
+ CCLD testURI.exe
446
+ CCLD testThreads.exe
447
+ CCLD testC14N.exe
448
+ CCLD testAutomata.exe
449
+ CCLD testRegexp.exe
450
+ CCLD testReader.exe
451
+ CCLD testapi.exe
452
+ CCLD testModule.exe
453
+ CCLD runsuite.exe
454
+ CCLD runtest.exe
455
+ CCLD testchar.exe
456
+ CCLD testdict.exe
457
+ CCLD runxmlconf.exe
458
+ CCLD testrecurse.exe
459
+ CCLD testlimits.exe
460
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0'
461
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib"
462
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin"
463
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib"
464
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0
465
+ /bin/install -c -m 0644 ./Copyright /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0
466
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/examples
467
+ /bin/install -c -m 0644 ./xmllint.c /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/examples
468
+ /bin/install -c -m 0644 ./testSAX.c /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/examples
469
+ /bin/sh ./libtool --mode=install /bin/install -c libxml2.la '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib'
470
+ /bin/install -c -m 0644 ./testHTML.c /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/examples
471
+ /bin/install -c -m 0644 ./testXPath.c /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/examples
472
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/aclocal" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/aclocal"
473
+ /bin/install -c xml2-config '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin'
474
+ /bin/install -c -m 644 xml2Conf.sh '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib'
475
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man1" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man1"
476
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man3" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man3"
477
+ /bin/install -c -m 644 libxml.m4 '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/aclocal'
478
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/pkgconfig" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/pkgconfig"
479
+ /bin/install -c -m 644 libxml.3 '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man3'
480
+ /bin/install -c -m 644 xml2-config.1 '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man1'
481
+ /bin/install -c -m 644 libxml-2.0.pc '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/pkgconfig'
482
+ libtool: install: /bin/install -c .libs/libxml2.dll.a /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/libxml2.dll.a
483
+ libtool: install: base_file=`basename libxml2.la`
484
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libxml2.la'i; echo libxml2-2.dll'`
485
+ libtool: install: dldir=/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/`dirname ../bin/libxml2-2.dll`
486
+ libtool: install: test -d /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/../bin || mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/../bin
487
+ libtool: install: /bin/install -c .libs/libxml2-2.dll /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/../bin/libxml2-2.dll
488
+ libtool: install: chmod a+x /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/../bin/libxml2-2.dll
489
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/../bin/libxml2-2.dll' || exit 0; fi
490
+ libtool: install: /bin/install -c .libs/libxml2.lai /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/lib/libxml2.la
491
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin"
492
+ /bin/sh ./libtool --mode=install /bin/install -c xmllint.exe xmlcatalog.exe '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin'
493
+ libtool: install: /bin/install -c .libs/xmllint.exe /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin/xmllint.exe
494
+ libtool: install: /bin/install -c .libs/xmlcatalog.exe /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/bin/xmlcatalog.exe
495
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0'
496
+ make[2]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0'
497
+ Making install in doc
498
+ make[2]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc'
499
+ Making install in .
500
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc'
501
+ make[4]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc'
502
+ make[4]: Nothing to be done for `install-exec-am'.
503
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html
504
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man1" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man1"
505
+ /bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html
506
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/html
507
+ /bin/install -c -m 0644 ./html/*.html /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/html
508
+ /bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/man/man1'
509
+ /bin/install -c -m 0644 ./html/*.png /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/html
510
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/tutorial
511
+ /bin/install -c -m 0644 ./tutorial/*.* \
512
+ /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/tutorial
513
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/tutorial/images
514
+ /bin/install -c -m 0644 ./tutorial/images/*.* \
515
+ /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/tutorial/images
516
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/tutorial/images/callouts
517
+ /bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
518
+ /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html/tutorial/images/callouts
519
+ make[4]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc'
520
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc'
521
+ Making install in devhelp
522
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/devhelp'
523
+ make[4]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/devhelp'
524
+ make[4]: Nothing to be done for `install-exec-am'.
525
+ test -z "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/gtk-doc/html/libxml2" || /bin/mkdir -p "/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/gtk-doc/html/libxml2"
526
+ /bin/install -c -m 644 libxml2.devhelp general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/gtk-doc/html/libxml2'
527
+ /bin/install -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/gtk-doc/html/libxml2'
528
+ make[4]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/devhelp'
529
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/devhelp'
530
+ Making install in examples
531
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/examples'
532
+ CC io1.o
533
+ CC io2.o
534
+ CC parse2.o
535
+ CC parse1.o
536
+ CC parse3.o
537
+ CC parse4.o
538
+ CC reader1.o
539
+ CC reader2.o
540
+ CC reader3.o
541
+ CC reader4.o
542
+ CC testWriter.o
543
+ CC tree1.o
544
+ CC tree2.o
545
+ CC xpath1.o
546
+ CC xpath2.o
547
+ CCLD io1.exe
548
+ CCLD io2.exe
549
+ CCLD parse1.exe
550
+ CCLD parse2.exe
551
+ CCLD parse3.exe
552
+ CCLD parse4.exe
553
+ CCLD reader1.exe
554
+ CCLD reader2.exe
555
+ CCLD reader3.exe
556
+ CCLD reader4.exe
557
+ CCLD testWriter.exe
558
+ CCLD tree1.exe
559
+ CCLD tree2.exe
560
+ CCLD xpath1.exe
561
+ CCLD xpath2.exe
562
+ make[4]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/examples'
563
+ make[4]: Nothing to be done for `install-exec-am'.
564
+ /bin/mkdir -p /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html
565
+ /bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9/share/doc/libxml2-2.9.0/html
566
+ make[4]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/examples'
567
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc/examples'
568
+ make[2]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/doc'
569
+ Making install in example
570
+ make[2]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/example'
571
+ CC gjobread.o
572
+ CCLD gjobread.exe
573
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/example'
574
+ make[3]: Nothing to be done for `install-exec-am'.
575
+ make[3]: Nothing to be done for `install-data-am'.
576
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/example'
577
+ make[2]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/example'
578
+ Making install in xstc
579
+ make[2]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/xstc'
580
+ make[3]: Entering directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/xstc'
581
+ make[3]: Nothing to be done for `install-exec-am'.
582
+ make[3]: Nothing to be done for `install-data-am'.
583
+ make[3]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/xstc'
584
+ make[2]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0/xstc'
585
+ make[1]: Leaving directory `/devel/src/dependencies/libxml2/libxml2-2.9.0'
586
+ ++ cd /devel/target/01a1730a0a0698deb25f9d0e2cea0cf9
587
+ ++ zip /tmp/libxml2_2.9.0-1_win32.zip bin/libxml2-2.dll
588
+ adding: bin/libxml2-2.dll (deflated 56%)
589
+ ++ echo EXPORTS
590
+ ++ link -dump -exports bin/libxml2-2.dll
591
+ ++ grep -E '^ *[1-9][0-9]* *[0-9A-F][0-9A-F]* [0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F] '
592
+ ++ sed -e 's/^ *[^ ][^ ]* *[^ ][^ ]* ........ //' -e 's/ =.*//'
593
+ ++ lib -machine:X86 -def:lib/libxml2.def -name:libxml2-2.dll -out:lib/libxml2.lib
594
+ Microsoft (R) Library Manager Version 8.00.40310.39
595
+ Copyright (C) Microsoft Corporation. All rights reserved.
596
+
597
+ Creating library lib/libxml2.lib and object lib/libxml2.exp
598
+ ++ zip /tmp/libxml2-dev_2.9.0-1_win32.zip bin/xmlcatalog.exe bin/xmllint.exe
599
+ adding: bin/xmlcatalog.exe (deflated 69%)
600
+ adding: bin/xmllint.exe (deflated 65%)
601
+ ++ zip -r -D /tmp/libxml2-dev_2.9.0-1_win32.zip include
602
+ adding: include/libxml2/libxml/c14n.h (deflated 64%)
603
+ adding: include/libxml2/libxml/catalog.h (deflated 73%)
604
+ adding: include/libxml2/libxml/chvalid.h (deflated 78%)
605
+ adding: include/libxml2/libxml/debugXML.h (deflated 77%)
606
+ adding: include/libxml2/libxml/dict.h (deflated 68%)
607
+ adding: include/libxml2/libxml/DOCBparser.h (deflated 73%)
608
+ adding: include/libxml2/libxml/encoding.h (deflated 71%)
609
+ adding: include/libxml2/libxml/entities.h (deflated 71%)
610
+ adding: include/libxml2/libxml/globals.h (deflated 82%)
611
+ adding: include/libxml2/libxml/hash.h (deflated 79%)
612
+ adding: include/libxml2/libxml/HTMLparser.h (deflated 71%)
613
+ adding: include/libxml2/libxml/HTMLtree.h (deflated 75%)
614
+ adding: include/libxml2/libxml/list.h (deflated 72%)
615
+ adding: include/libxml2/libxml/nanoftp.h (deflated 68%)
616
+ adding: include/libxml2/libxml/nanohttp.h (deflated 72%)
617
+ adding: include/libxml2/libxml/parser.h (deflated 77%)
618
+ adding: include/libxml2/libxml/parserInternals.h (deflated 77%)
619
+ adding: include/libxml2/libxml/pattern.h (deflated 69%)
620
+ adding: include/libxml2/libxml/relaxng.h (deflated 78%)
621
+ adding: include/libxml2/libxml/SAX.h (deflated 78%)
622
+ adding: include/libxml2/libxml/SAX2.h (deflated 79%)
623
+ adding: include/libxml2/libxml/schemasInternals.h (deflated 79%)
624
+ adding: include/libxml2/libxml/schematron.h (deflated 75%)
625
+ adding: include/libxml2/libxml/threads.h (deflated 64%)
626
+ adding: include/libxml2/libxml/tree.h (deflated 80%)
627
+ adding: include/libxml2/libxml/uri.h (deflated 63%)
628
+ adding: include/libxml2/libxml/valid.h (deflated 81%)
629
+ adding: include/libxml2/libxml/xinclude.h (deflated 72%)
630
+ adding: include/libxml2/libxml/xlink.h (deflated 71%)
631
+ adding: include/libxml2/libxml/xmlautomata.h (deflated 83%)
632
+ adding: include/libxml2/libxml/xmlerror.h (deflated 77%)
633
+ adding: include/libxml2/libxml/xmlexports.h (deflated 76%)
634
+ adding: include/libxml2/libxml/xmlIO.h (deflated 80%)
635
+ adding: include/libxml2/libxml/xmlmemory.h (deflated 74%)
636
+ adding: include/libxml2/libxml/xmlmodule.h (deflated 55%)
637
+ adding: include/libxml2/libxml/xmlreader.h (deflated 81%)
638
+ adding: include/libxml2/libxml/xmlregexp.h (deflated 73%)
639
+ adding: include/libxml2/libxml/xmlsave.h (deflated 65%)
640
+ adding: include/libxml2/libxml/xmlschemas.h (deflated 74%)
641
+ adding: include/libxml2/libxml/xmlschemastypes.h (deflated 78%)
642
+ adding: include/libxml2/libxml/xmlstring.h (deflated 84%)
643
+ adding: include/libxml2/libxml/xmlunicode.h (deflated 84%)
644
+ adding: include/libxml2/libxml/xmlversion.h (deflated 76%)
645
+ adding: include/libxml2/libxml/xmlwriter.h (deflated 91%)
646
+ adding: include/libxml2/libxml/xpath.h (deflated 73%)
647
+ adding: include/libxml2/libxml/xpathInternals.h (deflated 83%)
648
+ adding: include/libxml2/libxml/xpointer.h (deflated 72%)
649
+ ++ zip /tmp/libxml2-dev_2.9.0-1_win32.zip lib/libxml2.def lib/libxml2.lib lib/libxml2.dll.a
650
+ adding: lib/libxml2.def (deflated 76%)
651
+ adding: lib/libxml2.lib (deflated 84%)
652
+ adding: lib/libxml2.dll.a (deflated 94%)
653
+ ++ zip /tmp/libxml2-dev_2.9.0-1_win32.zip lib/pkgconfig/libxml-2.0.pc
654
+ adding: lib/pkgconfig/libxml-2.0.pc (deflated 32%)
655
+ ++ zip -r -D /tmp/libxml2-dev_2.9.0-1_win32.zip share
656
+ adding: share/aclocal/libxml.m4 (deflated 68%)
657
+ adding: share/doc/libxml2-2.9.0/Copyright (deflated 44%)
658
+ adding: share/doc/libxml2-2.9.0/examples/testHTML.c (deflated 78%)
659
+ adding: share/doc/libxml2-2.9.0/examples/testSAX.c (deflated 80%)
660
+ adding: share/doc/libxml2-2.9.0/examples/testXPath.c (deflated 66%)
661
+ adding: share/doc/libxml2-2.9.0/examples/xmllint.c (deflated 80%)
662
+ adding: share/doc/libxml2-2.9.0/html/DOM.gif (stored 0%)
663
+ adding: share/doc/libxml2-2.9.0/html/encoding.html (deflated 63%)
664
+ adding: share/doc/libxml2-2.9.0/html/examples.xml (deflated 87%)
665
+ adding: share/doc/libxml2-2.9.0/html/examples.xsl (deflated 75%)
666
+ adding: share/doc/libxml2-2.9.0/html/FAQ.html (deflated 66%)
667
+ adding: share/doc/libxml2-2.9.0/html/html/book1.html (deflated 71%)
668
+ adding: share/doc/libxml2-2.9.0/html/html/home.png (stored 0%)
669
+ adding: share/doc/libxml2-2.9.0/html/html/index.html (deflated 71%)
670
+ adding: share/doc/libxml2-2.9.0/html/html/left.png (stored 0%)
671
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-c14n.html (deflated 81%)
672
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-catalog.html (deflated 86%)
673
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html (deflated 82%)
674
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html (deflated 87%)
675
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-dict.html (deflated 80%)
676
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html (deflated 81%)
677
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-encoding.html (deflated 83%)
678
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-entities.html (deflated 85%)
679
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-globals.html (deflated 86%)
680
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-hash.html (deflated 90%)
681
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html (deflated 87%)
682
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html (deflated 85%)
683
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-lib.html (deflated 71%)
684
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-list.html (deflated 86%)
685
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html (deflated 82%)
686
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html (deflated 82%)
687
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-parser.html (deflated 88%)
688
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html (deflated 85%)
689
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-pattern.html (deflated 82%)
690
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html (deflated 86%)
691
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-SAX.html (deflated 87%)
692
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html (deflated 87%)
693
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html (deflated 85%)
694
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-schematron.html (deflated 82%)
695
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-threads.html (deflated 79%)
696
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-tree.html (deflated 88%)
697
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-uri.html (deflated 79%)
698
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-valid.html (deflated 90%)
699
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html (deflated 82%)
700
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xlink.html (deflated 83%)
701
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html (deflated 89%)
702
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html (deflated 83%)
703
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html (deflated 71%)
704
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html (deflated 88%)
705
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html (deflated 85%)
706
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html (deflated 74%)
707
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html (deflated 90%)
708
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html (deflated 86%)
709
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html (deflated 81%)
710
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html (deflated 86%)
711
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html (deflated 88%)
712
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html (deflated 86%)
713
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html (deflated 93%)
714
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html (deflated 79%)
715
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html (deflated 94%)
716
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xpath.html (deflated 85%)
717
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html (deflated 90%)
718
+ adding: share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html (deflated 86%)
719
+ adding: share/doc/libxml2-2.9.0/html/html/right.png (stored 0%)
720
+ adding: share/doc/libxml2-2.9.0/html/html/up.png (stored 0%)
721
+ adding: share/doc/libxml2-2.9.0/html/index.html (deflated 83%)
722
+ adding: share/doc/libxml2-2.9.0/html/io1.c (deflated 59%)
723
+ adding: share/doc/libxml2-2.9.0/html/io1.res (deflated 27%)
724
+ adding: share/doc/libxml2-2.9.0/html/io2.c (deflated 49%)
725
+ adding: share/doc/libxml2-2.9.0/html/io2.res (deflated 5%)
726
+ adding: share/doc/libxml2-2.9.0/html/libxml.gif (deflated 1%)
727
+ adding: share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif (deflated 2%)
728
+ adding: share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif (deflated 0%)
729
+ adding: share/doc/libxml2-2.9.0/html/parse1.c (deflated 50%)
730
+ adding: share/doc/libxml2-2.9.0/html/parse2.c (deflated 57%)
731
+ adding: share/doc/libxml2-2.9.0/html/parse3.c (deflated 52%)
732
+ adding: share/doc/libxml2-2.9.0/html/parse4.c (deflated 60%)
733
+ adding: share/doc/libxml2-2.9.0/html/reader1.c (deflated 58%)
734
+ adding: share/doc/libxml2-2.9.0/html/reader1.res (deflated 60%)
735
+ adding: share/doc/libxml2-2.9.0/html/reader2.c (deflated 58%)
736
+ adding: share/doc/libxml2-2.9.0/html/reader3.c (deflated 59%)
737
+ adding: share/doc/libxml2-2.9.0/html/reader3.res (deflated 65%)
738
+ adding: share/doc/libxml2-2.9.0/html/reader4.c (deflated 60%)
739
+ adding: share/doc/libxml2-2.9.0/html/reader4.res (deflated 51%)
740
+ adding: share/doc/libxml2-2.9.0/html/redhat.gif (stored 0%)
741
+ adding: share/doc/libxml2-2.9.0/html/smallfootonly.gif (deflated 1%)
742
+ adding: share/doc/libxml2-2.9.0/html/structure.gif (stored 0%)
743
+ adding: share/doc/libxml2-2.9.0/html/test1.xml (stored 0%)
744
+ adding: share/doc/libxml2-2.9.0/html/test2.xml (deflated 44%)
745
+ adding: share/doc/libxml2-2.9.0/html/test3.xml (deflated 80%)
746
+ adding: share/doc/libxml2-2.9.0/html/testWriter.c (deflated 91%)
747
+ adding: share/doc/libxml2-2.9.0/html/tree1.c (deflated 53%)
748
+ adding: share/doc/libxml2-2.9.0/html/tree1.res (deflated 64%)
749
+ adding: share/doc/libxml2-2.9.0/html/tree2.c (deflated 59%)
750
+ adding: share/doc/libxml2-2.9.0/html/tree2.res (deflated 49%)
751
+ adding: share/doc/libxml2-2.9.0/html/tst.xml (deflated 48%)
752
+ adding: share/doc/libxml2-2.9.0/html/tutorial/apa.html (deflated 62%)
753
+ adding: share/doc/libxml2-2.9.0/html/tutorial/apb.html (deflated 63%)
754
+ adding: share/doc/libxml2-2.9.0/html/tutorial/apc.html (deflated 63%)
755
+ adding: share/doc/libxml2-2.9.0/html/tutorial/apd.html (deflated 63%)
756
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ape.html (deflated 62%)
757
+ adding: share/doc/libxml2-2.9.0/html/tutorial/apf.html (deflated 62%)
758
+ adding: share/doc/libxml2-2.9.0/html/tutorial/apg.html (deflated 62%)
759
+ adding: share/doc/libxml2-2.9.0/html/tutorial/aph.html (deflated 65%)
760
+ adding: share/doc/libxml2-2.9.0/html/tutorial/api.html (deflated 59%)
761
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html (deflated 65%)
762
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html (deflated 68%)
763
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html (deflated 69%)
764
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html (deflated 71%)
765
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html (deflated 60%)
766
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html (deflated 62%)
767
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html (deflated 61%)
768
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html (deflated 68%)
769
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/blank.png (deflated 67%)
770
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png (deflated 4%)
771
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png (deflated 3%)
772
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png (deflated 3%)
773
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png (deflated 3%)
774
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png (deflated 3%)
775
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png (deflated 3%)
776
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png (deflated 3%)
777
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png (deflated 3%)
778
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png (deflated 3%)
779
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png (deflated 3%)
780
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/caution.png (deflated 47%)
781
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/draft.png (deflated 4%)
782
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/home.png (deflated 61%)
783
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/important.png (stored 0%)
784
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/next.png (deflated 61%)
785
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/note.png (deflated 0%)
786
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/prev.png (deflated 62%)
787
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/tip.png (deflated 1%)
788
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png (deflated 11%)
789
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png (deflated 6%)
790
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png (deflated 5%)
791
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/up.png (deflated 65%)
792
+ adding: share/doc/libxml2-2.9.0/html/tutorial/images/warning.png (deflated 47%)
793
+ adding: share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c (deflated 54%)
794
+ adding: share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c (deflated 57%)
795
+ adding: share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c (deflated 63%)
796
+ adding: share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c (deflated 55%)
797
+ adding: share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c (deflated 59%)
798
+ adding: share/doc/libxml2-2.9.0/html/tutorial/includexpath.c (deflated 59%)
799
+ adding: share/doc/libxml2-2.9.0/html/tutorial/index.html (deflated 69%)
800
+ adding: share/doc/libxml2-2.9.0/html/tutorial/ix01.html (deflated 69%)
801
+ adding: share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf (deflated 44%)
802
+ adding: share/doc/libxml2-2.9.0/html/w3c.png (stored 0%)
803
+ adding: share/doc/libxml2-2.9.0/html/writer.xml (deflated 47%)
804
+ adding: share/doc/libxml2-2.9.0/html/xml.html (deflated 68%)
805
+ adding: share/doc/libxml2-2.9.0/html/xpath1.c (deflated 68%)
806
+ adding: share/doc/libxml2-2.9.0/html/xpath1.res (deflated 63%)
807
+ adding: share/doc/libxml2-2.9.0/html/xpath2.c (deflated 61%)
808
+ adding: share/doc/libxml2-2.9.0/html/xpath2.res (deflated 76%)
809
+ adding: share/gtk-doc/html/libxml2/general.html (deflated 70%)
810
+ adding: share/gtk-doc/html/libxml2/home.png (stored 0%)
811
+ adding: share/gtk-doc/html/libxml2/index.html (deflated 63%)
812
+ adding: share/gtk-doc/html/libxml2/left.png (stored 0%)
813
+ adding: share/gtk-doc/html/libxml2/libxml2-c14n.html (deflated 84%)
814
+ adding: share/gtk-doc/html/libxml2/libxml2-catalog.html (deflated 88%)
815
+ adding: share/gtk-doc/html/libxml2/libxml2-chvalid.html (deflated 88%)
816
+ adding: share/gtk-doc/html/libxml2/libxml2-debugXML.html (deflated 89%)
817
+ adding: share/gtk-doc/html/libxml2/libxml2-dict.html (deflated 83%)
818
+ adding: share/gtk-doc/html/libxml2/libxml2-DOCBparser.html (deflated 84%)
819
+ adding: share/gtk-doc/html/libxml2/libxml2-encoding.html (deflated 85%)
820
+ adding: share/gtk-doc/html/libxml2/libxml2-entities.html (deflated 87%)
821
+ adding: share/gtk-doc/html/libxml2/libxml2-globals.html (deflated 90%)
822
+ adding: share/gtk-doc/html/libxml2/libxml2-hash.html (deflated 92%)
823
+ adding: share/gtk-doc/html/libxml2/libxml2-HTMLparser.html (deflated 88%)
824
+ adding: share/gtk-doc/html/libxml2/libxml2-HTMLtree.html (deflated 88%)
825
+ adding: share/gtk-doc/html/libxml2/libxml2-list.html (deflated 88%)
826
+ adding: share/gtk-doc/html/libxml2/libxml2-nanoftp.html (deflated 85%)
827
+ adding: share/gtk-doc/html/libxml2/libxml2-nanohttp.html (deflated 85%)
828
+ adding: share/gtk-doc/html/libxml2/libxml2-parser.html (deflated 89%)
829
+ adding: share/gtk-doc/html/libxml2/libxml2-parserInternals.html (deflated 86%)
830
+ adding: share/gtk-doc/html/libxml2/libxml2-pattern.html (deflated 85%)
831
+ adding: share/gtk-doc/html/libxml2/libxml2-relaxng.html (deflated 88%)
832
+ adding: share/gtk-doc/html/libxml2/libxml2-SAX.html (deflated 89%)
833
+ adding: share/gtk-doc/html/libxml2/libxml2-SAX2.html (deflated 89%)
834
+ adding: share/gtk-doc/html/libxml2/libxml2-schemasInternals.html (deflated 88%)
835
+ adding: share/gtk-doc/html/libxml2/libxml2-schematron.html (deflated 85%)
836
+ adding: share/gtk-doc/html/libxml2/libxml2-threads.html (deflated 81%)
837
+ adding: share/gtk-doc/html/libxml2/libxml2-tree.html (deflated 89%)
838
+ adding: share/gtk-doc/html/libxml2/libxml2-uri.html (deflated 82%)
839
+ adding: share/gtk-doc/html/libxml2/libxml2-valid.html (deflated 91%)
840
+ adding: share/gtk-doc/html/libxml2/libxml2-xinclude.html (deflated 86%)
841
+ adding: share/gtk-doc/html/libxml2/libxml2-xlink.html (deflated 86%)
842
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlautomata.html (deflated 92%)
843
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlerror.html (deflated 82%)
844
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlexports.html (deflated 73%)
845
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlIO.html (deflated 89%)
846
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlmemory.html (deflated 87%)
847
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlmodule.html (deflated 76%)
848
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlreader.html (deflated 91%)
849
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlregexp.html (deflated 88%)
850
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlsave.html (deflated 85%)
851
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlschemas.html (deflated 87%)
852
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html (deflated 89%)
853
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlstring.html (deflated 88%)
854
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlunicode.html (deflated 94%)
855
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlversion.html (deflated 84%)
856
+ adding: share/gtk-doc/html/libxml2/libxml2-xmlwriter.html (deflated 95%)
857
+ adding: share/gtk-doc/html/libxml2/libxml2-xpath.html (deflated 87%)
858
+ adding: share/gtk-doc/html/libxml2/libxml2-xpathInternals.html (deflated 91%)
859
+ adding: share/gtk-doc/html/libxml2/libxml2-xpointer.html (deflated 88%)
860
+ adding: share/gtk-doc/html/libxml2/libxml2.devhelp (deflated 90%)
861
+ adding: share/gtk-doc/html/libxml2/right.png (stored 0%)
862
+ adding: share/gtk-doc/html/libxml2/style.css (deflated 58%)
863
+ adding: share/gtk-doc/html/libxml2/up.png (stored 0%)
864
+ adding: share/man/man1/xml2-config.1 (deflated 52%)
865
+ adding: share/man/man1/xmlcatalog.1 (deflated 69%)
866
+ adding: share/man/man1/xmllint.1 (deflated 64%)
867
+ adding: share/man/man3/libxml.3 (deflated 49%)