FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 1:44 PM BST
non port: math/mpc/Makefile
CVSWeb

Number of commits found: 14

Wed, 9 Nov 2011
[ 15:26 miwi ] Original commit 
1.6 accessibility/atkmm/Makefile
1.44 accessibility/gnome-speech/Makefile
1.67 archivers/libarchive/Makefile
1.9 archivers/libpar2/Makefile
1.8 archivers/snappy/Makefile
1.6 archivers/squeeze/Makefile
1.25 archivers/tardy/Makefile
1.3 audio/alsa-lib/Makefile
1.13 audio/audiere/Makefile
1.10 audio/celt/Makefile

(Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 07:20 miwi ] Original commit 
1.16 audio/libid3tag/Makefile
1.17 audio/portaudio2/Makefile
1.91 devel/ORBit/Makefile
1.4 devel/eina/Makefile
1.13 math/mpc/Makefile
1.58 print/pdflib/Makefile
1.8 science/libint/Makefile
1.96 security/gnutls/Makefile
1.5 sysutils/sg3_utils/Makefile
1.53 textproc/raptor2/Makefile
- Fix build on FreeBSD 10

Reported by:    pointyhat
Mon, 21 Feb 2011
[ 20:06 gerald ] Original commit 
1.12 math/mpc/Makefile
1.6 math/mpc/distinfo
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"
Sun, 20 Jun 2010
[ 22:52 gerald ] Original commit 
1.11 math/mpc/Makefile
1.5 math/mpc/distinfo
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
Fri, 11 Jun 2010
[ 15:09 ale ] Original commit 
1.69 deskutils/genius/Makefile
1.73 devel/avr-gcc/Makefile
1.11 devel/binutils/Makefile
1.16 devel/cross-gcc/Makefile
1.11 devel/djgpp-gcc/Makefile
1.44 devel/mingw32-gcc/Makefile
1.9 devel/seed/Makefile
1.359 lang/gcc42/Makefile
1.410 lang/gcc43/Makefile
1.438 lang/gcc44/Makefile

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Chase mpfr library and bump PORTREVISION.
Mon, 19 Apr 2010
[ 10:43 ale ] Original commit 
1.2124 MOVED
1.36 audio/cheesetracker/Makefile
1.72 devel/avr-gcc/Makefile
1.9 devel/binutils/Makefile
1.15 devel/cross-gcc/Makefile
1.59 devel/darcs/Makefile
1.10 devel/djgpp-gcc/Makefile
1.7 devel/hs-Stream/Makefile
1.29 devel/hs-alex/Makefile
1.42 devel/hs-c2hs/Makefile

(Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Mon, 21 Dec 2009
[ 08:01 gerald ] Original commit 
1.8 math/mpc/Makefile
1.4 math/mpc/distinfo
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
Fri, 6 Nov 2009
[ 10:53 gerald ] Original commit 
1.7 math/mpc/Makefile
1.3 math/mpc/distinfo
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
Sun, 1 Nov 2009
[ 17:56 gerald ] Original commit 
1.6 math/mpc/Makefile
Assume maintainership.  Thanks to Wen Heping for getting this port started!

Approved by:    maintainer (wen)
Sun, 11 Oct 2009
[ 07:51 gerald ] Original commit 
1.5 math/mpc/Makefile
1.3 math/mpc/pkg-plist
Replace pkg-plist by a PLIST_FILES in Makefile.

Approved by:    maintainer (wen heping)
Sat, 26 Sep 2009
[ 11:41 gerald ] Original commit 
1.4 math/mpc/Makefile
1.2 math/mpc/distinfo
1.2 math/mpc/pkg-plist
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
Thu, 11 Jun 2009
[ 15:18 erwin ] Original commit 
1.3 math/mpc/Makefile
Explicitly set LATEST_LINK to not clash with audio/mpc
Thu, 14 May 2009
[ 11:53 pav ] Original commit 
1.15 finance/aqbanking/Makefile
1.384 lang/gcc45/Makefile
1.3 lang/ikarus/Makefile
1.2 math/mpc/Makefile
1.46 math/pari/Makefile
1.2 security/pbc/Makefile
1.44 lang/php4/Makefile.ext
1.63 lang/php5/Makefile.ext
- Chase math/libgmp4 shlib bump

Reported by:    pointyhat
Pointy hat to:  ale
Sat, 11 Apr 2009
[ 08:16 miwi ] Original commit 
1.591 math/Makefile
1.1 math/mpc/Makefile
1.1 math/mpc/distinfo
1.1 math/mpc/pkg-descr
1.1 math/mpc/pkg-plist
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: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours20
new 7 days63
new fortnight185
new month257

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.105 seconds.