diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:54:38 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:54:38 +0800 |
commit | 4df323b157b9bd2b8f3d33c3c8df62d0fd10a1a6 (patch) | |
tree | 6f8240ff3de3da2bcc5d669108a2e0851bc425cb | |
parent | afdc682e3600b86a5daa2121b5e80ab822605c9e (diff) | |
download | freebsd-ports-gnome-4df323b157b9bd2b8f3d33c3c8df62d0fd10a1a6.tar.gz freebsd-ports-gnome-4df323b157b9bd2b8f3d33c3c8df62d0fd10a1a6.tar.zst freebsd-ports-gnome-4df323b157b9bd2b8f3d33c3c8df62d0fd10a1a6.zip |
Add port math/octave-forge-general
This is general. General 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>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-general/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-general/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-general/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-general/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ea8bf5956ff3..c5b8ac53c485 100644 --- a/math/Makefile +++ b/math/Makefile @@ -190,6 +190,7 @@ SUBDIR += octave-forge-combinatorics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl + SUBDIR += octave-forge-general SUBDIR += octave-forge-gsl SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory diff --git a/math/octave-forge-general/Makefile b/math/octave-forge-general/Makefile new file mode 100644 index 000000000000..eeda6143be03 --- /dev/null +++ b/math/octave-forge-general/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-general +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-general/distinfo b/math/octave-forge-general/distinfo new file mode 100644 index 000000000000..37512aba3ec7 --- /dev/null +++ b/math/octave-forge-general/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/general-1.0.7.tar.gz) = 0dc3f87aa7178c68dc3a51b609809bc9 +SHA256 (octave-forge/general-1.0.7.tar.gz) = cb3492093103d1ba897036db4a271c4bd481b2bca65d7969f0d45038da819cef +SIZE (octave-forge/general-1.0.7.tar.gz) = 44004 diff --git a/math/octave-forge-general/pkg-descr b/math/octave-forge-general/pkg-descr new file mode 100644 index 000000000000..b60575912df1 --- /dev/null +++ b/math/octave-forge-general/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 general. + + General tools for octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-general/pkg-plist b/math/octave-forge-general/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-general/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |