aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-05-10 00:42:27 +0800
committerbf <bf@FreeBSD.org>2011-05-10 00:42:27 +0800
commit9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82 (patch)
tree429963647e6e5bedcc078c89848272ba7005f80f /math
parent09c383e1087f0045ede49a9c0779de7fdbbe9e47 (diff)
downloadfreebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.gz
freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.zst
freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.zip
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Diffstat (limited to 'math')
-rw-r--r--math/asymptote/Makefile2
-rw-r--r--math/dieharder/Makefile1
-rw-r--r--math/giacxcas/Makefile2
-rw-r--r--math/gsl/Makefile9
-rw-r--r--math/gsl/distinfo4
-rw-r--r--math/gsl/pkg-plist3
-rw-r--r--math/labplot/Makefile4
-rw-r--r--math/octave-forge-gsl/Makefile4
-rw-r--r--math/octave-forge/Makefile1
-rw-r--r--math/orpie/Makefile4
-rw-r--r--math/p5-Math-GSL/Makefile3
-rw-r--r--math/pspp/Makefile2
-rw-r--r--math/py-gsl/Makefile3
-rw-r--r--math/qtiplot/Makefile3
-rw-r--r--math/ruby-gsl/Makefile3
15 files changed, 29 insertions, 19 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 0ae95555cf09..698930f315b5 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org
COMMENT= A powerful script-based vector graphics language
.if defined(WITH_GSL)
-LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl
.endif
.if defined(WITH_FFTW)
LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile
index 817b221d5a39..7918a55d2145 100644
--- a/math/dieharder/Makefile
+++ b/math/dieharder/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dieharder
PORTVERSION= 3.31.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/
EXTRACT_SUFX= .tgz
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index effa70689bac..ca919c6fa56d 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -7,7 +7,7 @@
PORTNAME= giacxcas
PORTVERSION= 0.9.1
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp-fourier.ujf-grenoble.fr/xcas/freebsd/ \
http://people.math.jussieu.fr/~han/xcas/sources/
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 1a8a2b796c10..92e7277b3925 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gsl
-PORTVERSION= 1.14
+PORTVERSION= 1.15
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \
http://www.gnu.org/software/${PORTNAME}/manual/:gslref
@@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= bf@FreeBSD.org
COMMENT= The GNU Scientific Library - mathematical libs
+LICENSE= GPLv3
+
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
@@ -41,8 +43,9 @@ post-install:
${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
.endif
-regression-test:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check
+check regression-test test: build
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
+ ${MAKE_ARGS} check)
.include <bsd.port.pre.mk>
diff --git a/math/gsl/distinfo b/math/gsl/distinfo
index 2a10ba25a427..a578db852b1a 100644
--- a/math/gsl/distinfo
+++ b/math/gsl/distinfo
@@ -1,3 +1,3 @@
-SHA256 (gsl-1.14.tar.gz) = 3d4a47afd9a1e7c73b97791b4180d8cc4d5f0e5db6027fe06437f1f3f957fafb
-SIZE (gsl-1.14.tar.gz) = 3128269
+SHA256 (gsl-1.15.tar.gz) = 85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3
+SIZE (gsl-1.15.tar.gz) = 3281134
SHA256 (gsl-ref.ps.gz) = IGNORE
diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist
index 0cd3ba774310..257040f8b3f5 100644
--- a/math/gsl/pkg-plist
+++ b/math/gsl/pkg-plist
@@ -88,6 +88,7 @@ include/gsl/gsl_multiset.h
include/gsl/gsl_nan.h
include/gsl/gsl_ntuple.h
include/gsl/gsl_odeiv.h
+include/gsl/gsl_odeiv2.h
include/gsl/gsl_permutation.h
include/gsl/gsl_permute.h
include/gsl/gsl_permute_char.h
@@ -222,7 +223,7 @@ include/gsl/gsl_wavelet2d.h
lib/libgsl.a
lib/libgsl.la
lib/libgsl.so
-lib/libgsl.so.15
+lib/libgsl.so.16
lib/libgslcblas.a
lib/libgslcblas.la
lib/libgslcblas.so
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index 74a688294f10..d4b313bd345a 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= LabPlot
PORTVERSION= 1.6.0.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= math kde
MASTER_SITES= SF
@@ -17,7 +17,7 @@ COMMENT= LabPlot : Data analysis and visualisation
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jasper.4:${PORTSDIR}/graphics/jasper \
MagickWand.4:${PORTSDIR}/graphics/ImageMagick \
- gsl.15:${PORTSDIR}/math/gsl \
+ gsl.16:${PORTSDIR}/math/gsl \
fftw3.5:${PORTSDIR}/math/fftw3 \
qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \
origin.0:${PORTSDIR}/math/liborigin
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile
index 831a04163378..90361039be04 100644
--- a/math/octave-forge-gsl/Makefile
+++ b/math/octave-forge-gsl/Makefile
@@ -7,14 +7,14 @@
PORTNAME= octave-forge-gsl
PORTVERSION= 1.0.8
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
GNU_CONFIGURE= yes
-LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
post-patch:
@${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config*
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 8ffe292fa4d6..95d61db5efbf 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -7,6 +7,7 @@
PORTNAME= octave-forge
PORTVERSION= 20110205
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index 278509da3bb9..92f63f80c61c 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -7,7 +7,7 @@
PORTNAME= orpie
PORTVERSION= 1.5.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES+= math
MASTER_SITES= http://pessimization.com/software/orpie/
@@ -15,7 +15,7 @@ MAINTAINER= dylan@dylex.net
COMMENT= A fullscreen RPN calculator for the console
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index cdb70c81d7fb..3ee9657bfc23 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Math-GSL
PORTVERSION= 0.22
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +18,7 @@ COMMENT= A perl interface to GNU Scientific Library
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class
-LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index b8a47d118848..225ae0a2c8e7 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pspp
PORTVERSION= 0.6.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= GNU
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index 8a12f505b41e..9c88b1463e7d 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gsl
PORTVERSION= 0.9.5
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ COMMENT= Python interface to GNU Scientific Library
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
-LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile
index f0dabe039bd8..ee2e46a06ac9 100644
--- a/math/qtiplot/Makefile
+++ b/math/qtiplot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qtiplot
DISTVERSION= 0.9.8.5
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
@@ -14,7 +15,7 @@ MAINTAINER= makc@FreeBSD.org
COMMENT= An Origin clone for data analysis and scientific plotting
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
-LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \
+LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \
boost_date_time:${PORTSDIR}/devel/boost-libs
# use bundled modified libraries
# qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index f18ed7ef1217..53fc0d0bbef8 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gsl
PORTVERSION= 1.14.4
+PORTREVISION= 1
CATEGORIES= math ruby
MASTER_SITES= RF
MASTER_SITE_SUBDIR= rb-${PORTNAME}
@@ -17,7 +18,7 @@ DIST_SUBDIR= ruby
MAINTAINER= clsung@FreeBSD.org
COMMENT= A Ruby extension library for GSL (GNU Scientific Library)
-LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
USE_RUBY= yes
USE_RUBY_SETUP= yes