2005-04-07 11:05:13 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
|
|
|
|
|
name xmlpull
|
2009-12-16 19:49:34 +00:00
|
|
|
version 1.1.3.4c
|
|
|
|
|
set version_us [string map {. _} $version]
|
2005-04-07 11:05:13 +00:00
|
|
|
categories java textproc
|
2013-02-26 15:26:45 +00:00
|
|
|
license public-domain
|
2024-01-12 19:26:27 +11:00
|
|
|
platforms any
|
2013-02-26 15:26:45 +00:00
|
|
|
supported_archs noarch
|
2007-10-22 23:09:00 +00:00
|
|
|
maintainers nomaintainer
|
2005-04-07 11:05:13 +00:00
|
|
|
description XML pullparser API
|
|
|
|
|
long_description XmlPull v1 API is a simple to use XML pull parsing API \
|
|
|
|
|
that was designed for simplicity and very good performance \
|
|
|
|
|
both in constrained environment such as defined by J2ME and on \
|
|
|
|
|
server side when used in J2EE application servers. XML pull \
|
|
|
|
|
parsing allows incremental (sometimes called streaming) \
|
|
|
|
|
parsing of XML where application is in control - the parsing \
|
|
|
|
|
can be interrupted at any given moment and resumed when \
|
|
|
|
|
application is ready to consume more input.
|
|
|
|
|
|
|
|
|
|
homepage http://www.xmlpull.org/
|
2009-12-16 19:49:34 +00:00
|
|
|
master_sites ${homepage}v1/download/
|
|
|
|
|
distfiles ${name}_${version_us}_src.tgz
|
|
|
|
|
checksums md5 34c8a093e5678dd633411dfea88f8558 \
|
|
|
|
|
sha1 cc20f5952d85a2c138e702650c29c79c6b556c6c
|
2005-04-07 11:05:13 +00:00
|
|
|
|
2009-12-16 19:49:34 +00:00
|
|
|
worksrcdir ${name}_${version_us}
|
2005-04-07 11:05:13 +00:00
|
|
|
|
|
|
|
|
depends_build bin:ant:apache-ant
|
|
|
|
|
depends_lib bin:java:kaffe
|
|
|
|
|
|
|
|
|
|
use_configure no
|
|
|
|
|
|
|
|
|
|
build.cmd ant
|
|
|
|
|
build.target jar
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/java
|
2009-12-16 19:49:34 +00:00
|
|
|
xinstall -m 644 ${worksrcpath}/build/lib/${name}_${version_us}.jar \
|
2005-04-07 11:05:13 +00:00
|
|
|
${destroot}${prefix}/share/java/${name}.jar
|
|
|
|
|
}
|