From a464ac96aff7c5e1c1577d669f8e95460e265a05 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 04:03:28 +0000 Subject: 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 --- math/Makefile | 1 + math/octave-forge-miscellaneous/Makefile | 17 +++++++++++++++++ math/octave-forge-miscellaneous/distinfo | 3 +++ math/octave-forge-miscellaneous/pkg-descr | 10 ++++++++++ math/octave-forge-miscellaneous/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-miscellaneous/Makefile create mode 100644 math/octave-forge-miscellaneous/distinfo create mode 100644 math/octave-forge-miscellaneous/pkg-descr create mode 100644 math/octave-forge-miscellaneous/pkg-plist (limited to 'math') 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 +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-miscellaneous +PORTVERSION= 1.0.7 +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-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 -- cgit