diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 15:47:35 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 15:47:35 +0800 |
commit | f3aac3a1a92006a84c26b3c2d5f653c7f82f3038 (patch) | |
tree | 268ad1f2b91cb3f98bbdbcd2615f8b75ee72bab1 | |
parent | b254eff860804b580f0291001bec98b5887ae8ee (diff) | |
download | freebsd-ports-gnome-f3aac3a1a92006a84c26b3c2d5f653c7f82f3038.tar.gz freebsd-ports-gnome-f3aac3a1a92006a84c26b3c2d5f653c7f82f3038.tar.zst freebsd-ports-gnome-f3aac3a1a92006a84c26b3c2d5f653c7f82f3038.zip |
Add port math/octave-forge-data-graceplot
This is graceplot.
Graceplot bindings 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>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-graceplot/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-graceplot/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-graceplot/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-graceplot/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b88d0c029b6f..ecfaf9f74f2f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -199,6 +199,7 @@ SUBDIR += octave-forge-ftp SUBDIR += octave-forge-ga SUBDIR += octave-forge-general + SUBDIR += octave-forge-graceplot SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident SUBDIR += octave-forge-image diff --git a/math/octave-forge-graceplot/Makefile b/math/octave-forge-graceplot/Makefile new file mode 100644 index 000000000000..50b451984a2c --- /dev/null +++ b/math/octave-forge-graceplot/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-graceplot +PORTVERSION= 1.0.6 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-graceplot/distinfo b/math/octave-forge-graceplot/distinfo new file mode 100644 index 000000000000..f524fabaa6bc --- /dev/null +++ b/math/octave-forge-graceplot/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/graceplot-1.0.6.tar.gz) = 928765a7cc8160801fc9c754080a3af9 +SHA256 (octave-forge/graceplot-1.0.6.tar.gz) = ae3a08280cd862e4c1460aa648aba55da4639940010894f20a188df1b3997394 +SIZE (octave-forge/graceplot-1.0.6.tar.gz) = 65673 diff --git a/math/octave-forge-graceplot/pkg-descr b/math/octave-forge-graceplot/pkg-descr new file mode 100644 index 000000000000..e67e6e9a3688 --- /dev/null +++ b/math/octave-forge-graceplot/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 graceplot. + + Graceplot bindings for octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-graceplot/pkg-plist b/math/octave-forge-graceplot/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-graceplot/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |