diff options
author | jtb <jtb@pkgsrc.org> | 2003-02-17 01:01:38 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-02-17 01:01:38 +0000 |
commit | f86c8ec1b584d3c93cef994a38a868550a218df8 (patch) | |
tree | 48b50fb4bdfb1a40207744f0413c411dfc1779bd /math | |
parent | ea4462c16c9bb1a1ee2d87bf75be293932df3595 (diff) | |
download | pkgsrc-f86c8ec1b584d3c93cef994a38a868550a218df8.tar.gz |
Update to gsl-1.3.
Changes since version 1.1.1 include:
* Addition of new functions
* Many bugfixes
* Homepage and distribution moved from sources.redhat.com to GNU.
See NEWS for more info.
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/DESCR | 15 | ||||
-rw-r--r-- | math/gsl/Makefile | 27 | ||||
-rw-r--r-- | math/gsl/PLIST | 8 | ||||
-rw-r--r-- | math/gsl/buildlink2.mk | 6 | ||||
-rw-r--r-- | math/gsl/distinfo | 6 |
5 files changed, 24 insertions, 38 deletions
diff --git a/math/gsl/DESCR b/math/gsl/DESCR index 0d31d8a1382..31e6fcca57b 100644 --- a/math/gsl/DESCR +++ b/math/gsl/DESCR @@ -1,9 +1,6 @@ -The GNU Scientific Library (GSL) is a collection of routines for numerical -computing. The routines are written from scratch by the GSL team in ANSI C, -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. +The GNU Scientific Library (GSL) is a collection of routines for +numerical computing. The routines have been written from scratch in +C, and present a modern Applications Programming Interface (API) for C +programmers, allowing wrappers to be written for very high level +languages. The source code is distributed under the GNU General +Public License. diff --git a/math/gsl/Makefile b/math/gsl/Makefile index a255c86f163..52d01149026 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,25 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2002/11/10 00:35:07 grant Exp $ -# +# $NetBSD: Makefile,v 1.10 2003/02/17 01:01:38 jtb Exp $ -DISTNAME= gsl-1.1.1 -CATEGORIES= math devel -MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \ - ftp://ftp.freesoftware.com/pub/sourceware/pub/gsl/ \ - ftp://mirrors.rcn.net/pub/sourceware/pub/gsl/ \ - ftp://gd.tuwien.ac.at/gnu/sourceware/gsl/ \ - ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \ - ftp://ftp.unina.it/pub/Unix/cygnus/gsl/ \ - ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/gsl/ \ - ftp://ftp.fic.uni.lodz.pl/pub/sources.redhat.com/pub/gsl/ \ - ftp://ftp.chg.ru/pub/sourceware/gsl/ \ - ftp://ftp.sun.ac.za/sites/sourceware.cygnus.com/pub/gsl/ \ - ftp://ftp1.sinica.edu.tw/pub3/CYGNUS/gsl/ \ - ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \ - ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/gsl/ +DISTNAME= gsl-1.3 +CATEGORIES= math devel +MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} -MAINTAINER= david@maxwell.net -HOMEPAGE= http://sources.redhat.com/gsl/ -COMMENT= The GNU Scientific Library +MAINTAINER= david@maxwell.net +HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html +COMMENT= The GNU Scientific Library GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/math/gsl/PLIST b/math/gsl/PLIST index 35e90bf1eff..1855e6403a8 100644 --- a/math/gsl/PLIST +++ b/math/gsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/05/03 21:41:31 jtb Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/02/17 01:01:38 jtb Exp $ bin/gsl-config bin/gsl-histogram bin/gsl-randist @@ -191,6 +191,7 @@ include/gsl/gsl_statistics_ushort.h include/gsl/gsl_sum.h include/gsl/gsl_sys.h include/gsl/gsl_test.h +include/gsl/gsl_types.h include/gsl/gsl_vector.h include/gsl/gsl_vector_char.h include/gsl/gsl_vector_complex.h @@ -225,6 +226,7 @@ info/gsl-ref.info-2 info/gsl-ref.info-20 info/gsl-ref.info-21 info/gsl-ref.info-22 +info/gsl-ref.info-23 info/gsl-ref.info-3 info/gsl-ref.info-4 info/gsl-ref.info-5 @@ -236,8 +238,8 @@ info/gsl-ref.info-9 lib/libgsl.a lib/libgsl.la lib/libgsl.so -lib/libgsl.so.0 -lib/libgsl.so.0.0 +lib/libgsl.so.4 +lib/libgsl.so.4.0 lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so diff --git a/math/gsl/buildlink2.mk b/math/gsl/buildlink2.mk index fba70489183..405f3b53b0b 100644 --- a/math/gsl/buildlink2.mk +++ b/math/gsl/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/01/01 06:07:51 dmcmahill Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/02/17 01:01:38 jtb Exp $ .if !defined(GSL_BUILDLINK2_MK) GSL_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gsl -BUILDLINK_DEPENDS.gsl?= gsl>=1.1.1 +BUILDLINK_DEPENDS.gsl?= gsl>=1.3 BUILDLINK_PKGSRCDIR.gsl?= ../../math/gsl BUILDLINK_DEPMETHOD.gsl?= build @@ -13,7 +13,7 @@ BUILDLINK_PREFIX.gsl_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.gsl= include/gsl/* BUILDLINK_FILES.gsl+= lib/libgsl.* BUILDLINK_FILES.gsl+= lib/libgslcblas.* - + BUILDLINK_TARGETS+= gsl-buildlink gsl-buildlink: _BUILDLINK_USE diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 886dfc4b6c6..8363acfc108 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/05/03 21:41:31 jtb Exp $ +$NetBSD: distinfo,v 1.8 2003/02/17 01:01:38 jtb Exp $ -SHA1 (gsl-1.1.1.tar.gz) = fb3e6d00a92dd850480ab6d5c2015be99c96ecb4 -Size (gsl-1.1.1.tar.gz) = 2048441 bytes +SHA1 (gsl-1.3.tar.gz) = ecde676adb997adbd507a7a7974bb7f6f69f9d87 +Size (gsl-1.3.tar.gz) = 2052026 bytes SHA1 (patch-aa) = af794d95720e2192b0b860bc5c08cebf8935a23c |