diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-06 10:53:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-06 10:53:36 +0000 |
commit | 7a1323ac4b01d3aa6d6efe17929f16d63a334b6f (patch) | |
tree | 3be8cf2cb2b94dfbe8fffaffcb965d121dca33da /math | |
parent | 5587bb08d38d468922d0beede2460ed812a25d4d (diff) | |
download | ports-7a1323ac4b01d3aa6d6efe17929f16d63a334b6f.tar.gz ports-7a1323ac4b01d3aa6d6efe17929f16d63a334b6f.zip |
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
Notes
Notes:
svn path=/head/; revision=243889
Diffstat (limited to 'math')
-rw-r--r-- | math/mpc/Makefile | 2 | ||||
-rw-r--r-- | math/mpc/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index a36423dbcf60..5853b449b5d8 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpc -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ diff --git a/math/mpc/distinfo b/math/mpc/distinfo index cca9ead8b37c..19a7c34d1df2 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,3 +1,3 @@ -MD5 (mpc-0.7.tar.gz) = 1af44f8ce989161d634f5591f42d7957 -SHA256 (mpc-0.7.tar.gz) = 0ea9fcf1f9203a5ddd952fae5dc706e30b4abace40ff3cf26b149e7cba271141 -SIZE (mpc-0.7.tar.gz) = 564211 +MD5 (mpc-0.8.tar.gz) = 4df67a05d0251a3fcdd956390e9bd59f +SHA256 (mpc-0.8.tar.gz) = e29665199b065b30bd7c603052559f218a1b830b247c2c6cd903b161c54a0aeb +SIZE (mpc-0.8.tar.gz) = 542161 |