Bug 123391

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 Flags
mingw32-libgmp4-4.2.2.shar none

Description Timothy Bourke 2008-05-04 11:50:01 UTC
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
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-09 10:37:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-09 12:51:42 UTC
State Changed
From-To: open->feedback

Fails to configure. 
http://people.freebsd.org/~amdmi3/mingw32-libgmp4-4.2.2.log
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-12 16:04:38 UTC
State Changed
From-To: feedback->open

Issue resolved
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-23 14:16:09 UTC
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"
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-23 14:16:16 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!