- Update to JUMP 0.5

- Unbroken
- Using PORTDOCS macro
- Removed non-existent metaverse.nl download site
This commit is contained in:
Ernst de Haan 2004-04-15 22:07:40 +00:00
parent ee5b9a9ffa
commit 4932a3ba74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107157
3 changed files with 13 additions and 63 deletions

View file

@ -6,18 +6,14 @@
#
PORTNAME= jump
PORTVERSION= 0.4.1
PORTREVISION= 1
PORTVERSION= 0.5
CATEGORIES= java math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.metaverse.nl/~ernst/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jump-math
MAINTAINER= znerd@FreeBSD.org
COMMENT= Java library for arbitrary precision computations
BROKEN= Checksum mismatch
BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant
USE_JAVA= 1.2+
@ -31,13 +27,18 @@ ANT_TARGET= jar apidocs
JAVASHAREDIR= ${PREFIX}/share/java
JARDIR= ${JAVASHAREDIR}/classes
JARFILE= ${PORTNAME}.jar
DESTJARFILE= ${PORTNAME}.jar
.if !defined(NOPORTDOCS)
PORTDOCS= ${WRKSRC}/build/apidocs
.endif
do-build:
@cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
do-install:
@${ECHO} -n ">> Installing JAR as ${JARDIR}/${JARFILE}..."
@${CP} ${WRKSRC}/build/${JARFILE} ${JARDIR}/
@${ECHO} -n ">> Installing JAR as ${JARDIR}/${DESTJARFILE}..."
@${CP} ${WRKSRC}/build/${JARFILE} ${JARDIR}/${DESTJARFILE}
@${ECHO} " [ DONE ]"
.if !defined(NOPORTDOCS)

View file

@ -1 +1,2 @@
MD5 (jump-0.4.1.tar.gz) = c78115916075cc6e06382036ab8bd27d
MD5 (jump-0.5.tar.gz) = 1360e9bd6c017f754591735f0144a9a0
SIZE (jump-0.5.tar.gz) = 31266

View file

@ -1,53 +1 @@
share/doc/jump/org/znerd/math/class-use/RoundingModes.html
share/doc/jump/org/znerd/math/class-use/RationalNumber.html
share/doc/jump/org/znerd/math/class-use/IntegerNumber.html
share/doc/jump/org/znerd/math/class-use/SmallIntegerNumber.html
share/doc/jump/org/znerd/math/class-use/CanNotCompareException.html
share/doc/jump/org/znerd/math/class-use/BigIntegerNumber.html
share/doc/jump/org/znerd/math/class-use/BasicRationalNumber.html
share/doc/jump/org/znerd/math/class-use/CompositeNumber.html
share/doc/jump/org/znerd/math/class-use/AbstractCompositeNumber.html
share/doc/jump/org/znerd/math/class-use/Product.html
share/doc/jump/org/znerd/math/class-use/RoundingMode.html
share/doc/jump/org/znerd/math/class-use/NumberCentral.html
share/doc/jump/org/znerd/math/class-use/Power.html
share/doc/jump/org/znerd/math/class-use/DigitSet.html
share/doc/jump/org/znerd/math/class-use/BasicDigitSet.html
share/doc/jump/org/znerd/math/class-use/Sum.html
share/doc/jump/org/znerd/math/class-use/RealNumber.html
share/doc/jump/org/znerd/math/package-use.html
share/doc/jump/org/znerd/math/package-summary.html
share/doc/jump/org/znerd/math/package-tree.html
share/doc/jump/org/znerd/math/package-frame.html
share/doc/jump/org/znerd/math/RoundingModes.html
share/doc/jump/org/znerd/math/AbstractCompositeNumber.html
share/doc/jump/org/znerd/math/BasicDigitSet.html
share/doc/jump/org/znerd/math/BasicRationalNumber.html
share/doc/jump/org/znerd/math/BigIntegerNumber.html
share/doc/jump/org/znerd/math/CompositeNumber.html
share/doc/jump/org/znerd/math/DigitSet.html
share/doc/jump/org/znerd/math/IntegerNumber.html
share/doc/jump/org/znerd/math/NumberCentral.html
share/doc/jump/org/znerd/math/Power.html
share/doc/jump/org/znerd/math/Product.html
share/doc/jump/org/znerd/math/RationalNumber.html
share/doc/jump/org/znerd/math/RealNumber.html
share/doc/jump/org/znerd/math/RoundingMode.html
share/doc/jump/org/znerd/math/SmallIntegerNumber.html
share/doc/jump/org/znerd/math/Sum.html
share/doc/jump/org/znerd/math/CanNotCompareException.html
share/doc/jump/serialized-form.html
share/doc/jump/packages.html
share/doc/jump/package-list
share/doc/jump/overview-tree.html
share/doc/jump/index.html
share/doc/jump/index-all.html
share/doc/jump/help-doc.html
share/doc/jump/deprecated-list.html
share/doc/jump/stylesheet.css
share/doc/jump/allclasses-frame.html
@dirrm share/doc/jump/org/znerd/math/class-use
@dirrm share/doc/jump/org/znerd/math
@dirrm share/doc/jump/org/znerd
@dirrm share/doc/jump/org
@dirrm share/doc/jump
share/java/classes/jump.jar