aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-gnuplot
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-29 12:08:25 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-29 12:08:25 +0000
commite3006c29d45d24e8bb6736cec482ef036b74d8ee (patch)
tree7753a047014ace803e1cfb2048538983451b21b5 /math/octave-forge-gnuplot
parentad97a8683c13ea449ab6fbebd9eecfd99f587d6b (diff)
downloadports-e3006c29d45d24e8bb6736cec482ef036b74d8ee.tar.gz
ports-e3006c29d45d24e8bb6736cec482ef036b74d8ee.zip
Notes
Diffstat (limited to 'math/octave-forge-gnuplot')
-rw-r--r--math/octave-forge-gnuplot/Makefile23
-rw-r--r--math/octave-forge-gnuplot/distinfo3
-rw-r--r--math/octave-forge-gnuplot/pkg-descr12
-rw-r--r--math/octave-forge-gnuplot/pkg-plist1
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