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
This commit is contained in:
Sylvio Cesar Teixeira
2010-06-29 12:08:25 +00:00
parent ad97a8683c
commit e3006c29d4
5 changed files with 40 additions and 0 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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/

View File

@@ -0,0 +1 @@
@comment This file intentionally left empty