diff options
author | tobez <tobez@FreeBSD.org> | 2001-12-07 08:46:53 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-12-07 08:46:53 +0000 |
commit | a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8 (patch) | |
tree | 48867d19ee91d48dab2ba837d2268256473273d1 /math/gsl | |
parent | bb415c8d44bcbdafb4856dc6aa1fa8efb6332000 (diff) | |
download | FreeBSD-ports-a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8.zip FreeBSD-ports-a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8.tar.gz |
Update to 1.0.
PR: 31798
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
Approved 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-descr | 5 |
3 files changed, 3 insertions, 6 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 59aeeef..4667a32 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.9.4 +PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 79a8e2c..ec391bf 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.9.4.tar.gz) = 4e8877ec9ac7eb9c192db6d834e5ae4d +MD5 (gsl-1.0.tar.gz) = eea06ef5d34f74b542534cfa17c938a5 MD5 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-descr b/math/gsl/pkg-descr index f728ec9..1218a16 100644 --- a/math/gsl/pkg-descr +++ b/math/gsl/pkg-descr @@ -4,10 +4,7 @@ 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. -GSL is currently in developers release, for people who want to work on the -library itself. When the library is complete and fully tested it will be -announced for general use. - WWW: http://sources.redhat.com/gsl/ + - Vlad vlad@ariel.phys.wesleyan.edu |