1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add port math/octave-forge-plot

This is plot.
Additional ploting tools for Octave.

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.

PR:             127030
Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
Maho Nakata 2008-09-08 05:30:27 +00:00
parent a435057667
commit a8e8efaf1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220250
5 changed files with 32 additions and 0 deletions

View File

@ -218,6 +218,7 @@
SUBDIR += octave-forge-parallel
SUBDIR += octave-forge-pdb
SUBDIR += octave-forge-physicalconstants
SUBDIR += octave-forge-plot
SUBDIR += oleo
SUBDIR += orpie
SUBDIR += p5-AI-DecisionTree

View File

@ -0,0 +1,17 @@
# New ports collection makefile for: octave-forge
# Date created: 5 May 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-plot
PORTVERSION= 1.0.6
CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (octave-forge/plot-1.0.6.tar.gz) = e3bc7ca195c72d0e566f604272ff76d1
SHA256 (octave-forge/plot-1.0.6.tar.gz) = ae2fb61cabdb581d97546377d62b557efbc8fe1618d7ca507bd47636c4db5a13
SIZE (octave-forge/plot-1.0.6.tar.gz) = 48135

View File

@ -0,0 +1,10 @@
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 plot.
Additional ploting tools for Octave.
WWW: http://octave.sourceforge.net/

View File

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