From 7993670e6100f20679833af0d384bf81fed2576f Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 02:07:04 +0000 Subject: 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 --- math/Makefile | 1 + math/octave-forge-ann/Makefile | 19 +++++++++++++++++++ math/octave-forge-ann/distinfo | 3 +++ math/octave-forge-ann/pkg-descr | 12 ++++++++++++ math/octave-forge-ann/pkg-plist | 1 + 5 files changed, 36 insertions(+) create mode 100644 math/octave-forge-ann/Makefile create mode 100644 math/octave-forge-ann/distinfo create mode 100644 math/octave-forge-ann/pkg-descr create mode 100644 math/octave-forge-ann/pkg-plist (limited to 'math') 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 +# +# $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 +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include 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 -- cgit