From owner-cvs-all@FreeBSD.ORG Tue Sep 23 13:16:00 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 E52BB1065683; Tue, 23 Sep 2008 13:16:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6B3B8FC20; Tue, 23 Sep 2008 13:16:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8NDG0jN055981; Tue, 23 Sep 2008 13:16:00 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8NDG01J055975; Tue, 23 Sep 2008 13:16:00 GMT (envelope-from amdmi3) Message-Id: <200809231316.m8NDG01J055975@repoman.freebsd.org> From: Dmitry Marakasov Date: Tue, 23 Sep 2008 13:16:00 +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/mingw32-libgmp4 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: Tue, 23 Sep 2008 13:16:01 -0000 amdmi3 2008-09-23 13:16:00 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/mingw32-libgmp4 Makefile distinfo pkg-descr pkg-plist Log: GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. This port compiles libgmp using MinGW32. WWW: http://www.swox.com/gmp/ PR: 123391 Submitted by: Timothy Bourke Revision Changes Path 1.560 +1 -0 ports/math/Makefile 1.1 +43 -0 ports/math/mingw32-libgmp4/Makefile (new) 1.1 +3 -0 ports/math/mingw32-libgmp4/distinfo (new) 1.1 +9 -0 ports/math/mingw32-libgmp4/pkg-descr (new) 1.1 +9 -0 ports/math/mingw32-libgmp4/pkg-plist (new)