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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->feedback Fails to configure. http://people.freebsd.org/~amdmi3/mingw32-libgmp4-4.2.2.log
State Changed From-To: feedback->open Issue resolved
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 <timbob at bigpond dot com> 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) _______________________________________________ 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!