aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry
Commit message (Collapse)AuthorAgeFilesLines
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-1/+1
| | | | | | | Obtained from: portmgr (bapt) Notes: svn path=/head/; revision=326705
* Convert astro to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | While here: - Trim headers - Use shebangfix when needed - Convert to new perl5 world Notes: svn path=/head/; revision=325648
* Mark as broken on powerpc (and presumably ia64) as well as sparc64.Mark Linimon2012-09-081-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303865
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+12
| | | | Notes: svn path=/head/; revision=297915
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-7/+2
| | | | Notes: svn path=/head/; revision=285170
* - Move over to python2.5 or higherMartin Wilke2011-02-242-2/+2
| | | | | | | - While here kick md5 Notes: svn path=/head/; revision=269605
* Fix build on 6.xMax Brazhnikov2010-10-092-3/+6
| | | | | | | | PR: ports/151235 Submitted by: Sébastien Santoro (maintainer) Notes: svn path=/head/; revision=262717
* Update to 0.34Max Brazhnikov2010-09-214-11/+193
| | | | | | | | PR: ports/150769 Submitted by: Sébastien Santoro (maintainer) Notes: svn path=/head/; revision=261543
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+4
| | | | Notes: svn path=/head/; revision=251814
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Also broken on sparc64-7.Mark Linimon2009-10-311-2/+2
| | | | Notes: svn path=/head/; revision=243583
* Mark as broken on sparc64-8: needs stdlib.h instead of malloc.h. MayMark Linimon2009-08-171-1/+7
| | | | | | | | | also affect amd64-8. Hat: portmgr Notes: svn path=/head/; revision=239691
* - Fix dependency on jpeg, bump PORTREVISIONDmitry Marakasov2009-07-211-1/+2
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=238171
* If you have astronomical imaging of the sky with celestial coordinates you doDmitry Marakasov2009-07-176-0/+175
not know or do not trust then is for you. Input an image and we'll give you back astrometric calibration meta-data, plus lists of known objects falling inside the field of view.Astrometry.net We have built this astrometric calibration service to create correct, standards-compliant astrometric meta-data for every useful astronomical image ever taken, past and future, in any state of archival disarray. We hope this will help organize, annotate and make searchable all the world's astronomical information. WWW: http://www.astrometry.net/ PR: 136594 Submitted by: Dereckson <dereckson@gmail.com> Notes: svn path=/head/; revision=237991