diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:37:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:37:24 +0800 |
commit | c9b10221338debbf680cd30fbd9ac432de497e32 (patch) | |
tree | 722df0e378c5f440a02ad14dc3496cb6e19e7a42 /math | |
parent | 56b920a2912119b5edbc547ec30b3622ec45eb79 (diff) | |
download | freebsd-ports-gnome-c9b10221338debbf680cd30fbd9ac432de497e32.tar.gz freebsd-ports-gnome-c9b10221338debbf680cd30fbd9ac432de497e32.tar.zst freebsd-ports-gnome-c9b10221338debbf680cd30fbd9ac432de497e32.zip |
Add port math/octave-forge-secs2d
This is secs2d.
A Drift-Diffusion simulator for 2d semiconductor devices
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-secs2d/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-secs2d/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-secs2d/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-secs2d/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index fd259cf1b307..c46ae9f1aeb3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -221,6 +221,7 @@ SUBDIR += octave-forge-plot SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-secs1d + SUBDIR += octave-forge-secs2d SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-secs2d/Makefile b/math/octave-forge-secs2d/Makefile new file mode 100644 index 000000000000..ca3007152321 --- /dev/null +++ b/math/octave-forge-secs2d/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-secs2d +PORTVERSION= 0.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-secs2d/distinfo b/math/octave-forge-secs2d/distinfo new file mode 100644 index 000000000000..46bb49c6a92f --- /dev/null +++ b/math/octave-forge-secs2d/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/secs2d-0.0.7.tar.gz) = d0eab1b1a30aa5fcfb7068cd71231f7a +SHA256 (octave-forge/secs2d-0.0.7.tar.gz) = 838e6ae111334ec402334666a805b33bead0138bef7cd26b02d7fa5fa0768aa8 +SIZE (octave-forge/secs2d-0.0.7.tar.gz) = 81009 diff --git a/math/octave-forge-secs2d/pkg-descr b/math/octave-forge-secs2d/pkg-descr new file mode 100644 index 000000000000..f137e47751f0 --- /dev/null +++ b/math/octave-forge-secs2d/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 secs2d. + + A Drift-Diffusion simulator for 2d semiconductor devices + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-secs2d/pkg-plist b/math/octave-forge-secs2d/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-secs2d/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |