diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-26 21:37:45 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-26 21:37:45 +0000 |
commit | d4867d8008e1a0bad9d457b11c13f0ac38da8f7c (patch) | |
tree | a9b7ffcedfd8d21603e22ad151b4fb83ce38105c /math/octave-forge-simp | |
parent | 7f94df22511c60ca47a7ed5a6f912b6f84b20d6d (diff) | |
download | ports-d4867d8008e1a0bad9d457b11c13f0ac38da8f7c.tar.gz ports-d4867d8008e1a0bad9d457b11c13f0ac38da8f7c.zip |
Notes
Diffstat (limited to 'math/octave-forge-simp')
-rw-r--r-- | math/octave-forge-simp/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-simp/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-simp/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-simp/pkg-plist | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/math/octave-forge-simp/Makefile b/math/octave-forge-simp/Makefile new file mode 100644 index 000000000000..a0e85cae974c --- /dev/null +++ b/math/octave-forge-simp/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge-simp +# Date created: 8 September 2008 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-simp +PORTVERSION= 1.1.0 +CATEGORIES= math + +MAINTAINER= stephen@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-simp/distinfo b/math/octave-forge-simp/distinfo new file mode 100644 index 000000000000..9786958dffa2 --- /dev/null +++ b/math/octave-forge-simp/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/simp-1.1.0.tar.gz) = 701ea9ba7028ee55fa26d0391cade6e5 +SHA256 (octave-forge/simp-1.1.0.tar.gz) = 6f9c872d7f0976387eff3efad5c33ef43ceeda0e8c8e2ab0a76c3be3af1024c6 +SIZE (octave-forge/simp-1.1.0.tar.gz) = 131016 diff --git a/math/octave-forge-simp/pkg-descr b/math/octave-forge-simp/pkg-descr new file mode 100644 index 000000000000..7ef20d941555 --- /dev/null +++ b/math/octave-forge-simp/pkg-descr @@ -0,0 +1,11 @@ +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 simp. + + This package define the basic operations on intervals. It is useful when + some values for a computation are incertain. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-simp/pkg-plist b/math/octave-forge-simp/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-simp/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |