diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:31:35 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:31:35 +0800 |
commit | 4b760b4cc0b05252de88073a74001cb9dfcd7e04 (patch) | |
tree | 9e8fda8661a20580c6b57a3aeb0184b473017bbd /math | |
parent | b2fa88d2d6e416dbdbbe2a5bf3ec8e5f003ea5af (diff) | |
download | freebsd-ports-graphics-4b760b4cc0b05252de88073a74001cb9dfcd7e04.tar.gz freebsd-ports-graphics-4b760b4cc0b05252de88073a74001cb9dfcd7e04.tar.zst freebsd-ports-graphics-4b760b4cc0b05252de88073a74001cb9dfcd7e04.zip |
Add port math/octave-forge-civil-engineering
This is civil-engineering.
Functions to solution some ODE's in Civil Engineering.
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-civil-engineering/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-civil-engineering/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-civil-engineering/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-civil-engineering/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d9fe22b594e..11f67062903 100644 --- a/math/Makefile +++ b/math/Makefile @@ -186,6 +186,7 @@ SUBDIR += octave-forge-audio SUBDIR += octave-forge-base SUBDIR += octave-forge-bioinfo + SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl diff --git a/math/octave-forge-civil-engineering/Makefile b/math/octave-forge-civil-engineering/Makefile new file mode 100644 index 00000000000..0e1b8ef0755 --- /dev/null +++ b/math/octave-forge-civil-engineering/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-civil-engineering +PORTVERSION= 1.0.6 +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-civil-engineering/distinfo b/math/octave-forge-civil-engineering/distinfo new file mode 100644 index 00000000000..e933114a58f --- /dev/null +++ b/math/octave-forge-civil-engineering/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/civil-engineering-1.0.6.tar.gz) = 3bb48ad408e2adb5f1a3192c0307d7e4 +SHA256 (octave-forge/civil-engineering-1.0.6.tar.gz) = a3af1e6722773d0296acd900a13ee6bd1fa3eb21d6ab3bc82492cc8f1f1b2920 +SIZE (octave-forge/civil-engineering-1.0.6.tar.gz) = 32511 diff --git a/math/octave-forge-civil-engineering/pkg-descr b/math/octave-forge-civil-engineering/pkg-descr new file mode 100644 index 00000000000..b084d7da266 --- /dev/null +++ b/math/octave-forge-civil-engineering/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 civil-engineering. + + Functions to solution some ODE's in Civil Engineering. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-civil-engineering/pkg-plist b/math/octave-forge-civil-engineering/pkg-plist new file mode 100644 index 00000000000..a999ec86c07 --- /dev/null +++ b/math/octave-forge-civil-engineering/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |