pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/tinyxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 16 23:05:33 UTC 2014

Added Files:
        pkgsrc/textproc/tinyxml: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/textproc/tinyxml/files: Makefile
        pkgsrc/textproc/tinyxml/patches: patch-tinyxml.h

Log Message:
Import tinyxml-2.6.2 as textproc/tinyxml, packaged for wip by
anthony_mallet.

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

TinyXML 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 doesn't parse or use DTDs (Document Type Definitions) or XSLs
(eXtensible Stylesheet Language.) There are other parsers out there (check out
www.sourceforge.org, search for XML) that are much more fully featured. But
they are also much bigger, take longer to set up in your project, have a higher
learning curve, and often have a more restrictive license. If you are working
with browsers or have more complete XML needs, TinyXML is not the parser for
you.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tinyxml/DESCR \
    pkgsrc/textproc/tinyxml/Makefile pkgsrc/textproc/tinyxml/PLIST \
    pkgsrc/textproc/tinyxml/buildlink3.mk pkgsrc/textproc/tinyxml/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tinyxml/files/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tinyxml/patches/patch-tinyxml.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index