New port: Jakarta Commons CLI library.

Java-library for command line arguments and options.
This commit is contained in:
Ernst de Haan 2002-11-14 09:02:09 +00:00
parent 8e75d2de77
commit 7c9f4056a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70091
6 changed files with 142 additions and 0 deletions

View File

@ -16,6 +16,7 @@
SUBDIR += jad
SUBDIR += jaf
SUBDIR += jakarta-bcel
SUBDIR += jakarta-commons-cli
SUBDIR += jakarta-commons-collections
SUBDIR += jakarta-commons-lang
SUBDIR += jakarta-log4j

View File

@ -0,0 +1,50 @@
# New ports collection makefile for: Jakarta Commons Collections
# Date created: October 18, 2002
# Whom: Ernst de Haan <znerd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= commons-cli
PORTVERSION= 1.0
CATEGORIES= java
MASTER_SITES= http://jakarta.apache.org/builds/jakarta-commons/release/${PORTNAME}/v${PORTVERSION}/
PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= znerd@FreeBSD.org
BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant \
${LOCALBASE}/share/java/classes/commons-lang.jar:${PORTSDIR}/java/jakarta-commons-lang
USE_JAVA= 1.2+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
ANT?= ${LOCALBASE}/bin/ant
.if defined(NOPORTDOCS)
ANT_TARGET= jar -Dnoget
.else
ANT_TARGET= jar javadoc -Dnoget -verbose
.endif
JAVASHAREDIR= ${PREFIX}/share/java
JARDIR= ${JAVASHAREDIR}/classes
JARFILE= ${PORTNAME}.jar
do-build:
@${MKDIR} ${WRKSRC}/lib
@cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
do-install:
@${ECHO} -n ">> Installing JAR as ${JARDIR}/${JARFILE}..."
@${CP} ${WRKSRC}/dist/${JARFILE} ${JARDIR}/
@${ECHO} " [ DONE ]"
.if !defined(NOPORTDOCS)
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
${MKDIR} ${DOCSDIR}
${CP} -r ${WRKSRC}/dist/docs/api/* ${DOCSDIR}
@${ECHO} " [ DONE ]"
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (commons-cli-1.0-src.tar.gz) = ba34d585046b1f17dacbb13b377f4255

View File

@ -0,0 +1 @@
Java library for command line arguments and options

View File

@ -0,0 +1,4 @@
The Jakarta Commons CLI library provides a simple and easy to use
API for working with the command line arguments and options.
WWW: http://jakarta.apache.org/commons/cli/

View File

@ -0,0 +1,85 @@
share/doc/commons-collections/org/apache/commons/collections/iterators/UniqueFilterIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/package-frame.html
share/doc/commons-collections/org/apache/commons/collections/iterators/ArrayIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/CollatingIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/EnumerationIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/FilterIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/FilterListIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/IteratorChain.html
share/doc/commons-collections/org/apache/commons/collections/iterators/IteratorEnumeration.html
share/doc/commons-collections/org/apache/commons/collections/iterators/ListIteratorWrapper.html
share/doc/commons-collections/org/apache/commons/collections/iterators/ProxyIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/ProxyListIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/SingletonIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/SingletonListIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/TransformIterator.html
share/doc/commons-collections/org/apache/commons/collections/iterators/package-summary.html
share/doc/commons-collections/org/apache/commons/collections/comparators/ComparatorChain.html
share/doc/commons-collections/org/apache/commons/collections/comparators/package-frame.html
share/doc/commons-collections/org/apache/commons/collections/comparators/ComparableComparator.html
share/doc/commons-collections/org/apache/commons/collections/comparators/package-summary.html
share/doc/commons-collections/org/apache/commons/collections/comparators/NullComparator.html
share/doc/commons-collections/org/apache/commons/collections/comparators/ReverseComparator.html
share/doc/commons-collections/org/apache/commons/collections/comparators/TransformingComparator.html
share/doc/commons-collections/org/apache/commons/collections/Bag.html
share/doc/commons-collections/org/apache/commons/collections/Buffer.html
share/doc/commons-collections/org/apache/commons/collections/Closure.html
share/doc/commons-collections/org/apache/commons/collections/Factory.html
share/doc/commons-collections/org/apache/commons/collections/MultiMap.html
share/doc/commons-collections/org/apache/commons/collections/Predicate.html
share/doc/commons-collections/org/apache/commons/collections/PriorityQueue.html
share/doc/commons-collections/org/apache/commons/collections/SortedBag.html
share/doc/commons-collections/org/apache/commons/collections/Transformer.html
share/doc/commons-collections/org/apache/commons/collections/ArrayStack.html
share/doc/commons-collections/org/apache/commons/collections/BagUtils.html
share/doc/commons-collections/org/apache/commons/collections/BeanMap.html
share/doc/commons-collections/org/apache/commons/collections/BeanMap.MyMapEntry.html
share/doc/commons-collections/org/apache/commons/collections/BinaryHeap.html
share/doc/commons-collections/org/apache/commons/collections/BoundedFifoBuffer.html
share/doc/commons-collections/org/apache/commons/collections/BufferUtils.html
share/doc/commons-collections/org/apache/commons/collections/CollectionUtils.html
share/doc/commons-collections/org/apache/commons/collections/ComparatorUtils.html
share/doc/commons-collections/org/apache/commons/collections/CursorableLinkedList.html
share/doc/commons-collections/org/apache/commons/collections/CursorableLinkedList.Cursor.html
share/doc/commons-collections/org/apache/commons/collections/DefaultMapBag.html
share/doc/commons-collections/org/apache/commons/collections/DefaultMapEntry.html
share/doc/commons-collections/org/apache/commons/collections/DoubleOrderedMap.html
share/doc/commons-collections/org/apache/commons/collections/ExtendedProperties.html
share/doc/commons-collections/org/apache/commons/collections/FastArrayList.html
share/doc/commons-collections/org/apache/commons/collections/FastHashMap.html
share/doc/commons-collections/org/apache/commons/collections/FastTreeMap.html
share/doc/commons-collections/org/apache/commons/collections/HashBag.html
share/doc/commons-collections/org/apache/commons/collections/IteratorUtils.html
share/doc/commons-collections/org/apache/commons/collections/ListUtils.html
share/doc/commons-collections/org/apache/commons/collections/LRUMap.html
share/doc/commons-collections/org/apache/commons/collections/MapUtils.html
share/doc/commons-collections/org/apache/commons/collections/MultiHashMap.html
share/doc/commons-collections/org/apache/commons/collections/ProxyMap.html
share/doc/commons-collections/org/apache/commons/collections/ReferenceMap.html
share/doc/commons-collections/org/apache/commons/collections/SequencedHashMap.html
share/doc/commons-collections/org/apache/commons/collections/SetUtils.html
share/doc/commons-collections/org/apache/commons/collections/StaticBucketMap.html
share/doc/commons-collections/org/apache/commons/collections/SynchronizedPriorityQueue.html
share/doc/commons-collections/org/apache/commons/collections/TreeBag.html
share/doc/commons-collections/org/apache/commons/collections/UnboundedFifoBuffer.html
share/doc/commons-collections/org/apache/commons/collections/BufferOverflowException.html
share/doc/commons-collections/org/apache/commons/collections/package-summary.html
share/doc/commons-collections/org/apache/commons/collections/BufferUnderflowException.html
share/doc/commons-collections/org/apache/commons/collections/package-frame.html
share/doc/commons-collections/serialized-form.html
share/doc/commons-collections/packages.html
share/doc/commons-collections/package-list
share/doc/commons-collections/overview-summary.html
share/doc/commons-collections/overview-frame.html
share/doc/commons-collections/index.html
share/doc/commons-collections/index-all.html
share/doc/commons-collections/stylesheet.css
share/doc/commons-collections/allclasses-frame.html
share/java/classes/commons-collections.jar
@dirrm share/doc/commons-collections/org/apache/commons/collections/iterators
@dirrm share/doc/commons-collections/org/apache/commons/collections/comparators
@dirrm share/doc/commons-collections/org/apache/commons/collections
@dirrm share/doc/commons-collections/org/apache/commons
@dirrm share/doc/commons-collections/org/apache
@dirrm share/doc/commons-collections/org
@dirrm share/doc/commons-collections