diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:03:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:03:28 +0800 |
commit | a464ac96aff7c5e1c1577d669f8e95460e265a05 (patch) | |
tree | 74f7c185354622dbcda3880b2491df07b3cd3ff1 /math | |
parent | dcb737985b7c359373cec4b3b453a0c41dfa6407 (diff) | |
download | freebsd-ports-gnome-a464ac96aff7c5e1c1577d669f8e95460e265a05.tar.gz freebsd-ports-gnome-a464ac96aff7c5e1c1577d669f8e95460e265a05.tar.zst freebsd-ports-gnome-a464ac96aff7c5e1c1577d669f8e95460e265a05.zip |
Add port math/octave-forge-miscellaneous
This is miscellaneous.
Miscellaneous tools including waitbar, xml tools, etc
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-miscellaneous/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-miscellaneous/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-miscellaneous/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-miscellaneous/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 09a63db12cf8..d48e07f811af 100644 --- a/math/Makefile +++ b/math/Makefile @@ -199,6 +199,7 @@ SUBDIR += octave-forge-integration SUBDIR += octave-forge-io SUBDIR += octave-forge-linear-algebra + SUBDIR += octave-forge-miscellaneous SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile new file mode 100644 index 000000000000..d45c097850ea --- /dev/null +++ b/math/octave-forge-miscellaneous/Makefile @@ -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-miscellaneous +PORTVERSION= 1.0.7 +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> diff --git a/math/octave-forge-miscellaneous/distinfo b/math/octave-forge-miscellaneous/distinfo new file mode 100644 index 000000000000..c11c3d393b4e --- /dev/null +++ b/math/octave-forge-miscellaneous/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/miscellaneous-1.0.7.tar.gz) = cefe41ef3f69b81f4a6462c9d82a6173 +SHA256 (octave-forge/miscellaneous-1.0.7.tar.gz) = e3d8334316127359346692a4e03165efa84c5fe55d43a3890bd1e9e549689654 +SIZE (octave-forge/miscellaneous-1.0.7.tar.gz) = 154664 diff --git a/math/octave-forge-miscellaneous/pkg-descr b/math/octave-forge-miscellaneous/pkg-descr new file mode 100644 index 000000000000..30e665925a30 --- /dev/null +++ b/math/octave-forge-miscellaneous/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 miscellaneous. + + Miscellaneous tools including waitbar, xml tools, etc + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-miscellaneous/pkg-plist b/math/octave-forge-miscellaneous/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-miscellaneous/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |