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>
This commit is contained in:
Maho Nakata 2008-09-08 03:34:01 +00:00
parent 1a5cf90664
commit 5a8acb400a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220220
5 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty