levmar is a GPL-licensed library written in C, which implements the Levenberg-Marquardt (LM) optimization algorithm. The LM algorithm is considered as one of the most effective method for solving nonlinear least squares problem. WWW: http://www.ics.forth.gr/~lourakis/levmar/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Responsible Changed From-To: miwi->freebsd-ports-bugs back to pool (ENOTIME to deal with this)
Hello, I have attached a newer shar including the following modifications. (1) LICENSE macro was added. (2) MAINTAINER macro was updated. (3) some minor typos were fixed. This port was tested on FreeBSD 8.1R on amd64 and i386.
Responsible Changed From-To: freebsd-ports-bugs->bf I'll take it.
bf 2010-08-25 06:42:48 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/levmar Makefile distinfo pkg-descr math/levmar/files Makefile.demo Makefile.lib Log: Add levmar 2.5, a GPL-licensed library implementing the Levenberg-Marquardt algorithm. PR: ports/146683 Submitted by: Eijiro Shibusawa <ej-sib at ice.uec.ac.jp> Approved by: makc (co-mentor) Revision Changes Path 1.670 +1 -0 ports/math/Makefile 1.1 +81 -0 ports/math/levmar/Makefile (new) 1.1 +3 -0 ports/math/levmar/distinfo (new) 1.1 +20 -0 ports/math/levmar/files/Makefile.demo (new) 1.1 +13 -0 ports/math/levmar/files/Makefile.lib (new) 1.1 +5 -0 ports/math/levmar/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!