Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

12
textproc/jdom/DESCR Normal file
View File

@@ -0,0 +1,12 @@
There is no compelling reason for a Java API to manipulate XML to be
complex, tricky, unintuitive, or a pain in the neck. JDOM[TM] is both
Java-centric and Java-optimized. It behaves like Java, it uses Java
collections, it is completely natural API for current Java developers,
and it provides a low-cost entry point for using XML.
While JDOM interoperates well with existing standards such as the Simple
API for XML (SAX) and the Document Object Model (DOM), it is not an
abstraction layer or enhancement to those APIs. Rather, it provides a
robust, light-weight means of reading and writing XML data without the
complex and memory-consumptive options that current API offerings
provide.

25
textproc/jdom/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:01 asau Exp $
#
DISTNAME= jdom-1.1.1
CATEGORIES= textproc
MASTER_SITES= http://www.jdom.org/dist/binary/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jdom.org/
COMMENT= Simple API for processing XML documents in Java
USE_LANGUAGES= # only Java
USE_TOOLS+= pax zip
AUTO_MKDIRS= yes
WRKSRC= ${WRKDIR}/jdom
do-build:
cd ${WRKSRC}/src/java && ${TOOLS_PATH.zip} -r ${WRKSRC}/jdom-src.zip org
do-install:
cd ${WRKSRC} && ${INSTALL_DATA} build/jdom.jar jdom-src.zip ${DESTDIR}${PREFIX}/lib/java/
cd ${WRKSRC}/build/apidocs && pax -wr * ${DESTDIR}${PREFIX}/share/doc/jdom/
.include "../../mk/bsd.pkg.mk"

169
textproc/jdom/PLIST Normal file
View File

@@ -0,0 +1,169 @@
@comment $NetBSD: PLIST,v 1.2 2010/07/15 12:12:10 obache Exp $
lib/java/jdom-src.zip
lib/java/jdom.jar
share/doc/jdom/allclasses-frame.html
share/doc/jdom/allclasses-noframe.html
share/doc/jdom/constant-values.html
share/doc/jdom/deprecated-list.html
share/doc/jdom/help-doc.html
share/doc/jdom/index-files/index-1.html
share/doc/jdom/index-files/index-10.html
share/doc/jdom/index-files/index-11.html
share/doc/jdom/index-files/index-12.html
share/doc/jdom/index-files/index-13.html
share/doc/jdom/index-files/index-14.html
share/doc/jdom/index-files/index-15.html
share/doc/jdom/index-files/index-16.html
share/doc/jdom/index-files/index-17.html
share/doc/jdom/index-files/index-18.html
share/doc/jdom/index-files/index-19.html
share/doc/jdom/index-files/index-2.html
share/doc/jdom/index-files/index-20.html
share/doc/jdom/index-files/index-21.html
share/doc/jdom/index-files/index-3.html
share/doc/jdom/index-files/index-4.html
share/doc/jdom/index-files/index-5.html
share/doc/jdom/index-files/index-6.html
share/doc/jdom/index-files/index-7.html
share/doc/jdom/index-files/index-8.html
share/doc/jdom/index-files/index-9.html
share/doc/jdom/index.html
share/doc/jdom/org/jdom/Attribute.html
share/doc/jdom/org/jdom/CDATA.html
share/doc/jdom/org/jdom/Comment.html
share/doc/jdom/org/jdom/Content.html
share/doc/jdom/org/jdom/DataConversionException.html
share/doc/jdom/org/jdom/DefaultJDOMFactory.html
share/doc/jdom/org/jdom/DocType.html
share/doc/jdom/org/jdom/Document.html
share/doc/jdom/org/jdom/Element.html
share/doc/jdom/org/jdom/EntityRef.html
share/doc/jdom/org/jdom/IllegalAddException.html
share/doc/jdom/org/jdom/IllegalDataException.html
share/doc/jdom/org/jdom/IllegalNameException.html
share/doc/jdom/org/jdom/IllegalTargetException.html
share/doc/jdom/org/jdom/JDOMException.html
share/doc/jdom/org/jdom/JDOMFactory.html
share/doc/jdom/org/jdom/Namespace.html
share/doc/jdom/org/jdom/Parent.html
share/doc/jdom/org/jdom/ProcessingInstruction.html
share/doc/jdom/org/jdom/Text.html
share/doc/jdom/org/jdom/UncheckedJDOMFactory.html
share/doc/jdom/org/jdom/Verifier.html
share/doc/jdom/org/jdom/adapters/AbstractDOMAdapter.html
share/doc/jdom/org/jdom/adapters/CrimsonDOMAdapter.html
share/doc/jdom/org/jdom/adapters/DOMAdapter.html
share/doc/jdom/org/jdom/adapters/JAXPDOMAdapter.html
share/doc/jdom/org/jdom/adapters/OracleV1DOMAdapter.html
share/doc/jdom/org/jdom/adapters/OracleV2DOMAdapter.html
share/doc/jdom/org/jdom/adapters/XML4JDOMAdapter.html
share/doc/jdom/org/jdom/adapters/XercesDOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/AbstractDOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/CrimsonDOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/DOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/JAXPDOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/OracleV1DOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/OracleV2DOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/XML4JDOMAdapter.html
share/doc/jdom/org/jdom/adapters/class-use/XercesDOMAdapter.html
share/doc/jdom/org/jdom/adapters/package-frame.html
share/doc/jdom/org/jdom/adapters/package-summary.html
share/doc/jdom/org/jdom/adapters/package-tree.html
share/doc/jdom/org/jdom/adapters/package-use.html
share/doc/jdom/org/jdom/class-use/Attribute.html
share/doc/jdom/org/jdom/class-use/CDATA.html
share/doc/jdom/org/jdom/class-use/Comment.html
share/doc/jdom/org/jdom/class-use/Content.html
share/doc/jdom/org/jdom/class-use/DataConversionException.html
share/doc/jdom/org/jdom/class-use/DefaultJDOMFactory.html
share/doc/jdom/org/jdom/class-use/DocType.html
share/doc/jdom/org/jdom/class-use/Document.html
share/doc/jdom/org/jdom/class-use/Element.html
share/doc/jdom/org/jdom/class-use/EntityRef.html
share/doc/jdom/org/jdom/class-use/IllegalAddException.html
share/doc/jdom/org/jdom/class-use/IllegalDataException.html
share/doc/jdom/org/jdom/class-use/IllegalNameException.html
share/doc/jdom/org/jdom/class-use/IllegalTargetException.html
share/doc/jdom/org/jdom/class-use/JDOMException.html
share/doc/jdom/org/jdom/class-use/JDOMFactory.html
share/doc/jdom/org/jdom/class-use/Namespace.html
share/doc/jdom/org/jdom/class-use/Parent.html
share/doc/jdom/org/jdom/class-use/ProcessingInstruction.html
share/doc/jdom/org/jdom/class-use/Text.html
share/doc/jdom/org/jdom/class-use/UncheckedJDOMFactory.html
share/doc/jdom/org/jdom/class-use/Verifier.html
share/doc/jdom/org/jdom/filter/AbstractFilter.html
share/doc/jdom/org/jdom/filter/ContentFilter.html
share/doc/jdom/org/jdom/filter/ElementFilter.html
share/doc/jdom/org/jdom/filter/Filter.html
share/doc/jdom/org/jdom/filter/class-use/AbstractFilter.html
share/doc/jdom/org/jdom/filter/class-use/ContentFilter.html
share/doc/jdom/org/jdom/filter/class-use/ElementFilter.html
share/doc/jdom/org/jdom/filter/class-use/Filter.html
share/doc/jdom/org/jdom/filter/package-frame.html
share/doc/jdom/org/jdom/filter/package-summary.html
share/doc/jdom/org/jdom/filter/package-tree.html
share/doc/jdom/org/jdom/filter/package-use.html
share/doc/jdom/org/jdom/input/BuilderErrorHandler.html
share/doc/jdom/org/jdom/input/DOMBuilder.html
share/doc/jdom/org/jdom/input/JDOMParseException.html
share/doc/jdom/org/jdom/input/SAXBuilder.html
share/doc/jdom/org/jdom/input/SAXHandler.html
share/doc/jdom/org/jdom/input/class-use/BuilderErrorHandler.html
share/doc/jdom/org/jdom/input/class-use/DOMBuilder.html
share/doc/jdom/org/jdom/input/class-use/JDOMParseException.html
share/doc/jdom/org/jdom/input/class-use/SAXBuilder.html
share/doc/jdom/org/jdom/input/class-use/SAXHandler.html
share/doc/jdom/org/jdom/input/package-frame.html
share/doc/jdom/org/jdom/input/package-summary.html
share/doc/jdom/org/jdom/input/package-tree.html
share/doc/jdom/org/jdom/input/package-use.html
share/doc/jdom/org/jdom/output/DOMOutputter.html
share/doc/jdom/org/jdom/output/EscapeStrategy.html
share/doc/jdom/org/jdom/output/Format.TextMode.html
share/doc/jdom/org/jdom/output/Format.html
share/doc/jdom/org/jdom/output/JDOMLocator.html
share/doc/jdom/org/jdom/output/SAXOutputter.html
share/doc/jdom/org/jdom/output/XMLOutputter.NamespaceStack.html
share/doc/jdom/org/jdom/output/XMLOutputter.html
share/doc/jdom/org/jdom/output/class-use/DOMOutputter.html
share/doc/jdom/org/jdom/output/class-use/EscapeStrategy.html
share/doc/jdom/org/jdom/output/class-use/Format.TextMode.html
share/doc/jdom/org/jdom/output/class-use/Format.html
share/doc/jdom/org/jdom/output/class-use/JDOMLocator.html
share/doc/jdom/org/jdom/output/class-use/SAXOutputter.html
share/doc/jdom/org/jdom/output/class-use/XMLOutputter.NamespaceStack.html
share/doc/jdom/org/jdom/output/class-use/XMLOutputter.html
share/doc/jdom/org/jdom/output/package-frame.html
share/doc/jdom/org/jdom/output/package-summary.html
share/doc/jdom/org/jdom/output/package-tree.html
share/doc/jdom/org/jdom/output/package-use.html
share/doc/jdom/org/jdom/package-frame.html
share/doc/jdom/org/jdom/package-summary.html
share/doc/jdom/org/jdom/package-tree.html
share/doc/jdom/org/jdom/package-use.html
share/doc/jdom/org/jdom/transform/JDOMResult.html
share/doc/jdom/org/jdom/transform/JDOMSource.html
share/doc/jdom/org/jdom/transform/XSLTransformException.html
share/doc/jdom/org/jdom/transform/XSLTransformer.html
share/doc/jdom/org/jdom/transform/class-use/JDOMResult.html
share/doc/jdom/org/jdom/transform/class-use/JDOMSource.html
share/doc/jdom/org/jdom/transform/class-use/XSLTransformException.html
share/doc/jdom/org/jdom/transform/class-use/XSLTransformer.html
share/doc/jdom/org/jdom/transform/package-frame.html
share/doc/jdom/org/jdom/transform/package-summary.html
share/doc/jdom/org/jdom/transform/package-tree.html
share/doc/jdom/org/jdom/transform/package-use.html
share/doc/jdom/org/jdom/xpath/XPath.html
share/doc/jdom/org/jdom/xpath/class-use/XPath.html
share/doc/jdom/org/jdom/xpath/package-frame.html
share/doc/jdom/org/jdom/xpath/package-summary.html
share/doc/jdom/org/jdom/xpath/package-tree.html
share/doc/jdom/org/jdom/xpath/package-use.html
share/doc/jdom/overview-frame.html
share/doc/jdom/overview-summary.html
share/doc/jdom/overview-tree.html
share/doc/jdom/package-list
share/doc/jdom/resources/inherit.gif
share/doc/jdom/serialized-form.html
share/doc/jdom/stylesheet.css

5
textproc/jdom/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/07/15 12:12:10 obache Exp $
SHA1 (jdom-1.1.1.zip) = e887ce82ccc1f03991b48ba8a190b2d42b2129da
RMD160 (jdom-1.1.1.zip) = 7b20b46822b50e1a7a39a1693ebe01010caf6e61
Size (jdom-1.1.1.zip) = 4054268 bytes