java/jump: Remove port
Niche use case, not aligned with broad server application needs
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
SUBDIR += jrosetta
|
||||
SUBDIR += jta
|
||||
SUBDIR += jtiger
|
||||
SUBDIR += jump
|
||||
SUBDIR += junit
|
||||
SUBDIR += jxgrabkey
|
||||
SUBDIR += lightweight-java-profiler
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
PORTNAME= jump
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= java math
|
||||
MASTER_SITES= SF/${PORTNAME}-math/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Java library for arbitrary precision computations
|
||||
WWW= https://jump-math.sourceforge.net/
|
||||
|
||||
USES= java:ant,run
|
||||
|
||||
ALL_TARGET= jar
|
||||
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCS_ALL_TARGET= apidocs
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/build/apidocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (jump-0.5.tar.gz) = 608c3ea156cca8ce6890f593467a8b5b41b257479a84178bff8b957ed56ddac0
|
||||
SIZE (jump-0.5.tar.gz) = 31266
|
||||
@@ -1,4 +0,0 @@
|
||||
JUMP Ultimate Math Package (JUMP) is a Java-based extensible
|
||||
high-precision math package. Includes support for computations
|
||||
based on fractions. Support is included for converting to
|
||||
floating point numbers and BigDecimals.
|
||||
Reference in New Issue
Block a user