From owner-cvs-all@FreeBSD.ORG Sun Apr 4 11:03:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C7B16A4CE; Sun, 4 Apr 2004 11:03:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BEA643D58; Sun, 4 Apr 2004 11:03:13 -0700 (PDT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i34I3CGe081565; Sun, 4 Apr 2004 11:03:12 -0700 (PDT) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i34I3CE3081564; Sun, 4 Apr 2004 11:03:12 -0700 (PDT) (envelope-from linimon) Message-Id: <200404041803.i34I3CE3081564@repoman.freebsd.org> From: Mark Linimon Date: Sun, 4 Apr 2004 11:03:12 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/xpp3 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2004 18:03:13 -0000 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 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)