diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:38:52 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:38:52 +0000 |
| commit | 8063b47dbcae23676a664450a5333fdd2b609f62 (patch) | |
| tree | 3434c77ef48f7e53ebe77ad4553017ad94d2ec78 /math | |
| parent | ab96ace2b5ddd8bf7a968d24824bfe625442c2c6 (diff) | |
Notes
Diffstat (limited to 'math')
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-control/Makefile | 17 | ||||
| -rw-r--r-- | math/octave-forge-control/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-control/pkg-descr | 10 | ||||
| -rw-r--r-- | math/octave-forge-control/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2ec2d762da80..fc59ef0a0a0c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -189,6 +189,7 @@ SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-combinatorics SUBDIR += octave-forge-communications + SUBDIR += octave-forge-control SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-financial diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile new file mode 100644 index 000000000000..a13d0be7757b --- /dev/null +++ b/math/octave-forge-control/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-control +PORTVERSION= 1.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-control/distinfo b/math/octave-forge-control/distinfo new file mode 100644 index 000000000000..e99f36a26373 --- /dev/null +++ b/math/octave-forge-control/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/control-1.0.7.tar.gz) = 5802bbd5a3ebad6e549bbf6480b734da +SHA256 (octave-forge/control-1.0.7.tar.gz) = 04dd6dc8729505029bfa0ab6f1eefdacd1f23c2617278069046078699932ff5d +SIZE (octave-forge/control-1.0.7.tar.gz) = 23517 diff --git a/math/octave-forge-control/pkg-descr b/math/octave-forge-control/pkg-descr new file mode 100644 index 000000000000..eb884658a34f --- /dev/null +++ b/math/octave-forge-control/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 control. + + Additional Octave Control tools + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-control/pkg-plist b/math/octave-forge-control/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-control/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |
