diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:30:50 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:30:50 +0800 |
commit | 1e60052d5a513960d1e0693985b5574593accfaf (patch) | |
tree | d412043b021d593f2393d805a4b4389f1fa15987 | |
parent | 4789da267e0d84bbc4b9113a9198f8f6d6511008 (diff) | |
download | freebsd-ports-gnome-1e60052d5a513960d1e0693985b5574593accfaf.tar.gz freebsd-ports-gnome-1e60052d5a513960d1e0693985b5574593accfaf.tar.zst freebsd-ports-gnome-1e60052d5a513960d1e0693985b5574593accfaf.zip |
Add port math/octave-forge-triangular.
This is triangular.
Simple example of a user type implementing a simple matrix type
for triangular matrices.
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-triangular/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-triangular/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-triangular/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-triangular/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e211dc6f1b7c..41d0318209e3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -233,6 +233,7 @@ SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband SUBDIR += octave-forge-time + SUBDIR += octave-forge-triangular SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-triangular/Makefile b/math/octave-forge-triangular/Makefile new file mode 100644 index 000000000000..5e55d72c2f66 --- /dev/null +++ b/math/octave-forge-triangular/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-triangular +PORTVERSION= 1.0.4 +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-triangular/distinfo b/math/octave-forge-triangular/distinfo new file mode 100644 index 000000000000..efbee482e8d3 --- /dev/null +++ b/math/octave-forge-triangular/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/triangular-1.0.4.tar.gz) = bb2e728229ac2de6054a2d6363b08686 +SHA256 (octave-forge/triangular-1.0.4.tar.gz) = 6ea2e49e508487033cc2524881434ecd35b5e6ca9178af15b1811d4f16a03673 +SIZE (octave-forge/triangular-1.0.4.tar.gz) = 25463 diff --git a/math/octave-forge-triangular/pkg-descr b/math/octave-forge-triangular/pkg-descr new file mode 100644 index 000000000000..689bcd53e16c --- /dev/null +++ b/math/octave-forge-triangular/pkg-descr @@ -0,0 +1,11 @@ +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 triangular. + + Simple example of a user type implementing a simple matrix type for +triangular matrices. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-triangular/pkg-plist b/math/octave-forge-triangular/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-triangular/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |