diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 12:58:56 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 12:58:56 +0000 |
commit | 81ebdadaaad09f4a98f169356e1d24b00aaddad5 (patch) | |
tree | 51a6588e01996dfa0ae440d0c770052642cfb4f4 /math | |
parent | 5372f717a85ac95552fe3a12c9ee2a7b6f35fa63 (diff) | |
download | ports-81ebdadaaad09f4a98f169356e1d24b00aaddad5.tar.gz ports-81ebdadaaad09f4a98f169356e1d24b00aaddad5.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 4 | ||||
-rw-r--r-- | math/gsl/pkg-descr | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 7065e7f02dd9..1a66f341440b 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 74f9bc9523c3..581fed011a1c 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,3 +1,3 @@ -MD5 (gsl-1.5.tar.gz) = de5ae1cce71645b40461a59ba8c9cf43 -SIZE (gsl-1.5.tar.gz) = 2237903 +MD5 (gsl-1.6.tar.gz) = 2c63ab9b925a7be70a5a5b4e0a95ea03 +SIZE (gsl-1.6.tar.gz) = 2294804 MD5 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-descr b/math/gsl/pkg-descr index ddc0aedad6a8..87ecdc059157 100644 --- a/math/gsl/pkg-descr +++ b/math/gsl/pkg-descr @@ -4,6 +4,8 @@ and are meant to present a modern Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages. +Example programs are available at http://www.silbsd.org/projects/GSL.tar.gz + WWW: http://sources.redhat.com/gsl/ - Vlad diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index a57793feb31e..2875bfc9ecf9 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -213,9 +213,11 @@ include/gsl/gsl_vector_uint.h include/gsl/gsl_vector_ulong.h include/gsl/gsl_vector_ushort.h include/gsl/gsl_version.h +include/gsl/gsl_wavelet.h +include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.so -lib/libgsl.so.6 +lib/libgsl.so.7 lib/libgslcblas.a lib/libgslcblas.so lib/libgslcblas.so.0 |