diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-29 12:08:25 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-29 12:08:25 +0000 |
commit | e3006c29d45d24e8bb6736cec482ef036b74d8ee (patch) | |
tree | 7753a047014ace803e1cfb2048538983451b21b5 /math/octave-forge-gnuplot | |
parent | The octave-forge package is the result of the GNU Octave Repositry project, w... (diff) |
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 gnuplot.
Scripts to save data in gnuplot-readable formats, spectify gnuplot commands that will be used to produce graphics, and call gnuplot. See help g_ez quickly produce the most common plots.
WWW: http://octave.sourceforge.net/
PR: ports/147602
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
Feature safe: yes
Diffstat (limited to 'math/octave-forge-gnuplot')
-rw-r--r-- | math/octave-forge-gnuplot/Makefile | 23 | ||||
-rw-r--r-- | math/octave-forge-gnuplot/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-gnuplot/pkg-descr | 12 | ||||
-rw-r--r-- | math/octave-forge-gnuplot/pkg-plist | 1 |
4 files changed, 39 insertions, 0 deletions
diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile new file mode 100644 index 000000000000..7d400d36c4a9 --- /dev/null +++ b/math/octave-forge-gnuplot/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: octave-forge-gnuplot +# Date created: 6 June 2010 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-gnuplot +PORTVERSION= 1.0.1 +CATEGORIES= math + +MAINTAINER= stephen@missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + +.include <bsd.port.post.mk> diff --git a/math/octave-forge-gnuplot/distinfo b/math/octave-forge-gnuplot/distinfo new file mode 100644 index 000000000000..80fa6753745b --- /dev/null +++ b/math/octave-forge-gnuplot/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/gnuplot-1.0.1.tar.gz) = 298efdbb9628f3ccd44902078e0fdaf8 +SHA256 (octave-forge/gnuplot-1.0.1.tar.gz) = 3d980557e1ee4fde9086952d5b5636e5dd12aa8382f3ce8ed693f1900828ad91 +SIZE (octave-forge/gnuplot-1.0.1.tar.gz) = 103984 diff --git a/math/octave-forge-gnuplot/pkg-descr b/math/octave-forge-gnuplot/pkg-descr new file mode 100644 index 000000000000..b4c58116dddf --- /dev/null +++ b/math/octave-forge-gnuplot/pkg-descr @@ -0,0 +1,12 @@ +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 gnuplot. + +Scripts to save data in gnuplot-readable formats, specify gnuplot commands +that will be used to produce graphics, and call gnuplot. See help g_ez +quickly produce the most common plots. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-gnuplot/pkg-plist b/math/octave-forge-gnuplot/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-gnuplot/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |