diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:34:01 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:34:01 +0800 |
commit | 54208825b52a2eb5180c0b31ef34f0f92cc81b2d (patch) | |
tree | 6cf46d757d28ed45fe0b1f423d39ce59a97902c5 /math | |
parent | 4b760b4cc0b05252de88073a74001cb9dfcd7e04 (diff) | |
download | freebsd-ports-gnome-54208825b52a2eb5180c0b31ef34f0f92cc81b2d.tar.gz freebsd-ports-gnome-54208825b52a2eb5180c0b31ef34f0f92cc81b2d.tar.zst freebsd-ports-gnome-54208825b52a2eb5180c0b31ef34f0f92cc81b2d.zip |
Add port math/octave-forge-combinatorics
This is combinatorics. Combinatorics functions, incuding partitioning.
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-combinatorics/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-combinatorics/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-combinatorics/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-combinatorics/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 11f670629035..e28479d5a2e5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -187,6 +187,7 @@ SUBDIR += octave-forge-base SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-civil-engineering + SUBDIR += octave-forge-combinatorics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl diff --git a/math/octave-forge-combinatorics/Makefile b/math/octave-forge-combinatorics/Makefile new file mode 100644 index 000000000000..ae63bd0548d3 --- /dev/null +++ b/math/octave-forge-combinatorics/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-combinatorics +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-combinatorics/distinfo b/math/octave-forge-combinatorics/distinfo new file mode 100644 index 000000000000..a59aeb2a7d0f --- /dev/null +++ b/math/octave-forge-combinatorics/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/combinatorics-1.0.7.tar.gz) = e642eeff1aec678dbb4663935fe3c20b +SHA256 (octave-forge/combinatorics-1.0.7.tar.gz) = 9894d09ef4573e49f4d81424357a5186b9f3f82ee4705b1e8c2a2c603666dfe9 +SIZE (octave-forge/combinatorics-1.0.7.tar.gz) = 27818 diff --git a/math/octave-forge-combinatorics/pkg-descr b/math/octave-forge-combinatorics/pkg-descr new file mode 100644 index 000000000000..f43909c7c205 --- /dev/null +++ b/math/octave-forge-combinatorics/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 combinatorics. + + Combinatorics functions, incuding partitioning. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-combinatorics/pkg-plist b/math/octave-forge-combinatorics/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-combinatorics/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |