Commit graph

20 commits

Author SHA1 Message Date
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Ruslan Makhmatkhanov
7958a763b5 astro/py-astLib: pet portscout
- ignore incorrect versioning on upstream and make portscout happy

PR:		187108
Submitted by:	Eero Hanninen <fax@nohik.ee>
2014-03-04 20:03:43 +00:00
Ruslan Makhmatkhanov
9a1cc41687 - update to 0.7.0
PR:		186209
Submitted by:	Eero Hanninen <fax@nohik.ee>
2014-02-09 15:56:08 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Marcus von Appen
d22ea88436 - Enable stage support
- Convert to PYDISTUTILS_AUTOPLIST
2013-09-27 21:17:26 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Alexey Dokuchaev
a8c8578d56 For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT.  Whenever appropriate, cleanup Makefiles a bit as well.
2013-02-25 11:09:19 +00:00
Carlo Strub
05b0777c26 Fix typos in COMMENT 2012-07-23 14:05:31 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Wen Heping
b879c1a0bc - Update to 0.6.1 2012-03-08 08:39:54 +00:00
Wen Heping
2748c4b967 - update to 0.6.0 2012-01-16 01:11:45 +00:00
Wen Heping
cc5136cb82 - Update to 0.5.0 2011-10-20 10:43:58 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Wen Heping
72c627916d - Update to 0.4.0
- Reset maintainer
2010-05-21 06:12:07 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
b8af50a064 - Update to 0.3.1
PR:		135208
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-05 21:48:46 +00:00
Martin Wilke
f2da1aef09 astLib is a set of Python modules that provides some tools for research
astronomers. It can be used for astronomical plots, some statistics,
common calculations, coordinate conversions, and manipulating FITS images
with World Coordinate System (WCS) information through PyWCSTools - a
simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and
developed) as part of astLib.

WWW:	http://astlib.sourceforge.net

PR:		ports/133084
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-26 14:14:15 +00:00