New port: JUMP Ultimate Math Package.

This commit is contained in:
Ernst de Haan 2002-06-13 12:15:52 +00:00
parent 874fcd1d0a
commit 43a6bfd036
6 changed files with 76 additions and 0 deletions

View file

@ -44,6 +44,7 @@
SUBDIR += jlint
SUBDIR += jre
SUBDIR += jsdk
SUBDIR += jump
SUBDIR += junit
SUBDIR += kaffe
SUBDIR += linux-blackdown-jdk12

34
java/jump/Makefile Normal file
View file

@ -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>

1
java/jump/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (jump-0.1-bin.tar.gz) = 458fae458a1479eccdd32f1a20b7f244

1
java/jump/pkg-comment Normal file
View file

@ -0,0 +1 @@
Java library for arbitrary precision computations

6
java/jump/pkg-descr Normal file
View file

@ -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/

33
java/jump/pkg-plist Normal file
View file

@ -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%%