FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 5:50 PM GMT
Port details
mpc 0.9 math on this many watch lists=7 search for ports that depend on this port
Library of complex numbers with arbitrarily high precision
Maintained by: gerald@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Apr 2009 08:16:58
Also Listed In: devel
License: not specified in port
Mpc is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as Mpfr. The
library is written by Andreas Enge, Philippe Theveny and Paul
Zimmermann and is distributed under the Gnu Lesser General Public
License, either version 2.1 of the license, or (at your option)
any later version. The Mpc library has been registered in France
by the Agence pour la Protection des Programmes on 2003-02-05
under the number IDDN FR 001 060029 000 R P 2003 000 10000.

WWW: http://www.multiprecision.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: math/gmp, math/mpfr
There are no ports dependent upon this port

To install the port: cd /usr/ports/math/mpc/ && make install clean
To add the package: pkg_add -r math_mpc


Configuration Options
     No options to configure

Master Sites:
http://www.multiprecision.org/mpc/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Nov 2011 15:26:04
Original commit files touched by this commit  0.9
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
29 Oct 2011 07:20:16
Original commit files touched by this commit  0.9
miwi search for other commits by this committer
- Fix build on FreeBSD 10

Reported by:    pointyhat
21 Feb 2011 20:06:58
Original commit files touched by this commit  0.9
gerald search for other commits by this committer
Update to libmpc version 0.9 which brings the following changes:
 - New functions:
   . mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting
     between mpc type variables and C variables of type double _Complex
     or long double _Complex
   . mpc_sin_cos, computing simultaneously the sine and cosine
 - Speed-ups:
   . mpc_pow_si through binary exponentiation
   . mpc_pow_z when the exponent fits in a long
   . mpc_tan through the use of mpc_sin_cos
 - Bug fixes:
   . trigonometric functions: infinite loop due to overflow for large
     arguments
   . exp: close to infinite loop for argument close to 0
   . sqrt: close to infinite loop for argument close to 1
   . add_si: replaced macro by function, since the macro evaluated the
     same expression twice
 - Logging feature for debugging:
     ./configure --enable-logging
     #include "mpc-log.h" instead of #include "mpc.h"
20 Jun 2010 22:54:24
Original commit files touched by this commit  0.8.2
gerald search for other commits by this committer
Update to libmpc version 0.8.2 which brings a speed-up of mpc_pow_ui
through binary exponentiation and fixes the testsuite for mpfr 3.0.0.

Suggested by:   Gunther Nikl <gnikl@users.sourceforge.net>
Feature safe:   yes
20 Jun 2010 22:52:13
Original commit files touched by this commit  0.8.2
gerald search for other commits by this committer
Update to libmpc version 0.8.2 which brings a speed-up of mpc_pow_ui
through binary exponentiation and fixes the testsuite for mpfr 3.0.0.

Suggested by:   Gunther Nikl <gnikl@users.sourceforge.net>
Feature safe:   yes
11 Jun 2010 15:09:45
Original commit files touched by this commit  0.8.1_2
ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
19 Apr 2010 10:43:43
Original commit files touched by this commit  0.8.1_1
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
21 Dec 2009 08:01:15
Original commit files touched by this commit  0.8.1
gerald search for other commits by this committer
Update to libmpc version 0.8.1 which brings the following changes:
 - Bug fixes:
   . acosh, asinh, atanh: swap of precisions between real and imaginary parts
   . atan: memory leak
   . log: wrong ternary value in data file; masked by bug in Mpfr 2.4.1

PR:             141825
Submitted by:   bf1783@gmail.com
06 Nov 2009 10:53:36
Original commit files touched by this commit  0.8
gerald search for other commits by this committer
Update to libmpc version 0.8 which brings the following changes:
 - New functions:
   . Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
     mpc_asinh, mpc_acosh, mpc_atanh
   . Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
     mpc_pow_z, mpc_pow_fr
 - Bug fixes:
   . ui_div: real divisor
01 Nov 2009 17:56:52
Original commit files touched by this commit  0.7
gerald search for other commits by this committer
Assume maintainership.  Thanks to Wen Heping for getting this port started!

Approved by:    maintainer (wen)
11 Oct 2009 07:51:06
Original commit files touched by this commit  0.7
gerald search for other commits by this committer
Replace pkg-plist by a PLIST_FILES in Makefile.

Approved by:    maintainer (wen heping)
26 Sep 2009 11:41:28
Original commit files touched by this commit  0.7
gerald search for other commits by this committer
Update to libmpc version 0.7 which brings the following changes:
 - New functions: mpc_pow, mpc_set_nan, mpc_swap
 - Bug fixes:
   . log: along branch cut
   . norm: infinite loop in case of overflow
   . ui_div, div, fr_div: handling of division by 0 and infinities
     following the example code of the C99 standard
   . compilation with g++
 - Makefile.vc updated (thanks to Mickael Gastineau)
 - Changed MPC_SET_X_Y macro
 - Removed functions mpc_random and mpc_random2 (which no port uses)

Approved by:    maintainer (wen heping)
Feature safe:   yes
11 Jun 2009 15:18:09
Original commit files touched by this commit  0.6_1
erwin search for other commits by this committer
Explicitly set LATEST_LINK to not clash with audio/mpc
14 May 2009 11:53:13
Original commit files touched by this commit  0.6_1
pav search for other commits by this committer
- Chase math/libgmp4 shlib bump

Reported by:    pointyhat
Pointy hat to:  ale
11 Apr 2009 08:16:27
Original commit files touched by this commit  0.6
miwi search for other commits by this committer
Mpc is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as Mpfr. The
library is written by Andreas Enge, Philippe Theveny and Paul
Zimmermann and is distributed under the Gnu Lesser General Public
License, either version 2.1 of the license, or (at your option)
any later version. The Mpc library has been registered in France
by the Agence pour la Protection des Programmes on 2003-02-05
under the number IDDN FR 001 060029 000 R P 2003 000 10000.

WWW: http://www.multiprecision.org/

PR:             ports/133395
Submitted by:   Wen Heping <wenheping at gmail.com>

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight71
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.093 seconds.