From 451ecd251d8c5177b329bd14cd7fd9d4b8fdfa82 Mon Sep 17 00:00:00 2001 From: rohee Date: Sun, 14 Mar 1999 15:48:49 +0000 Subject: [PATCH] GNU Scientific Library --- devel/gsl/Makefile | 15 ++++++++ devel/gsl/files/md5 | 3 ++ devel/gsl/pkg/COMMENT | 1 + devel/gsl/pkg/DESCR | 15 ++++++++ devel/gsl/pkg/PLIST | 79 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 113 insertions(+) create mode 100644 devel/gsl/Makefile create mode 100644 devel/gsl/files/md5 create mode 100644 devel/gsl/pkg/COMMENT create mode 100644 devel/gsl/pkg/DESCR create mode 100644 devel/gsl/pkg/PLIST diff --git a/devel/gsl/Makefile b/devel/gsl/Makefile new file mode 100644 index 00000000000..a3f261785f3 --- /dev/null +++ b/devel/gsl/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.1.1.1 1999/03/14 15:48:49 rohee Exp $ + +DISTNAME= gsl-0.3b +CATEGORIES= devel + +NEED_VERSION= 1.78 + +MAINTAINER= rohee@OpenBSD.ORG + +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= gnome-1.0/sources + +GNU_CONFIGURE= yes + +.include diff --git a/devel/gsl/files/md5 b/devel/gsl/files/md5 new file mode 100644 index 00000000000..7eff62087c6 --- /dev/null +++ b/devel/gsl/files/md5 @@ -0,0 +1,3 @@ +SHA1 (gsl-0.3b.tar.gz) = 7778d8258020f49d15a54f9ee589b3b27472a6ca +RMD160 (gsl-0.3b.tar.gz) = 50de7af69fdf8bf02241e27033f62c6e6839b8dd +MD5 (gsl-0.3b.tar.gz) = 1fbb3811d5d6774d9bff2868f6d2b2d6 diff --git a/devel/gsl/pkg/COMMENT b/devel/gsl/pkg/COMMENT new file mode 100644 index 00000000000..ef347f44460 --- /dev/null +++ b/devel/gsl/pkg/COMMENT @@ -0,0 +1 @@ +GNU Scientific Library diff --git a/devel/gsl/pkg/DESCR b/devel/gsl/pkg/DESCR new file mode 100644 index 00000000000..fb39c72c6e4 --- /dev/null +++ b/devel/gsl/pkg/DESCR @@ -0,0 +1,15 @@ +This is GSL, the GNU Scientific Library. + +It is still in early stages of development, but it is being placed on +ftp://alpha.gnu.org/gnu/ in hopes that others might be interested in +joining the project. + +The random, fft, siman, roots, statistics and specfunc are reasonable +well developed. All but the later are documented in gsl-ref.texi. + +A test suite is available for most of the libraries. It can be +invoked with "make check" in each directory. All tests can be run +together with "make check" at the top level. + +If you are interested in participating in GSL development, please send +mail to Mark Galassi -- rosalia@cygnus.com diff --git a/devel/gsl/pkg/PLIST b/devel/gsl/pkg/PLIST new file mode 100644 index 00000000000..ec16010861a --- /dev/null +++ b/devel/gsl/pkg/PLIST @@ -0,0 +1,79 @@ +bin/test_errnos +bin/taus +bin/test-taus +bin/bench-taus +bin/mrg +bin/test-mrg +bin/bench-mrg +bin/cmrg +bin/test-cmrg +bin/bench-cmrg +bin/uni +bin/test-uni +bin/bench-uni +bin/uni32 +bin/test-uni32 +bin/bench-uni32 +bin/zuf +bin/test-zuf +bin/bench-zuf +bin/rand +bin/test-rand +bin/bench-rand +bin/test-switch +bin/exponential +bin/gamma +bin/gauss +bin/poisson +info/dir +info/gsl-ref.info +info/gsl-ref.info-1 +info/gsl-ref.info-2 +info/gsl-ref.info-3 +lib/libgslrandom.a +lib/libgslrantaus.a +lib/libgslranmrg.a +lib/libgslrancmrg.a +lib/libgslranuni.a +lib/libgslranuni32.a +lib/libgslranzuf.a +lib/libgslranrand.a +lib/libgslrandist.a +lib/libgslfft.a +lib/libgslroots.a +lib/libgslspecfunc.a +lib/libgslstatistics.a +lib/libgslsiman.a +lib/libgslintegration.a +include/gsl_errno.h +include/gsl_test.h +include/gsl_ran.h +include/gsl_ran_switch.h +include/gsl_randist.h +include/gsl_fft.h +include/gsl_fft_complex.h +include/gsl_fft_halfcomplex.h +include/gsl_fft_real.h +include/gsl_fft_signals.h +include/gsl_dft_complex.h +include/gsl_roots.h +include/gsl_sf.h +include/gsl_specfunc.h +include/gsl_sf_airy.h +include/gsl_sf_bessel.h +include/gsl_sf_chebyshev.h +include/gsl_sf_coulomb.h +include/gsl_sf_dilog.h +include/gsl_sf_erf.h +include/gsl_sf_gamma.h +include/gsl_sf_fermi_dirac.h +include/gsl_sf_laguerre.h +include/gsl_sf_legendre.h +include/gsl_sf_log.h +include/gsl_sf_pow_int.h +include/gsl_sf_trig.h +include/gsl_bstats.h +include/gsl_siman.h +include/gsl_integration.h +include/gsl_complex.h +include/gsl_math.h