From owner-cvs-all@FreeBSD.ORG Tue Oct 19 11:00:55 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D9F41065674; Tue, 19 Oct 2010 11:00:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF4A8FC20; Tue, 19 Oct 2010 11:00:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9JB0tTl050327; Tue, 19 Oct 2010 11:00:55 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9JB0tnY050326; Tue, 19 Oct 2010 11:00:55 GMT (envelope-from wen) Message-Id: <201010191100.o9JB0tnY050326@repoman.freebsd.org> From: Wen Heping Date: Tue, 19 Oct 2010 11:00:55 +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/libtsnnls Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 11:00:55 -0000 wen 2010-10-19 11:00:55 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/libtsnnls Makefile distinfo pkg-descr pkg-plist Log: libtsnnls is a fast solver for least-squares problems in the form Ax = b under the constraint that all entries in the solution vector x are non-negative. WWW: http://www.jasoncantarella.com/webpage/index.php?title=Tsnnls PR: ports/151519 Submitted by: Tz-Huan Huang Revision Changes Path 1.675 +1 -0 ports/math/Makefile 1.1 +57 -0 ports/math/libtsnnls/Makefile (new) 1.1 +3 -0 ports/math/libtsnnls/distinfo (new) 1.1 +5 -0 ports/math/libtsnnls/pkg-descr (new) 1.1 +14 -0 ports/math/libtsnnls/pkg-plist (new)