aboutsummaryrefslogtreecommitdiff
path: root/textproc/xpp3
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use my @FreeBSD.org address.Tong LIU2007-04-301-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=191183
* - Update to 1.1.4cMartin Wilke2007-04-112-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 111401 Submitted by: Nemo Liu<nemoliu@gmail.com> Notes: svn path=/head/; revision=189806
* Release maintainership for ports I no longer use.Herve Quiroz2007-01-211-1/+1
| | | | Notes: svn path=/head/; revision=182879
* - Update to 1.1.3_8 [1]Herve Quiroz2006-06-213-45/+7
| | | | | | | | | - Remove deprecated patch (fix for Java 1.5) Reported by: portscout [1] Notes: svn path=/head/; revision=165999
* Fix build with Java 1.5: rename the 'enum' variableHerve Quiroz2006-04-151-0/+38
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=159531
* Fix WWWHerve Quiroz2006-03-161-1/+1
| | | | | | | | | PR: 94318 Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Reported by: fenner's distfiles survey Notes: svn path=/head/; revision=157467
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Update to 1.1.3.4.MHerve Quiroz2005-02-093-25/+51
| | | | | | | | | | | | | - 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
* Use my FreeBSD address in MAINTAINERHerve Quiroz2004-10-231-2/+2
| | | | Notes: svn path=/head/; revision=119982
* MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and inMark Linimon2004-04-043-0/+71
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