diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:45:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:45:06 +0000 |
commit | 1838906ab24faf7647be792b0be63a893a5b9d6d (patch) | |
tree | e0eb929bfafc187e307b28af73a042267456d117 /math/octave-forge-specfun | |
parent | 135fe1ece9ff04f321972db998699a159d21a5fa (diff) |
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>
Notes
Notes:
svn path=/head/; revision=220255
Diffstat (limited to 'math/octave-forge-specfun')
-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 |
4 files changed, 31 insertions, 0 deletions
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 |