cvs commit: ports/textproc Makefile ports/textproc/xpp3 Makefile distinfo pkg-descr

Mark Linimon linimon at FreeBSD.org
Sun Apr 4 11:03:13 PDT 2004


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 at 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)


More information about the cvs-all mailing list