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:
@@ -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
|
||||
|
||||
23
math/octave-forge-gnuplot/Makefile
Normal file
23
math/octave-forge-gnuplot/Makefile
Normal 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>
|
||||
3
math/octave-forge-gnuplot/distinfo
Normal file
3
math/octave-forge-gnuplot/distinfo
Normal 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
|
||||
12
math/octave-forge-gnuplot/pkg-descr
Normal file
12
math/octave-forge-gnuplot/pkg-descr
Normal 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/
|
||||
1
math/octave-forge-gnuplot/pkg-plist
Normal file
1
math/octave-forge-gnuplot/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
||||
Reference in New Issue
Block a user