diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:39:15 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:39:15 +0800 |
commit | 154f4caedac4bbe253613e6b0a5b8c21dc251792 (patch) | |
tree | 9f28a3d82aeb977613108d65b76364d95b42c544 /math/octave-forge-windows | |
parent | 415a66b26104e05bee021e84b83e532969858dcb (diff) | |
download | freebsd-ports-gnome-154f4caedac4bbe253613e6b0a5b8c21dc251792.tar.gz freebsd-ports-gnome-154f4caedac4bbe253613e6b0a5b8c21dc251792.tar.zst freebsd-ports-gnome-154f4caedac4bbe253613e6b0a5b8c21dc251792.zip |
Add port math/octave-forge-windows
This is windows.
Provides COM interface and additional functionality on Windows
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/octave-forge-windows')
-rw-r--r-- | math/octave-forge-windows/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-windows/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-windows/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-windows/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/octave-forge-windows/Makefile b/math/octave-forge-windows/Makefile new file mode 100644 index 000000000000..ad38006287ab --- /dev/null +++ b/math/octave-forge-windows/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-windows +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-windows/distinfo b/math/octave-forge-windows/distinfo new file mode 100644 index 000000000000..7697fe98e7a3 --- /dev/null +++ b/math/octave-forge-windows/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/windows-1.0.6.tar.gz) = 58c4d4ced2446e09b01d9557d62aeec4 +SHA256 (octave-forge/windows-1.0.6.tar.gz) = 70ec264f6109160a6ea6f0d3378d954093faef35489ac87163334f83444aa582 +SIZE (octave-forge/windows-1.0.6.tar.gz) = 77361 diff --git a/math/octave-forge-windows/pkg-descr b/math/octave-forge-windows/pkg-descr new file mode 100644 index 000000000000..f53838f295a1 --- /dev/null +++ b/math/octave-forge-windows/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 windows. + + Provides COM interface and additional functionality on Windows + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-windows/pkg-plist b/math/octave-forge-windows/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-windows/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |