From a8e8efaf1f39feb05ea74a33e58a6a2b85aa2fc2 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 8 Sep 2008 05:30:27 +0000 Subject: [PATCH] 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 --- math/Makefile | 1 + math/octave-forge-plot/Makefile | 17 +++++++++++++++++ math/octave-forge-plot/distinfo | 3 +++ math/octave-forge-plot/pkg-descr | 10 ++++++++++ math/octave-forge-plot/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-plot/Makefile create mode 100644 math/octave-forge-plot/distinfo create mode 100644 math/octave-forge-plot/pkg-descr create mode 100644 math/octave-forge-plot/pkg-plist diff --git a/math/Makefile b/math/Makefile index 998e4f1ab0d1..80708cd1a190 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile new file mode 100644 index 000000000000..c7542db388a1 --- /dev/null +++ b/math/octave-forge-plot/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-plot +PORTVERSION= 1.0.6 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include diff --git a/math/octave-forge-plot/distinfo b/math/octave-forge-plot/distinfo new file mode 100644 index 000000000000..1cacccf73905 --- /dev/null +++ b/math/octave-forge-plot/distinfo @@ -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 diff --git a/math/octave-forge-plot/pkg-descr b/math/octave-forge-plot/pkg-descr new file mode 100644 index 000000000000..6ce3ce44cb46 --- /dev/null +++ b/math/octave-forge-plot/pkg-descr @@ -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/ diff --git a/math/octave-forge-plot/pkg-plist b/math/octave-forge-plot/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-plot/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty