diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:47:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:47:44 +0800 |
commit | b0f40fc992c6f430a2b162f1ced52d3e5ad2b7ea (patch) | |
tree | 79af7222153280702223c0883918d3d9fa004ab5 /math | |
parent | 7cf7d1ddd63ea6b858ced1523899434fd609e125 (diff) | |
download | freebsd-ports-gnome-b0f40fc992c6f430a2b162f1ced52d3e5ad2b7ea.tar.gz freebsd-ports-gnome-b0f40fc992c6f430a2b162f1ced52d3e5ad2b7ea.tar.zst freebsd-ports-gnome-b0f40fc992c6f430a2b162f1ced52d3e5ad2b7ea.zip |
Add port math/octave-forge-ocs
This is ocs.
Package for solving DC and transient MNA equation stemming from
electrical circuit.
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-ocs/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-ocs/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-ocs/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-ocs/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ecc3a3a02f4e..3d5bcd4b45bc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -204,6 +204,7 @@ SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan SUBDIR += octave-forge-nnet + SUBDIR += octave-forge-ocs SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-parallel SUBDIR += oleo diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile new file mode 100644 index 000000000000..f876f7bf2a27 --- /dev/null +++ b/math/octave-forge-ocs/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-ocs +PORTVERSION= 0.0.2 +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-ocs/distinfo b/math/octave-forge-ocs/distinfo new file mode 100644 index 000000000000..228fed748ebe --- /dev/null +++ b/math/octave-forge-ocs/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/ocs-0.0.2.tar.gz) = 40bb553249483d7944415c071804704d +SHA256 (octave-forge/ocs-0.0.2.tar.gz) = 2479cd7eca272c639badff23141ae605f31a27a35382ac7dba4c54a699b9773e +SIZE (octave-forge/ocs-0.0.2.tar.gz) = 53866 diff --git a/math/octave-forge-ocs/pkg-descr b/math/octave-forge-ocs/pkg-descr new file mode 100644 index 000000000000..26452f2163ad --- /dev/null +++ b/math/octave-forge-ocs/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 ocs. + +Package for solving DC and transient MNA equation stemming from +electrical circuit + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-ocs/pkg-plist b/math/octave-forge-ocs/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-ocs/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |