diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:24:19 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:24:19 +0000 |
commit | 2fdf440aba8c30bb135e564cb4cdf050f8606f53 (patch) | |
tree | 321e85a6ced71a675f050bd9cccd44e22e617e10 /math/octave-forge-gsl | |
parent | 7bee1530ecfcdea495ae7ed8d8c186395755cf44 (diff) |
Add port math/octave-forge-gsl.
This is gsl, Octave bindings to the GNU Scientific Library.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes:
svn path=/head/; revision=220216
Diffstat (limited to 'math/octave-forge-gsl')
-rw-r--r-- | math/octave-forge-gsl/Makefile | 22 | ||||
-rw-r--r-- | math/octave-forge-gsl/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-gsl/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-gsl/pkg-plist | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile new file mode 100644 index 000000000000..478592c9e2b9 --- /dev/null +++ b/math/octave-forge-gsl/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-gsl +PORTVERSION= 1.0.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl + +post-patch: + @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config* + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-gsl/distinfo b/math/octave-forge-gsl/distinfo new file mode 100644 index 000000000000..6b7de9aeef8c --- /dev/null +++ b/math/octave-forge-gsl/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/gsl-1.0.7.tar.gz) = 77a3058592f938f6384146d3630cc845 +SHA256 (octave-forge/gsl-1.0.7.tar.gz) = ff1539def908dbcb63d714b2f1ef3076dc5276719c2af5dac0274b45a6e2c81b +SIZE (octave-forge/gsl-1.0.7.tar.gz) = 1200207 diff --git a/math/octave-forge-gsl/pkg-descr b/math/octave-forge-gsl/pkg-descr new file mode 100644 index 000000000000..9ca54b47b0ae --- /dev/null +++ b/math/octave-forge-gsl/pkg-descr @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is gsl. + + Octave bindings to the GNU Scientific Library + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-gsl/pkg-plist b/math/octave-forge-gsl/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-gsl/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |