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/

PR:		ports/134404
Submitted by:	Stephen Montgomery-Smith <stephen AT missouri.edu>
Approved by:	miwi (mentor)
This commit is contained in:
Beat Gaetzi 2009-05-26 21:37:45 +00:00
parent 7f94df2251
commit d4867d8008
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234593
5 changed files with 33 additions and 0 deletions

View File

@ -246,6 +246,7 @@
SUBDIR += octave-forge-secs1d
SUBDIR += octave-forge-secs2d
SUBDIR += octave-forge-signal
SUBDIR += octave-forge-simp
SUBDIR += octave-forge-sockets
SUBDIR += octave-forge-specfun
SUBDIR += octave-forge-special-matrix

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty