Port details |
- xpp3 XML Pull Parser 3rd Edition (XPP3)
- 1.1.4.c_2,1 textproc
=0 1.1.4.c_2,1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-04-04 18:03:55
- Last Update: 2011-07-11 11:49:38
- SVN Revision: UNKNOWN
- Also Listed In: java
- License: not specified in port
- WWW:
- http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
- Description:
- 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 Java JIT JVMs such as Hotspot in JDK 1.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/xgws/xsoap/xpp/mxp1/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: xpp3
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xmlpull.jar : textproc/xmlpull
- java : java/jdk16
- ant : devel/apache-ant
- Runtime dependencies:
-
- xmlpull.jar : textproc/xmlpull
- java : java/jdk16
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.4.c_2,1 11 Jul 2011 11:49:38
 |
bapt  |
textproc/xpp3 depend on an expired port
2011-05-01 textproc/xmlpull: Upstream disapear and distfile is no more available |
1.1.4.c_2,1 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
1.1.4.c_2,1 08 Dec 2008 06:43:50
 |
linimon  |
Reset nemoliu due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.1.4.c_2,1 06 Jun 2008 14:05:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1.4.c_1,1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.4.c,1 30 Apr 2007 06:27:41
 |
nemoliu  |
Use my @FreeBSD.org address.
Approved by: delphij (mentor) |
1.1.4.c,1 11 Apr 2007 20:12:01
 |
miwi  |
- Update to 1.1.4c
- Pass maintainership to submitter
PR: 111401
Submitted by: Nemo Liu<nemoliu@gmail.com> |
1.1.3.8,1 21 Jan 2007 01:09:11
 |
hq  |
Release maintainership for ports I no longer use. |
1.1.3.8,1 21 Jun 2006 22:16:05
 |
hq  |
- Update to 1.1.3_8 [1]
- Remove deprecated patch (fix for Java 1.5)
Reported by: portscout [1] |
1.1.3.4.M,1 15 Apr 2006 00:27:57
 |
hq  |
Fix build with Java 1.5: rename the 'enum' variable
Reported by: pointyhat |
1.1.3.4.M,1 16 Mar 2006 22:41:33
 |
hq  |
Fix WWW
PR: 94318
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Reported by: fenner's distfiles survey |
1.1.3.4.M,1 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.1.3.4.M,1 09 Feb 2005 21:52:53
 |
hq  |
- Update to 1.1.3.4.M
- 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 |
1.1.3.4d.b4 23 Oct 2004 01:56:23
 |
hq  |
Use my FreeBSD address in MAINTAINER |
1.1.3.4d.b4 04 Apr 2004 18:03:12
 |
linimon  |
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> |