mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
java/apache-commons-collections4: repocopy from java/apache-commons-collections
Note: this port use the pre-build jar, to avoid the maven burden.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
SUBDIR += apache-commons-cli
|
||||
SUBDIR += apache-commons-codec
|
||||
SUBDIR += apache-commons-collections
|
||||
SUBDIR += apache-commons-collections4
|
||||
SUBDIR += apache-commons-dbcp
|
||||
SUBDIR += apache-commons-httpclient
|
||||
SUBDIR += apache-commons-lang
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
# Created by: Ernst de Haan <znerd@FreeBSD.org>
|
||||
|
||||
PORTNAME= commons-collections4
|
||||
PORTVERSION= 4.4
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= APACHE_COMMONS_BINARIES
|
||||
MASTER_SITE_SUBDIR= collections
|
||||
PKGNAMEPREFIX= apache-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Classes that extend/augment the Java Collections Framework
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 8+
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
PORTDOCS= apidocs
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar \
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1651241454
|
||||
SHA256 (commons-collections4-4.4-bin.tar.gz) = 008302a86b1c70d5b01df3b955836fc6a2b323b7b9bb63840b4dc0ff260348c2
|
||||
SIZE (commons-collections4-4.4-bin.tar.gz) = 7958124
|
||||
@@ -0,0 +1,7 @@
|
||||
A suite of classes that extend or augment the Java Collections
|
||||
Framework. Commons-Collections seek to build upon the JDK classes
|
||||
by providing new interfaces, implementations and utilities.
|
||||
|
||||
This port correspond to release 4.x.
|
||||
|
||||
WWW: https://commons.apache.org/proper/commons-collections/
|
||||
Reference in New Issue
Block a user