From owner-cvs-all@FreeBSD.ORG Mon Jun 4 21:06:18 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 D105916A468; Mon, 4 Jun 2007 21:06:18 +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 C107513C45A; Mon, 4 Jun 2007 21:06:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l54L6IYS016930; Mon, 4 Jun 2007 21:06:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l54L6I81016928; Mon, 4 Jun 2007 21:06:18 GMT (envelope-from miwi) Message-Id: <200706042106.l54L6I81016928@repoman.freebsd.org> From: Martin Wilke Date: Mon, 4 Jun 2007 21:06:18 +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/lensnns Makefile distinfo pkg-descr pkg-plist ports/math/lensnns/files lensnns.1.in patch-Makefile patch-Src-Makefile patch-Src-sysext.h pkg-message.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: Mon, 04 Jun 2007 21:06:18 -0000 miwi 2007-06-04 21:06:18 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/lensnns Makefile distinfo pkg-descr pkg-plist math/lensnns/files lensnns.1.in patch-Makefile patch-Src-Makefile patch-Src-sysext.h pkg-message.in Log: Lens is an efficient, yet flexible, neural network simulator that runs on a variety of platforms, is able to handle large, complex simulations, but is also reasonably easy for novices to operate. PR: ports/112577 Submitted by: Jason W. Bacon Revision Changes Path 1.457 +1 -0 ports/math/Makefile 1.1 +68 -0 ports/math/lensnns/Makefile (new) 1.1 +3 -0 ports/math/lensnns/distinfo (new) 1.1 +21 -0 ports/math/lensnns/files/lensnns.1.in (new) 1.1 +27 -0 ports/math/lensnns/files/patch-Makefile (new) 1.1 +25 -0 ports/math/lensnns/files/patch-Src-Makefile (new) 1.1 +16 -0 ports/math/lensnns/files/patch-Src-sysext.h (new) 1.1 +19 -0 ports/math/lensnns/files/pkg-message.in (new) 1.1 +3 -0 ports/math/lensnns/pkg-descr (new) 1.1 +234 -0 ports/math/lensnns/pkg-plist (new)