From owner-cvs-all@FreeBSD.ORG Fri Apr 11 00:27:27 2008 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 BC66F106566B; Fri, 11 Apr 2008 00:27:27 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B16D28FC15; Fri, 11 Apr 2008 00:27:27 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3B0RRSg057559; Fri, 11 Apr 2008 00:27:27 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3B0RRra057558; Fri, 11 Apr 2008 00:27:27 GMT (envelope-from maho) Message-Id: <200804110027.m3B0RRra057558@repoman.freebsd.org> From: Maho Nakata Date: Fri, 11 Apr 2008 00:27:27 +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/sdpa-gmp Makefile distinfo pkg-descr pkg-plist 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: Fri, 11 Apr 2008 00:27:27 -0000 maho 2008-04-11 00:27:27 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/sdpa-gmp Makefile distinfo pkg-descr pkg-plist Log: The SDPA-GMP (The GMP version of SemiDefinite Programming Algorithm) is a software package for solving semidefinite program (SDP), intended for very hard to solve SDPs and SDPs requires ultra high accuracy. It is based on a Mehrotra-type predictor-corrector infeasible primal-dual interior-point method. The SDPA-GMP shares the same features as the SDPA, excpt for calculations will be done with multiple precision arithmetics via the GMP (the GNU Multiple Precision Arithmetic Library). WWW: http://sdpa.indsys.chuo-u.ac.jp/sdpa/index.html Revision Changes Path 1.476 +1 -0 ports/math/Makefile 1.1 +44 -0 ports/math/sdpa-gmp/Makefile (new) 1.1 +6 -0 ports/math/sdpa-gmp/distinfo (new) 1.1 +10 -0 ports/math/sdpa-gmp/pkg-descr (new) 1.1 +5 -0 ports/math/sdpa-gmp/pkg-plist (new)