aboutsummaryrefslogtreecommitdiff
path: root/textproc/xpp3/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Update to 1.1.3.4.MHerve Quiroz2005-02-091-2/+2
| | | | | | | | | | | | | - Update to bsd.java.mk 2.0 - Use USE_ANT - Use %%JAVAJARDIR%% - CP -> INSTALL_DATA - ECHO_CMD -> ECHO_MSG - Link API docs with JDK and XmlPull API docs if available - Register dependency on textproc/xmlpull Notes: svn path=/head/; revision=128421
* MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and inMark Linimon2004-04-041-0/+2
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> Notes: svn path=/head/; revision=106141