From owner-cvs-ports@FreeBSD.ORG Thu May 6 08:14:51 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF3BB106564A; Thu, 6 May 2010 08:14:51 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF57E8FC15; Thu, 6 May 2010 08:14:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o468EpDO064962; Thu, 6 May 2010 08:14:51 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o468EpYr064961; Thu, 6 May 2010 08:14:51 GMT (envelope-from wen) Message-Id: <201005060814.o468EpYr064961@repoman.freebsd.org> From: Wen Heping Date: Thu, 6 May 2010 08:14:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/ann Makefile distinfo pkg-descr pkg-plist ports/math/ann/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2010 08:14:52 -0000 wen 2010-05-06 08:14:51 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/ann Makefile distinfo pkg-descr pkg-plist math/ann/files patch-Makefile Log: ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor neighbor searching in arbitrarily high dimensions. WWW: http://www.cs.umd.edu/~mount/ANN/ PR: ports/145996 Submitted by: Tz-Huan Huang Revision Changes Path 1.652 +1 -0 ports/math/Makefile 1.1 +30 -0 ports/math/ann/Makefile (new) 1.1 +3 -0 ports/math/ann/distinfo (new) 1.1 +149 -0 ports/math/ann/files/patch-Makefile (new) 1.1 +5 -0 ports/math/ann/pkg-descr (new) 1.1 +9 -0 ports/math/ann/pkg-plist (new)