diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:30:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:30:27 +0800 |
commit | 1dd9f21eab687d4bfc065c4a2634856e81496e9e (patch) | |
tree | 49c77437145ee28865fecd43a8aa1ae3c63077ab /math/octave-forge-plot | |
parent | 60f47e1dfc2b73c1698da030b6385c62fae338be (diff) | |
download | freebsd-ports-gnome-1dd9f21eab687d4bfc065c4a2634856e81496e9e.tar.gz freebsd-ports-gnome-1dd9f21eab687d4bfc065c4a2634856e81496e9e.tar.zst freebsd-ports-gnome-1dd9f21eab687d4bfc065c4a2634856e81496e9e.zip |
Add port math/octave-forge-plot
This is plot.
Additional ploting tools 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/octave-forge-plot')
-rw-r--r-- | math/octave-forge-plot/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-plot/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-plot/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-plot/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile new file mode 100644 index 000000000000..c7542db388a1 --- /dev/null +++ b/math/octave-forge-plot/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-plot +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-plot/distinfo b/math/octave-forge-plot/distinfo new file mode 100644 index 000000000000..1cacccf73905 --- /dev/null +++ b/math/octave-forge-plot/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/plot-1.0.6.tar.gz) = e3bc7ca195c72d0e566f604272ff76d1 +SHA256 (octave-forge/plot-1.0.6.tar.gz) = ae2fb61cabdb581d97546377d62b557efbc8fe1618d7ca507bd47636c4db5a13 +SIZE (octave-forge/plot-1.0.6.tar.gz) = 48135 diff --git a/math/octave-forge-plot/pkg-descr b/math/octave-forge-plot/pkg-descr new file mode 100644 index 000000000000..6ce3ce44cb46 --- /dev/null +++ b/math/octave-forge-plot/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 plot. + + Additional ploting tools for Octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-plot/pkg-plist b/math/octave-forge-plot/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-plot/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |