| Summary: | [NEW PORT] math/mingw32-libgmp4: Library for arbitrary precision arithmetic (MinGW32) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Timothy Bourke <timbob> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Timothy Bourke
2008-05-04 11:50:01 UTC
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! |