aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cfitsio.rb
AgeCommit message (Collapse)Author
2013-10-08cfitsio: add mirrorMisty De Meo
Closes #23135.
2013-10-06cfitsio: use HTTP URL instead of FTPTyler Stalder
The NASA HEASARC FTP server is currently not responding via FTP, but allows HTTP indexes and downloads. SHA1 matches and doesn't need to changed. The directy index is linked to from http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html Fixes #23049. Closes #23085. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-09-11cfitsio: use resourceAdam Vandenberg
2013-07-30cfitsio: silent version updateAdam Vandenberg
Closes #21529.
2013-07-16cfitsio 3.350Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-13cfitsio: compile examples directly to binAdam Vandenberg
2013-03-30cfitsio 3.340Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-24cfitsio: sha1sum for examples zipDustin Lang
Closes #15083. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-22cfitsio: use new dslAdam Vandenberg
2012-08-06cfitsio 3.310Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03cfitsio 3.30nibbles 2bits
Upgrade cfitsio to version 3.30. Tested using openimageio. Closes #12027. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-03-10cfitsio: remove silly commentAdam Vandenberg
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-01-02cfitsio: fix checksumAdam Vandenberg
2011-12-09cfitsio 3.29Rui Pereira
Closes #9063. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30CFitsIO: Add option to install example programsRui Pereira
Added the option --with-examples to the cfitsio formula, that downloads, compiles and installs some useful programs, like listhead, modhead, etc. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-07-20CFITSIO 3.28Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-04cfitsio 3.27Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-04-08New formula: CFITSIOBart Janssen
Runs "make shared" to produce a dylib. Signed-off-by: David Höppner <0xffea@gmail.com> * set version