aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-07-11 11:49:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-07-11 11:49:38 +0000
commita38ee34431f26d400a3e37b1a196be654621092b (patch)
treed7fe4c4614f51901f9276ea80df34bc13e6f78b4 /textproc
parent2b3510e22a0dd3987043349b8992ff6f321787a5 (diff)
downloadports-a38ee34431f26d400a3e37b1a196be654621092b.tar.gz
ports-a38ee34431f26d400a3e37b1a196be654621092b.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/xmlpull/Makefile60
-rw-r--r--textproc/xmlpull/distinfo2
-rw-r--r--textproc/xmlpull/files/patch-build.xml94
-rw-r--r--textproc/xmlpull/pkg-descr18
-rw-r--r--textproc/xpp3/Makefile64
-rw-r--r--textproc/xpp3/distinfo2
-rw-r--r--textproc/xpp3/files/patch-build.xml17
-rw-r--r--textproc/xpp3/pkg-descr15
9 files changed, 0 insertions, 274 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 6af5f44174e5..ab37e3d2edd7 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1355,14 +1355,12 @@
SUBDIR += xmlindent
SUBDIR += xmlppm
SUBDIR += xmlprpr
- SUBDIR += xmlpull
SUBDIR += xmlroff
SUBDIR += xmlstarlet
SUBDIR += xmlto
SUBDIR += xmlwrapp
SUBDIR += xom
SUBDIR += xp
- SUBDIR += xpp3
SUBDIR += xqilla
SUBDIR += xslide.el
SUBDIR += xslint
diff --git a/textproc/xmlpull/Makefile b/textproc/xmlpull/Makefile
deleted file mode 100644
index 4de7eb908fc9..000000000000
--- a/textproc/xmlpull/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: xmlpull
-# Date created: 2004-03-30
-# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmlpull
-PORTVERSION= 1.1.3.4a
-PORTREVISION= 3
-CATEGORIES= textproc java
-MASTER_SITES= http://voodoo.bawue.com/download/ \
- http://www.xmlpull.org/v1/download/
-DISTNAME= ${DISTNAME_PREFX}_src
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Common API for XML Pull Parsing (XmlPull)
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_JAVA= yes
-JAVA_VERSION= 1.3+
-DISTNAME_PREFX= ${PORTNAME}_${PORTVERSION:S/./_/g}
-WRKSRC= ${WRKDIR}/${DISTNAME_PREFX}
-
-USE_ANT= yes
-ALL_TARGET= jar
-.if !defined(NOPORTDOCS)
-ALL_TARGET+= apidoc
-PORTDOCS= ABOUT.txt README_DOWNLOAD.html THANKS.txt addons.html \
- api build.txt changes.html faq.html features.html \
- javadoc_stylesheet.css properties.html quick_intro.html \
- quick_write.html run.txt
-.endif
-JARFILE= ${DISTNAME_PREFX}.jar
-DESTJARFILE= ${PORTNAME}.jar
-PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFILE}
-
-.include <bsd.port.pre.mk>
-
-JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${TRUE}) | ${TAIL} -n 1
-.if ${JDK_API} != ""
-MAKE_ARGS+= -Djdk.api=${JDK_API}
-.endif
-
-do-install:
- @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..."
- @${INSTALL_DATA} ${WRKSRC}/build/lib/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE}
- @${ECHO_MSG} " [ DONE ]"
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/doc \
- && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/xmlpull/distinfo b/textproc/xmlpull/distinfo
deleted file mode 100644
index 5b2f0c48f882..000000000000
--- a/textproc/xmlpull/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xmlpull_1_1_3_4a_src.tgz) = fe673ffc72d4b21e2177b150525c7cebf59b84bc80316ba9893985a92e6b8647
-SIZE (xmlpull_1_1_3_4a_src.tgz) = 130319
diff --git a/textproc/xmlpull/files/patch-build.xml b/textproc/xmlpull/files/patch-build.xml
deleted file mode 100644
index da0d3e046548..000000000000
--- a/textproc/xmlpull/files/patch-build.xml
+++ /dev/null
@@ -1,94 +0,0 @@
---- build.xml.orig 2004-01-15 18:28:39.000000000 +0100
-+++ build.xml 2011-02-25 14:27:15.000000000 +0100
-@@ -142,7 +142,7 @@
- <!-- =================================================================== -->
-
- <target name="api" depends="prepare">
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_api}" destdir="${build_classes}" classpath="${build_classes}"/>
- </target>
-
-@@ -157,7 +157,7 @@
-
- <target name="samples" depends="xmlpull">
- <mkdir dir="${build_samples}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_samples}" destdir="${build_samples}"
- classpath="${build_classes}"/>
- </target>
-@@ -174,7 +174,7 @@
-
- <target name="dom2_builder" depends="api">
- <mkdir dir="${build_dom2_builder}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_dom2_builder}" destdir="${build_dom2_builder}"
- classpath="${build_classes}"/>
- <jar jarfile="${jar_dom2_builder}">
-@@ -184,7 +184,7 @@
-
- <target name="parser_pool" depends="api">
- <mkdir dir="${build_parser_pool}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_parser_pool}" destdir="${build_parser_pool}"
- classpath="${build_classes}"/>
- <jar jarfile="${jar_parser_pool}">
-@@ -194,7 +194,7 @@
-
- <target name="sax2" depends="api">
- <mkdir dir="${build_sax2}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_sax2}" destdir="${build_sax2}">
- <classpath>
- <pathelement location="${build_classes}" />
-@@ -210,7 +210,7 @@
-
- <target name="util" depends="api">
- <mkdir dir="${build_util}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_util}" destdir="${build_util}" classpath="${build_classes}"/>
- <jar jarfile="${jar_util}">
- <fileset dir="${build_util}"/>
-@@ -219,7 +219,7 @@
-
- <target name="wrapper" depends="require_junit,util">
- <mkdir dir="${build_wrapper}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_wrapper}" destdir="${build_wrapper}" classpath="${build_classes}:${build_util}"/>
- <jar jarfile="${jar_wrapper}">
- <fileset dir="${build_wrapper}"/>
-@@ -228,14 +228,14 @@
-
- <target name="wrapper_tests" depends="require_junit,wrapper">
- <mkdir dir="${build_addons_tests}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_wrapper_tests}" destdir="${build_wrapper}"
- classpath="${build_classes}:${build_util}:${build_wrapper}"/>
- </target>
-
- <target name="xmlrpc" depends="api">
- <mkdir dir="${build_xmlrpc}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.1" source="1.2"
- srcdir="${src_xmlrpc}" destdir="${build_xmlrpc}" classpath="${build_classes}"/>
- <jar jarfile="${jar_xmlrpc}">
- <fileset dir="${build_xmlrpc}"/>
-@@ -319,8 +319,9 @@
- windowtitle="${name} ${version} API"
- doctitle="${name}"
- bottom="${copyright}"
-- stylesheetfile="${doc}/javadoc_stylesheet.css"
-- />
-+ stylesheetfile="${doc}/javadoc_stylesheet.css">
-+ <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
-+ </javadoc>
- </target>
-
- <!-- =================================================================== -->
diff --git a/textproc/xmlpull/pkg-descr b/textproc/xmlpull/pkg-descr
deleted file mode 100644
index f539d0cb13c0..000000000000
--- a/textproc/xmlpull/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Common API for XML Pull Parsing (XmlPull) is an effort to define a simple and
-elegant pull parsing API that will provide a standardized way to do pull XML
-parsing from J2ME to J2EE.
-
-It is a minimalist API: very easy to implement standalone or on top of existing
-parser. The API allows both fast high level iteration (using next() method) and
-low level tokenizing (using nextToken() token) and is designed for easy
-building on top of it SAX, XML pull parsers that uses iterators with event
-objects, or even DOM implementations. To support J2ME and real small
-implementation parsing of DOCDECL is optional (but DOCDECL can be reported if
-requested).
-
-The aim is to provide a similar but orthogonal pull parsing basis to widely
-successful push parsing SAX API. The XmlPull API is in public domain in hope
-that it will be embraced by Java developers (conformance tests are under LGPL
-license to minimize risk of incompatible implementations).
-
-WWW: http://www.xmlpull.org
diff --git a/textproc/xpp3/Makefile b/textproc/xpp3/Makefile
deleted file mode 100644
index 14ca616d3f27..000000000000
--- a/textproc/xpp3/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# New ports collection makefile for: xpp3
-# Date created: 2004-04-02
-# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xpp3
-DISTVERSION= 1.1.4c
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= textproc java
-MASTER_SITES= http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/
-DISTNAME= ${PORTNAME}-${DISTVERSION}_src
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XML Pull Parser 3rd Edition (XPP3)
-
-BUILD_DEPENDS= ${JAVAJARDIR}/xmlpull.jar:${PORTSDIR}/textproc/xmlpull
-RUN_DEPENDS= ${JAVAJARDIR}/xmlpull.jar:${PORTSDIR}/textproc/xmlpull
-
-USE_JAVA= yes
-JAVA_VERSION= 1.4+
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-
-USE_ANT= yes
-ALL_TARGET= jar
-MAKE_ARGS= -Djavadoc_packages=org.xmlpull.mxp1
-.if !defined(NOPORTDOCS)
-ALL_TARGET+= javadoc
-PORTDOCS= api_impl ABOUT.txt THANKS.txt TODO.html build.txt changes.html faq.html
-.endif
-JARFILE= ${PORTNAME}-${DISTVERSION}.jar
-DESTJARFILE= ${PORTNAME}.jar
-PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
-
-.include <bsd.port.pre.mk>
-
-JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${TRUE}) | ${TAIL} -n 1
-.if ${JDK_API} != ""
-MAKE_ARGS+= -Djdk.api=${JDK_API}
-.endif
-
-XMLPULL_API!= (${FIND} -s ${LOCALBASE}/share/doc/xmlpull -maxdepth 1 -name api -type d 2>/dev/null || ${TRUE}) | ${TAIL} -n 1
-.if ${XMLPULL_API} != ""
-MAKE_ARGS+= -Dxmlpull.api=${XMLPULL_API}
-.endif
-
-do-install:
- @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..."
- @${MKDIR} ${JAVAJARDIR}
- @${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE}
- @${ECHO_MSG} " [ DONE ]"
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/doc \
- && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/xpp3/distinfo b/textproc/xpp3/distinfo
deleted file mode 100644
index 9b40564ba3bf..000000000000
--- a/textproc/xpp3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xpp3-1.1.4c_src.tgz) = 6ee05bec097e70ecf0e9833a1e955ffca0793ac61fde1ef78402087f52835251
-SIZE (xpp3-1.1.4c_src.tgz) = 571158
diff --git a/textproc/xpp3/files/patch-build.xml b/textproc/xpp3/files/patch-build.xml
deleted file mode 100644
index a848326b482c..000000000000
--- a/textproc/xpp3/files/patch-build.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-$FreeBSD$
-
---- build.xml.orig Thu Jan 27 00:34:33 2005
-+++ build.xml Wed Feb 9 22:34:12 2005
-@@ -496,8 +496,10 @@
- use="true"
- windowtitle="${name} ${version} Implementation API"
- doctitle="Implementation ${name}"
-- bottom="${copyright}"
-- />
-+ bottom="${copyright}">
-+ <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
-+ <link offline="true" packagelistLoc="${xmlpull.api}" href="${xmlpull.api}"/>
-+ </javadoc>
- </target>
-
-
diff --git a/textproc/xpp3/pkg-descr b/textproc/xpp3/pkg-descr
deleted file mode 100644
index 00b2d512ed1e..000000000000
--- a/textproc/xpp3/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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/