diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /math | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) | |
download | ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/abakus/Makefile | 2 | ||||
-rw-r--r-- | math/cgal/Makefile | 4 | ||||
-rw-r--r-- | math/cln/Makefile | 3 | ||||
-rw-r--r-- | math/cvc3/Makefile | 2 | ||||
-rw-r--r-- | math/glpk/Makefile | 1 | ||||
-rw-r--r-- | math/gmp-ecm/Makefile | 1 | ||||
-rw-r--r-- | math/igraph/Makefile | 3 | ||||
-rw-r--r-- | math/kcalc/Makefile | 3 | ||||
-rw-r--r-- | math/libjbigi/Makefile | 1 | ||||
-rw-r--r-- | math/mpfr/Makefile | 3 | ||||
-rw-r--r-- | math/ndiff/Makefile | 4 | ||||
-rw-r--r-- | math/ntl/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-GMP/Makefile | 3 | ||||
-rw-r--r-- | math/polymake/Makefile | 3 | ||||
-rw-r--r-- | math/py-gmpy/Makefile | 3 | ||||
-rw-r--r-- | math/py-mpz/Makefile | 4 | ||||
-rw-r--r-- | math/ruby-gmp/Makefile | 4 | ||||
-rw-r--r-- | math/sdpa-gmp/Makefile | 3 | ||||
-rw-r--r-- | math/surf/Makefile | 4 | ||||
-rw-r--r-- | math/testu01/Makefile | 1 | ||||
-rw-r--r-- | math/wcalc/Makefile | 4 | ||||
-rw-r--r-- | math/yacas/Makefile | 2 |
23 files changed, 39 insertions, 26 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index a0050d77e3b0..c5d53f041883 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -6,7 +6,7 @@ PORTNAME= abakus PORTVERSION= 0.91 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde MASTER_SITES= http://grammarian.homelinux.net/abakus/ \ http://www.athame.co.uk/mirror/ diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 1a856035c6d8..04a8dc7fe932 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -7,7 +7,7 @@ PORTNAME= cgal PORTVERSION= 3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/15692/ DISTNAME= CGAL-${PORTVERSION} @@ -22,7 +22,7 @@ COMMENT= A computational geometry library BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ - gmp.7:${PORTSDIR}/math/libgmp4 \ + gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr USE_LDCONFIG= yes diff --git a/math/cln/Makefile b/math/cln/Makefile index ef91ec8903b3..f55ab3071b14 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -8,6 +8,7 @@ PORTNAME= cln PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ @@ -16,7 +17,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ MAINTAINER= araujo@FreeBSD.org COMMENT= Class Library for Numbers -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 8e51e68174da..7be5bb195783 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvc3 PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 8603a1aef989..91e45742df93 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -7,6 +7,7 @@ PORTNAME= glpk PORTVERSION= 4.37 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index 91a04acd2f95..ad2c44664c4d 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmp-ecm PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/4663/ DISTNAME= ecm-${PORTVERSION} diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 061df2618dcf..01dec2f4391d 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -7,13 +7,14 @@ PORTNAME= igraph PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://cneurocvs.rmki.kfki.hu/igraph/download/ MAINTAINER= wenheping@gmail.com COMMENT= Package For Manipulating Undirected And Directed Graphs -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ zip.1:${PORTSDIR}/archivers/libzip \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg diff --git a/math/libjbigi/Makefile b/math/libjbigi/Makefile index 76cca81c4e67..6876658177c5 100644 --- a/math/libjbigi/Makefile +++ b/math/libjbigi/Makefile @@ -7,6 +7,7 @@ PORTNAME= libjbigi PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= math java MASTER_SITES= http://mirror.i2p2.de/ \ ${MASTER_SITE_GOOGLE_CODE} diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index b0f22eb5e29d..a350d1819a18 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpfr PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr @@ -14,7 +15,7 @@ DIST_SUBDIR= mpfr MAINTAINER= ale@FreeBSD.org COMMENT= A library for multiple-precision floating-point computations -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile index d3827dd719d8..c40bb9a06aac 100644 --- a/math/ndiff/Makefile +++ b/math/ndiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= ndiff PORTVERSION= 2.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/ PKGNAMEPREFIX= @@ -18,7 +18,7 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences .include <bsd.port.pre.mk> .if !defined(WITHOUT_GMP) -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gmp diff --git a/math/ntl/Makefile b/math/ntl/Makefile index bd66c0852fff..efb89ac90914 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntl PORTVERSION= 5.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ @@ -16,7 +16,7 @@ COMMENT= Victor Shoup's Number Theory Library # ntl is faster with libgmp4, but you can disable it .if !defined(WITHOUT_GMP) -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 .endif USE_PERL5_BUILD= yes diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 77b50763b337..384758b1ce59 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-BigInt-GMP PORTVERSION= 1.24 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 BUILD_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 42d7ef3af218..4c089721403d 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GMP PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Perl module that provides an interface to the GMP library -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 PERL_CONFIGURE= yes diff --git a/math/polymake/Makefile b/math/polymake/Makefile index f00dfc890800..710afc3f784f 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -7,6 +7,7 @@ PORTNAME= polymake PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/ @@ -16,7 +17,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-install.diff MAINTAINER= gawrilow@math.tu-berlin.de COMMENT= A framework for experimental discrete geometry -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes USE_BZIP2= yes diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 405e09b86922..0aad06af82e9 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmpy PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Python Extension that Wraps the GMP Library -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_ZIP= yes USE_PYTHON= yes diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 51e736f15c06..6e7341e47a36 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpz PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= ${PYTHON_MASTER_SITES} @@ -18,7 +18,7 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT= Python bindings to the GNU Multiple Precision library -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mpz.so DIST_SUBDIR= python diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index 81091da1ad3b..fb1bc9a11d3e 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmp PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math ruby MASTER_SITES= http://raa.ruby-lang.org/cache/libgmp-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby bindings to GNU Multiprecision Library -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index d96e10e08c4c..14aa61c0a1b8 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdpa-gmp PORTVERSION= 7.1.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE} ${MANUALFILE} @@ -25,7 +26,7 @@ SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf GNU_CONFIGURE= yes LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ - gmp.7:${PORTSDIR}/math/libgmp4 \ + gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr CONFIGURE_ARGS+= --with-system-spooles diff --git a/math/surf/Makefile b/math/surf/Makefile index 859480158a75..7f6bcce2330f 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,7 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF @@ -18,7 +18,7 @@ COMMENT= Visualize some real algebraic geometry LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.7:${PORTSDIR}/math/libgmp4 + gmp.8:${PORTSDIR}/math/libgmp4 USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/math/testu01/Makefile b/math/testu01/Makefile index 077ca4e1366f..d4dbce314be9 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -7,6 +7,7 @@ PORTNAME= TestU01 PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.iro.umontreal.ca/~simardr/testu01/:0 \ http://www.iro.umontreal.ca/~lecuyer/myftp/papers/:1 diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index c620cb79ae61..2cbc125b1ab9 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= wcalc PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= w-calc @@ -16,7 +16,7 @@ DISTNAME= wcalc-${PORTVERSION} MAINTAINER= amarendra.godbole@gmail.com COMMENT= A natural-expression command-line calculator -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr CFLAGS+= -I${LOCALBASE}/include diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 0be19f162a04..65237041e944 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -36,7 +36,7 @@ BROKEN= Does not compile with GCC 4.2 .endif .if defined(WITH_GMP) -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+= --with-numlib=gmp PLIST_SUB+= GMP="" NOGMP="@comment " CPPFLAGS+= -I${LOCALBASE}/include |