From owner-cvs-all@FreeBSD.ORG Tue Mar 6 19:15:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 010F416A402; Tue, 6 Mar 2007 19:15:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E5D7213C478; Tue, 6 Mar 2007 19:15:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l26JFhRf099549; Tue, 6 Mar 2007 19:15:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l26JFh9o099548; Tue, 6 Mar 2007 19:15:43 GMT (envelope-from miwi) Message-Id: <200703061915.l26JFh9o099548@repoman.freebsd.org> From: Martin Wilke Date: Tue, 6 Mar 2007 19:15:43 +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/fann Makefile distinfo pkg-descr pkg-plist ports/math/fann/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 19:15:44 -0000 miwi 2007-03-06 19:15:43 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/fann Makefile distinfo pkg-descr pkg-plist math/fann/files patch-Makefile.in Log: Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Pure Data and Mathematica bindings are available. A reference manual accompanies the library with examples and recommendations on how to use the library. A graphical user interface is also available for the library. WWW: http://leenissen.dk/fann/ PR: ports/109853 Submitted by: Tz-Huan Huang Revision Changes Path 1.447 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/fann/Makefile (new) 1.1 +3 -0 ports/math/fann/distinfo (new) 1.1 +11 -0 ports/math/fann/files/patch-Makefile.in (new) 1.1 +11 -0 ports/math/fann/pkg-descr (new) 1.1 +29 -0 ports/math/fann/pkg-plist (new)