Date: Sun, 4 Apr 2004 11:03:12 -0700 (PDT) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/xpp3 Makefile distinfo pkg-descr Message-ID: <200404041803.i34I3CE3081564@repoman.freebsd.org>
index | next in thread | raw e-mail
linimon 2004/04/04 11:03:12 PDT
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/xpp3 Makefile distinfo pkg-descr
Log:
MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and in
particular XPP2 but completely revised and rewritten to take best advantage of
latest JIT JVMs such as Hotspot in JDK 1.4.
MXP1 was designed to use best available the latest and the most advanced JIT
engines such as Hotspot in JDK1.4.
MXP1 has following features:
- fast - let me say it again it is fast :-)
- small - lot of performance packed in JAR file that is less than 20KB!
- easy to use - the parser implements common XML pull parsing API (XMLPULL)
described at http://www.xmlpull.org
Performance tests that compare MXP1 to other leading XML parsers are available
at http://www.extreme.indiana.edu/~aslom/xpp_sax2bench/
WWW: http://www.extreme.indiana.edu/soap/xpp/mxp1/
PR: ports/65066
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Revision Changes Path
1.675 +1 -0 ports/textproc/Makefile
1.1 +54 -0 ports/textproc/xpp3/Makefile (new)
1.1 +2 -0 ports/textproc/xpp3/distinfo (new)
1.1 +15 -0 ports/textproc/xpp3/pkg-descr (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404041803.i34I3CE3081564>
