Commit graph

15 commits

Author SHA1 Message Date
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
3e4d228ab4 cfitsio: use new dsl 2012-08-22 21:37:04 -07:00
Brett Koonce
573d605af1 cfitsio 3.310
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
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-15 14:03:11 -05:00
nibbles 2bits
34fefdc2aa cfitsio 3.30
Upgrade cfitsio to version 3.30.  Tested using openimageio.

Closes Homebrew/homebrew#12027.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:16:01 -07:00
Adam Vandenberg
881305994b cfitsio: remove silly comment 2012-03-10 18:29:21 -08:00
Adam Vandenberg
83b371fba5 Introduce block form of mkdir 2012-02-24 21:35:51 -08:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Adam Vandenberg
90e9c7b69a cfitsio: fix checksum 2012-01-02 14:42:29 -08:00
Rui Pereira
7d940a3a2c cfitsio 3.29
Closes Homebrew/homebrew#9063.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09 16:31:08 -06:00
Rui Pereira
dfde7e7f44 CFitsIO: Add option to install example programs
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-08-30 01:39:40 -07:00
Charlie Sharpsteen
1b8ef83355 CFITSIO 3.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20 08:06:11 -07:00
Charlie Sharpsteen
733e16c73c cfitsio 3.27
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-04 09:12:10 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Bart Janssen
173a93c20a New formula: CFITSIO
Runs "make shared" to produce a dylib.

Signed-off-by: David Höppner <0xffea@gmail.com>

* set version
2010-04-08 13:04:37 +02:00