aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-06-29 20:08:25 +0800
committersylvio <sylvio@FreeBSD.org>2010-06-29 20:08:25 +0800
commit06370c1001fcea5776f94b14974ebfa751742a2b (patch)
tree31df8683f14b97b29204004fb342a755d9b9b668
parenta877ce02f73932e9af280aa07a18bc732dfed5a7 (diff)
downloadfreebsd-ports-gnome-06370c1001fcea5776f94b14974ebfa751742a2b.tar.gz
freebsd-ports-gnome-06370c1001fcea5776f94b14974ebfa751742a2b.tar.zst
freebsd-ports-gnome-06370c1001fcea5776f94b14974ebfa751742a2b.zip
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
-rw-r--r--math/Makefile1
-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
5 files changed, 40 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 648bcf32cc24..1fc22037467b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -228,6 +228,7 @@
SUBDIR += octave-forge-ga
SUBDIR += octave-forge-general
SUBDIR += octave-forge-generate_html
+ SUBDIR += octave-forge-gnuplot
SUBDIR += octave-forge-gsl
SUBDIR += octave-forge-ident
SUBDIR += octave-forge-image
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