NOTICE: This package has been removed from pkgsrc

./wip/tinyxml2, Simple, small and efficient C++ XML parser

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.0, Package name: tinyxml2-2.1.0, Maintainer: pkgsrc-users

TinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.

TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is
parsed into a C++ objects that can be browsed and manipulated, and then
written to disk or another output stream. You can also construct an XML
document from scratch with C++ objects and write this to disk or another
output stream.

TinyXML (textproc/tinyxml) served the needs of the original author for
many years; but it uses memory inefficiently, and doesn't perform as
well as desired for mobile devices. The author wanted an XML parser that
was a little more modern, a little simpler (the "tiny" had been lost a
little over the years), and was a good fit for Android.

This led to TinyXML-2.


Master sites:

SHA1: 70ef3221bdc190fd8fc50cdd4a6ef440f44b74dc
RMD160: 1c1a76777c51876ca7b8934b822478a3e4ffa537
Filesize: 444.06 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-22 19:17:31 by Thomas Klausner | Files touched by this commit (6) | Package removed
Log message:
remove tinyxml2, imported to pkgsrc.

   2014-07-03 18:51:16 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
Added TODO.
   2014-06-30 20:43:03 by Niclas Rosenvik | Files touched by this commit (5)
Log message:
Importing tinyxml2 to pkgsrc-wip.
TinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.

TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is
parsed into a C++ objects that can be browsed and manipulated, and then
written to disk or another output stream. You can also construct an XML
document from scratch with C++ objects and write this to disk or another
output stream.

TinyXML (textproc/tinyxml) served the needs of the original author for
many years; but it uses memory inefficiently, and doesn't perform as
well as desired for mobile devices. The author wanted an XML parser that
was a little more modern, a little simpler (the "tiny" had been lost a
little over the years), and was a good fit for Android.

This led to TinyXML-2.