diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:45:06 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:45:06 +0800 |
commit | 894eb1e1d6ec0c7cce4786f3176a42965aad5bce (patch) | |
tree | 03d4d7aa95c4b12525a1708f335cd0022b85f745 /math | |
parent | dcbded9aa8c4d69e88103c4307e97fff7bc1a315 (diff) | |
download | freebsd-ports-gnome-894eb1e1d6ec0c7cce4786f3176a42965aad5bce.tar.gz freebsd-ports-gnome-894eb1e1d6ec0c7cce4786f3176a42965aad5bce.tar.zst freebsd-ports-gnome-894eb1e1d6ec0c7cce4786f3176a42965aad5bce.zip |
Add port math/octave-forge-specfun
This is specfun.
Special functions including ellipitic functions, etc
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-specfun/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-specfun/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-specfun/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-specfun/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index eeb8f2b5e025..749f081ea249 100644 --- a/math/Makefile +++ b/math/Makefile @@ -223,6 +223,7 @@ SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-sockets + SUBDIR += octave-forge-specfun SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-specfun/Makefile b/math/octave-forge-specfun/Makefile new file mode 100644 index 000000000000..b9b41191ff46 --- /dev/null +++ b/math/octave-forge-specfun/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-specfun +PORTVERSION= 1.0.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-specfun/distinfo b/math/octave-forge-specfun/distinfo new file mode 100644 index 000000000000..e06ee962f521 --- /dev/null +++ b/math/octave-forge-specfun/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/specfun-1.0.7.tar.gz) = 01becb0e951634ed781da910f1aa2654 +SHA256 (octave-forge/specfun-1.0.7.tar.gz) = 438eb1639bd9e8f0b7218b4bc29b838574b50dc6df79495d62d474074c148fc7 +SIZE (octave-forge/specfun-1.0.7.tar.gz) = 52083 diff --git a/math/octave-forge-specfun/pkg-descr b/math/octave-forge-specfun/pkg-descr new file mode 100644 index 000000000000..0f633564fdfc --- /dev/null +++ b/math/octave-forge-specfun/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 specfun. + + Special functions including ellipitic functions, etc + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-specfun/pkg-plist b/math/octave-forge-specfun/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-specfun/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |