rsvg2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (370) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +63 -7
  3. data/ext/rsvg2/extconf.rb +4 -1
  4. data/lib/1.9/rsvg2.so +0 -0
  5. data/lib/2.0/rsvg2.so +0 -0
  6. data/vendor/local/bin/croco-0.6-config +87 -0
  7. data/vendor/local/bin/csslint-0.6.exe +0 -0
  8. data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
  9. data/vendor/local/bin/librsvg-2-2.dll +0 -0
  10. data/vendor/local/bin/rsvg-convert.exe +0 -0
  11. data/vendor/local/include/libcroco-0.6/libcroco/cr-cascade.h +1 -1
  12. data/vendor/local/include/libcroco-0.6/libcroco/cr-enc-handler.h +1 -1
  13. data/vendor/local/include/libcroco-0.6/libcroco/cr-om-parser.h +1 -1
  14. data/vendor/local/include/libcroco-0.6/libcroco/cr-sel-eng.h +1 -5
  15. data/vendor/local/include/libcroco-0.6/libcroco/libcroco-config.h +4 -5
  16. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-enum-types.h +4 -0
  17. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +13 -10
  18. data/vendor/local/include/librsvg-2.0/librsvg/rsvg-cairo.h +4 -0
  19. data/vendor/local/include/librsvg-2.0/librsvg/rsvg.h +64 -34
  20. data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
  21. data/vendor/local/lib/libcroco-0.6.a +0 -0
  22. data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
  23. data/vendor/local/lib/libcroco-0.6.la +41 -0
  24. data/vendor/local/lib/librsvg-2.a +0 -0
  25. data/vendor/local/lib/librsvg-2.dll.a +0 -0
  26. data/vendor/local/lib/librsvg-2.la +41 -0
  27. data/vendor/local/lib/pkgconfig/libcroco-0.6.pc +3 -4
  28. data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +1 -1
  29. data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +693 -0
  30. data/vendor/local/share/gtk-doc/html/libcroco/ch01.html +113 -0
  31. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/home.png +0 -0
  32. data/vendor/local/share/gtk-doc/html/libcroco/index.html +109 -0
  33. data/vendor/local/share/gtk-doc/html/libcroco/index.sgml +582 -0
  34. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/left.png +0 -0
  35. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-additional-sel.html +337 -0
  36. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-attr-sel.html +203 -0
  37. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-cascade.html +240 -0
  38. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-declaration.html +642 -0
  39. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-doc-handler.html +517 -0
  40. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-enc-handler.html +164 -0
  41. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-fonts.html +670 -0
  42. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-input.html +1102 -0
  43. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-num.html +265 -0
  44. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-om-parser.html +380 -0
  45. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parser.html +913 -0
  46. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parsing-location.html +205 -0
  47. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-prop-list.html +421 -0
  48. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-pseudo.html +141 -0
  49. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-rgb.html +503 -0
  50. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-sel-eng.html +346 -0
  51. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-selector.html +246 -0
  52. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-simple-sel.html +240 -0
  53. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-statement.html +1408 -0
  54. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-string.html +137 -0
  55. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-style.html +384 -0
  56. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-stylesheet.html +158 -0
  57. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-term.html +304 -0
  58. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-tknzr.html +312 -0
  59. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-token.html +428 -0
  60. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-utils.html +334 -0
  61. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-libcroco-config.html +80 -0
  62. data/vendor/local/share/gtk-doc/html/libcroco/libcroco.devhelp2 +511 -0
  63. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/right.png +0 -0
  64. data/vendor/local/share/gtk-doc/html/libcroco/style.css +266 -0
  65. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/up.png +0 -0
  66. data/vendor/local/share/gtk-doc/html/rsvg-2.0/RsvgHandle.html +1073 -0
  67. data/vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html +55 -0
  68. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html +58 -0
  69. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html +46 -0
  70. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html +50 -0
  71. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html +51 -0
  72. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html +42 -0
  73. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html +59 -0
  74. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html +58 -0
  75. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html +105 -0
  76. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html +328 -0
  77. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/home.png +0 -0
  78. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +88 -0
  79. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.sgml +101 -0
  80. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/left.png +0 -0
  81. data/vendor/local/share/gtk-doc/html/rsvg-2.0/licence.html +57 -0
  82. data/vendor/local/share/gtk-doc/html/rsvg-2.0/object-tree.html +38 -0
  83. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/right.png +0 -0
  84. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 +96 -0
  85. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html +283 -0
  86. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html +386 -0
  87. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html +126 -0
  88. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +109 -0
  89. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg.html +57 -0
  90. data/vendor/local/share/gtk-doc/html/rsvg-2.0/style.css +266 -0
  91. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/up.png +0 -0
  92. data/vendor/local/share/license/libcroco/AUTHORS +13 -0
  93. data/vendor/local/share/license/libcroco/COPYING +481 -0
  94. data/vendor/local/share/license/libcroco/COPYING.LIB +481 -0
  95. data/vendor/local/share/license/librsvg/AUTHORS +1 -0
  96. data/vendor/local/share/license/librsvg/COPYING +340 -0
  97. data/vendor/local/share/license/librsvg/COPYING.LIB +482 -0
  98. data/vendor/local/share/man/man1/rsvg-convert.1 +55 -0
  99. metadata +90 -299
  100. data/vendor/local/bin/libxml2-2.dll +0 -0
  101. data/vendor/local/bin/rsvg-view.exe +0 -0
  102. data/vendor/local/bin/xmlcatalog.exe +0 -0
  103. data/vendor/local/bin/xmllint.exe +0 -0
  104. data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
  105. data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
  106. data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
  107. data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
  108. data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
  109. data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
  110. data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
  111. data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
  112. data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
  113. data/vendor/local/include/libxml2/libxml/dict.h +0 -80
  114. data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
  115. data/vendor/local/include/libxml2/libxml/entities.h +0 -150
  116. data/vendor/local/include/libxml2/libxml/globals.h +0 -502
  117. data/vendor/local/include/libxml2/libxml/hash.h +0 -233
  118. data/vendor/local/include/libxml2/libxml/list.h +0 -137
  119. data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
  120. data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
  121. data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
  122. data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
  123. data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
  124. data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
  125. data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
  126. data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
  127. data/vendor/local/include/libxml2/libxml/threads.h +0 -84
  128. data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
  129. data/vendor/local/include/libxml2/libxml/uri.h +0 -94
  130. data/vendor/local/include/libxml2/libxml/valid.h +0 -458
  131. data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
  132. data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
  133. data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
  134. data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
  135. data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
  136. data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
  137. data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
  138. data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
  139. data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
  140. data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
  141. data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
  142. data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
  143. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
  144. data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
  145. data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
  146. data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
  147. data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
  148. data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
  149. data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
  150. data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
  151. data/vendor/local/lib/libxml2.def +0 -1659
  152. data/vendor/local/lib/libxml2.dll.a +0 -0
  153. data/vendor/local/lib/libxml2.lib +0 -0
  154. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
  155. data/vendor/local/manifest/libcroco-dev_0.6.2-1_win32.mft +0 -36
  156. data/vendor/local/manifest/libcroco_0.6.2-1_win32.mft +0 -2
  157. data/vendor/local/manifest/librsvg-dev_2.32.1-1_win32.mft +0 -11
  158. data/vendor/local/manifest/librsvg_2.32.1-1_win32.mft +0 -2
  159. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
  160. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
  161. data/vendor/local/share/aclocal/libxml.m4 +0 -188
  162. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
  163. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
  164. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
  165. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
  166. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
  167. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  168. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
  169. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  170. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  171. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
  172. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
  173. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
  174. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
  175. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
  176. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
  177. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
  178. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
  179. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
  180. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
  181. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
  182. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
  183. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
  184. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
  185. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
  186. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
  187. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
  188. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
  189. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
  190. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
  191. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
  192. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
  193. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
  194. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
  195. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
  196. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
  197. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
  198. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
  199. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
  200. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
  201. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
  202. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
  203. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
  204. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
  205. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
  206. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
  207. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
  208. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
  209. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
  210. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
  211. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
  212. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
  213. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
  214. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
  215. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
  216. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
  217. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
  218. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
  219. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
  220. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
  221. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
  222. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
  223. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
  224. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
  225. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
  226. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
  227. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
  228. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
  229. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  230. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
  231. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
  232. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
  233. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
  234. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
  235. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
  236. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
  237. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
  238. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
  239. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
  240. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
  241. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  242. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  243. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  244. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
  245. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
  246. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
  247. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
  248. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
  249. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
  250. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
  251. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
  252. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
  253. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
  254. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
  255. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
  256. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
  257. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
  258. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
  259. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
  260. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
  261. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
  262. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
  263. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
  264. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
  265. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
  266. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
  267. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
  268. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
  269. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
  270. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  271. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  272. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  273. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  274. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  275. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  276. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  277. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  278. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  279. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  280. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  281. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  282. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  283. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  284. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  285. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  286. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  287. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  288. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  289. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  290. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  291. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  292. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  293. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  294. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
  295. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
  296. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
  297. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
  298. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
  299. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
  300. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
  301. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
  302. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
  303. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  304. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
  305. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
  306. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
  307. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
  308. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
  309. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
  310. data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
  311. data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
  312. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
  313. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
  314. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
  315. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
  316. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
  317. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
  318. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
  319. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
  320. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
  321. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
  322. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
  323. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
  324. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
  325. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
  326. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
  327. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
  328. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
  329. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
  330. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
  331. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
  332. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
  333. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
  334. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
  335. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
  336. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
  337. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
  338. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
  339. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
  340. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
  341. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
  342. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
  343. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
  344. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
  345. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
  346. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
  347. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
  348. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
  349. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
  350. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
  351. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
  352. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
  353. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
  354. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
  355. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
  356. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
  357. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
  358. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
  359. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
  360. data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
  361. data/vendor/local/share/man/man1/xml2-config.1 +0 -30
  362. data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
  363. data/vendor/local/share/man/man1/xmllint.1 +0 -427
  364. data/vendor/local/share/man/man3/libxml.3 +0 -71
  365. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
  366. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
  367. data/vendor/local/src/tml/packaging/libcroco_0.6.2-1_win32.log +0 -471
  368. data/vendor/local/src/tml/packaging/libcroco_0.6.2-1_win32.sh +0 -61
  369. data/vendor/local/src/tml/packaging/librsvg_2.32.1-1_win32.log +0 -535
  370. data/vendor/local/src/tml/packaging/librsvg_2.32.1-1_win32.sh +0 -125
@@ -1,71 +0,0 @@
1
- .TH libxml 3 "12 April 2000"
2
- .SH NAME
3
- libxml \- library used to parse XML files
4
- .SH DESCRIPTION
5
- The
6
- .I libxml
7
- library is used to parse XML files.
8
- Its internal document representation is as close as possible to the
9
- .I DOM
10
- (Document Object Model) interface,
11
- an API for accessing XML or HTML structured documents.
12
- .LP
13
- The
14
- .I libxml
15
- library also has a
16
- .IR SAX -like
17
- interface,
18
- which is designed to be compatible with
19
- .IR expat (1).
20
- NOTE:
21
- .IR SAX ,
22
- the Simple API for XML,
23
- is a standard interface for event-based XML parsing,
24
- developed collaboratively by the members of the XML-DEV mailing list,
25
- currently hosted by OASIS.
26
- The
27
- .I expat
28
- library is a XML 1.0 parser written in C,
29
- which aims to be fully conforming.
30
- It is currently not a validating XML processor.
31
- .LP
32
- The
33
- .I libxml
34
- library now includes a nearly complete
35
- .I XPath
36
- implementation.
37
- The
38
- .I XPath
39
- (XML Path Language) is a language for addressing parts of an
40
- XML document,
41
- designed to be used by both
42
- .I XSLT
43
- and
44
- .IR XPointer .
45
- .LP
46
- The
47
- .I libxml
48
- library exports Push and Pull type parser interfaces for both XML and
49
- .IR html .
50
- .SH FILES
51
- .TP 2.2i
52
- .B /depot/lib/libxml_2.0.0/libxml.a
53
- static library
54
- .TP
55
- .B /depot/lib/libxml_2.0.0/libxml.so
56
- shared library
57
- .TP
58
- .B /depot/package/libxml_2.0.0/bin/xmllint
59
- binary application for parsing XML files
60
- .SH AUTHORS
61
- Daniel Veillard (daniel@veillard.com).
62
- Red Hat Inc.
63
- Manual page by Ziying Sherwin (sherwin@nlm.nih.gov),
64
- Lister Hill National Center for Biomedical Communications,
65
- U.S. National Library of Medicine.
66
- .SH SEE ALSO
67
- .IR xmllint (1),
68
- .IR libxslt (3),
69
- .IR libexslt (3),
70
- .IR xsltproc (1)
71
- .\" end of manual page
@@ -1,867 +0,0 @@
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%)