diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-03 20:33:07 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-03 20:33:07 +0800 |
commit | dea657602c4fe7ff923c01a32be54d94a0881582 (patch) | |
tree | b13c41a08b5b97463b46c2a6e6984c572f9bb58f /math/gsl | |
parent | d87660cb05fd2483229df450e6692598ee995f7e (diff) | |
download | freebsd-ports-gnome-dea657602c4fe7ff923c01a32be54d94a0881582.tar.gz freebsd-ports-gnome-dea657602c4fe7ff923c01a32be54d94a0881582.tar.zst freebsd-ports-gnome-dea657602c4fe7ff923c01a32be54d94a0881582.zip |
Update to version 0.7
PR: 22543
Submitted by: MAINTAINER
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 13 |
3 files changed, 12 insertions, 5 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 2576f53fff12..936aeaddbfd9 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= math MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ \ ftp://ftp.freesoftware.com/pub/sourceware/gsl/ \ diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 3f9c9bef9c0a..b1896b448d29 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.6.tar.gz) = 1081bca46d26dbed01ba8476daa9aaa4 +MD5 (gsl-0.7.tar.gz) = d20ef38971c4b813b94b3b2079351ab7 MD5 (gsl-ref.ps.gz) = 9471ea60b0eb01fb2ba2973edf4a546d diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 849c57a09670..361643fe40ad 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -27,6 +27,10 @@ include/gsl/gsl_block_ushort.h include/gsl/gsl_cblas.h include/gsl/gsl_complex.h include/gsl/gsl_complex_math.h +include/gsl/gsl_const.h +include/gsl/gsl_const_cgs.h +include/gsl/gsl_const_mks.h +include/gsl/gsl_const_num.h include/gsl/gsl_dft_complex.h include/gsl/gsl_dft_complex_float.h include/gsl/gsl_dht.h @@ -39,6 +43,7 @@ include/gsl/gsl_fft_halfcomplex.h include/gsl/gsl_fft_halfcomplex_float.h include/gsl/gsl_fft_real.h include/gsl/gsl_fft_real_float.h +include/gsl/gsl_fit.h include/gsl/gsl_heapsort.h include/gsl/gsl_histogram.h include/gsl/gsl_histogram2d.h @@ -70,6 +75,8 @@ include/gsl/gsl_monte.h include/gsl/gsl_monte_miser.h include/gsl/gsl_monte_plain.h include/gsl/gsl_monte_vegas.h +include/gsl/gsl_multifit.h +include/gsl/gsl_multifit_nlin.h include/gsl/gsl_multimin.h include/gsl/gsl_multiroots.h include/gsl/gsl_odeiv.h @@ -214,12 +221,12 @@ info/gsl-ref.info-17 lib/libgsl.a lib/libgsl.so lib/libgsl.so.0 +lib/libgslblas.a +lib/libgslblas.so +lib/libgslblas.so.0 lib/libgslblascblas.a lib/libgslblascblas.so lib/libgslblascblas.so.0 -lib/libgslblasnative.a -lib/libgslblasnative.so -lib/libgslblasnative.so.0 share/aclocal/gsl.m4 share/doc/gsl/gsl-ref.ps @dirrm include/gsl |