diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:13:05 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:13:05 +0800 |
commit | 81f82edb722a06bbd039bf3984c5370adaa62d7e (patch) | |
tree | 7d9fa2eacf485745d7bed5b467966f29023d5847 /math | |
parent | e37c06a5b74b0b6bfc9175d73ccba6ff8aa2bd57 (diff) | |
download | freebsd-ports-gnome-81f82edb722a06bbd039bf3984c5370adaa62d7e.tar.gz freebsd-ports-gnome-81f82edb722a06bbd039bf3984c5370adaa62d7e.tar.zst freebsd-ports-gnome-81f82edb722a06bbd039bf3984c5370adaa62d7e.zip |
Add port math/octave-forge-engine.
This is engine.
An external interface library for Octave
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-engine/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-engine/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-engine/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-engine/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e58d001fd99f..6c15e1f54f6b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -185,6 +185,7 @@ SUBDIR += octave-forge-arpack SUBDIR += octave-forge-audio SUBDIR += octave-forge-base + SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile new file mode 100644 index 000000000000..23060b77b2b0 --- /dev/null +++ b/math/octave-forge-engine/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-engine +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-engine/distinfo b/math/octave-forge-engine/distinfo new file mode 100644 index 000000000000..77e7182a6852 --- /dev/null +++ b/math/octave-forge-engine/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/engine-1.0.7.tar.gz) = 2550eeff4c150354afc4278eebe7a06c +SHA256 (octave-forge/engine-1.0.7.tar.gz) = 8b02869de1463532e6ec0bd59033bc6da1bcfba81e9e79356d177714b0895904 +SIZE (octave-forge/engine-1.0.7.tar.gz) = 66331 diff --git a/math/octave-forge-engine/pkg-descr b/math/octave-forge-engine/pkg-descr new file mode 100644 index 000000000000..1ed3d3794d75 --- /dev/null +++ b/math/octave-forge-engine/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 engine. + + An external interface library for Octave + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-engine/pkg-plist b/math/octave-forge-engine/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-engine/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |