pkgsrc-WIP-cvs archive

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

CVS commit: wip/irrxml



Module name:    wip
Committed by:   othyro
Date:           Fri Nov  2 15:38:44 UTC 2012

Added Files:
        wip/irrxml: DESCR Makefile PLIST distinfo

Log Message:
Import irrxml-1.2 as wip/irrxml.

irrXML provides forward-only, read-only access to a stream of non validated XML
data. It was fully implemented by Nikolaus Gebhardt. Its current features are:

* It it fast as lighting and has very low memory usage. It was developed with
  the intention of being used in 3D games, as it already has been.
* irrXML is very small: It only consists of 60 KB of code and can be added
  easily to your existing project.
* Of course, it is platform independent and works with lots of compilers.
* It is able to parse ASCII, UTF-8, UTF-16 and UTF-32 text files, both in little
  and big endian format.
* Independent of the input file format, the parser can return all strings in
  ASCII, UTF-8, UTF-16 and UTF-32 format.
* With its optional file access abstraction it has the advantage that it can
  read not only from files but from any type of data (memory, network, ...). For
  example when used with the Irrlicht Engine, it directly reads from compressed.
  zip files.
* Just like the Irrlicht Engine for which it was originally created, it is
  extremely easy to use.
* It has no external dependencies, it does not even need the STL.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/irrxml/DESCR wip/irrxml/Makefile \
    wip/irrxml/PLIST wip/irrxml/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/irrxml/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/irrxml/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/irrxml/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/irrxml/distinfo?r1=0&r2=1.1

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

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index