diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 10:07:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 10:07:04 +0800 |
commit | 7993670e6100f20679833af0d384bf81fed2576f (patch) | |
tree | d7ca59e77f47d3c9d5168d83c6ab65dba77f6dc2 /math | |
parent | 8bbb9392e0e182b96f82e61a1e584c65013b2782 (diff) | |
download | freebsd-ports-gnome-7993670e6100f20679833af0d384bf81fed2576f.tar.gz freebsd-ports-gnome-7993670e6100f20679833af0d384bf81fed2576f.tar.zst freebsd-ports-gnome-7993670e6100f20679833af0d384bf81fed2576f.zip |
Add math/octave-forge-ann port.
This package is "ann".
The Octave-forge ANN package wraps the ANN library, which
provides data structures and functions for computing exact
and approximate nearest neighbors on an arbitrarily high dimensional point set.
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-ann/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-ann/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-ann/pkg-descr | 12 | ||||
-rw-r--r-- | math/octave-forge-ann/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 326a40f2b8aa..16ac66b2eba9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -181,6 +181,7 @@ SUBDIR += octave-devel SUBDIR += octave-forge SUBDIR += octave-forge-ad + SUBDIR += octave-forge-ann SUBDIR += octave-forge-base SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-ann/Makefile b/math/octave-forge-ann/Makefile new file mode 100644 index 000000000000..011d64566a0d --- /dev/null +++ b/math/octave-forge-ann/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-ann +PORTVERSION= 1.0.1 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= swig:${PORTSDIR}/devel/swig13 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-ann/distinfo b/math/octave-forge-ann/distinfo new file mode 100644 index 000000000000..67ee94d11328 --- /dev/null +++ b/math/octave-forge-ann/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/ann-1.0.1.tar.gz) = a2666a41a7c53049690cfd31a93096d5 +SHA256 (octave-forge/ann-1.0.1.tar.gz) = 4c7c0b08896c796e5f9243a9d488f480fa419633c51c430c1b90f800e2b330c7 +SIZE (octave-forge/ann-1.0.1.tar.gz) = 670456 diff --git a/math/octave-forge-ann/pkg-descr b/math/octave-forge-ann/pkg-descr new file mode 100644 index 000000000000..257a509eca6d --- /dev/null +++ b/math/octave-forge-ann/pkg-descr @@ -0,0 +1,12 @@ +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 ann. + + The Octave-forge ANN package wraps the ANN library, which provides data +structures and functions for computing exact and approximate nearest neighbors +on an arbitrarily high dimensional point set. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-ann/pkg-plist b/math/octave-forge-ann/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-ann/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |