diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/jump/Makefile | 34 | ||||
-rw-r--r-- | java/jump/distinfo | 1 | ||||
-rw-r--r-- | java/jump/pkg-comment | 1 | ||||
-rw-r--r-- | java/jump/pkg-descr | 6 | ||||
-rw-r--r-- | java/jump/pkg-plist | 33 |
6 files changed, 76 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 01e7daf4b341..f06cb182d632 100644 --- a/java/Makefile +++ b/java/Makefile @@ -44,6 +44,7 @@ SUBDIR += jlint SUBDIR += jre SUBDIR += jsdk + SUBDIR += jump SUBDIR += junit SUBDIR += kaffe SUBDIR += linux-blackdown-jdk12 diff --git a/java/jump/Makefile b/java/jump/Makefile new file mode 100644 index 000000000000..bb37bcfa5f0c --- /dev/null +++ b/java/jump/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: JUMP Ultimate Math Package +# Date created: June 13, 2002 +# Whom: Ernst de Haan <znerd@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= jump +PORTVERSION= 0.1 +CATEGORIES= java math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= jump-math +DISTNAME= ${PORTNAME}-${PORTVERSION}-bin + +MAINTAINER= znerd@FreeBSD.org + +NO_BUILD= yes + +USE_JAVA= 1.2+ + +NO_WRKSUBDIR= YES +PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} +TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION} + +do-install: + @${ECHO} -n ">> Creating directory ${TARGET_DIR}..." + @${MKDIR} ${TARGET_DIR} + @${ECHO} " [ DONE ]" + + @${ECHO} -n ">> Copying files..." + @${CP} -r ${WRKSRC}/* ${TARGET_DIR} + @${ECHO} " [ DONE ]" + +.include <bsd.port.mk> diff --git a/java/jump/distinfo b/java/jump/distinfo new file mode 100644 index 000000000000..d53289828c7f --- /dev/null +++ b/java/jump/distinfo @@ -0,0 +1 @@ +MD5 (jump-0.1-bin.tar.gz) = 458fae458a1479eccdd32f1a20b7f244 diff --git a/java/jump/pkg-comment b/java/jump/pkg-comment new file mode 100644 index 000000000000..86a451d30ef5 --- /dev/null +++ b/java/jump/pkg-comment @@ -0,0 +1 @@ +Java library for arbitrary precision computations diff --git a/java/jump/pkg-descr b/java/jump/pkg-descr new file mode 100644 index 000000000000..fd3f9cf795d5 --- /dev/null +++ b/java/jump/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://sourceforge.net/projects/jump-math/ diff --git a/java/jump/pkg-plist b/java/jump/pkg-plist new file mode 100644 index 000000000000..9a21475e1390 --- /dev/null +++ b/java/jump/pkg-plist @@ -0,0 +1,33 @@ +%%T%%/src/main/org/znerd/math/MandatoryArgumentChecker.java +%%T%%/src/main/org/znerd/math/CanNotCompareException.java +%%T%%/src/main/org/znerd/math/RationalNumber.java +%%T%%/src/main/org/znerd/math/BasicIntegerNumber.java +%%T%%/src/main/org/znerd/math/BasicRationalNumber.java +%%T%%/src/main/org/znerd/math/CompositeNumber.java +%%T%%/src/main/org/znerd/math/DefaultNumberFactory.java +%%T%%/src/main/org/znerd/math/DigitSet.java +%%T%%/src/main/org/znerd/math/IntegerNumber.java +%%T%%/src/main/org/znerd/math/LongIntegerNumber.java +%%T%%/src/main/org/znerd/math/Power.java +%%T%%/src/main/org/znerd/math/Product.java +%%T%%/src/main/org/znerd/math/NumberCentral.java +%%T%%/src/main/org/znerd/math/NumberFactory.java +%%T%%/src/main/org/znerd/math/RealNumber.java +%%T%%/src/main/org/znerd/math/RoundingMode.java +%%T%%/src/main/org/znerd/math/AbstractCompositeNumber.java +%%T%%/src/main/org/znerd/math/Sum.java +%%T%%/src/main/org/znerd/math/MissingArgumentException.java +%%T%%/src/examples/org/znerd/math/examples/simple/SimpleExample.java +%%T%%/build.xml +@dirrm %%T%%/src/main/org/znerd/math +@dirrm %%T%%/src/main/org/znerd +@dirrm %%T%%/src/main/org +@dirrm %%T%%/src/main +@dirrm %%T%%/src/examples/org/znerd/math/examples/simple +@dirrm %%T%%/src/examples/org/znerd/math/examples +@dirrm %%T%%/src/examples/org/znerd/math +@dirrm %%T%%/src/examples/org/znerd +@dirrm %%T%%/src/examples/org +@dirrm %%T%%/src/examples +@dirrm %%T%%/src +@dirrm %%T%% |