Commit Graph

14 Commits (a3645015c3062c37b0799d41b0167c72b2232093)

Author SHA1 Message Date
Mike McQuaid 5ddc7617b3 Fix subformulae sha1s. 2012-09-03 18:59:29 -07:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Brett Koonce 42b89b7cc3 figlet 2.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-25 22:11:16 -07:00
Jack Nagel 63cde03be4 Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
Jack Nagel 19c7a97f41 figlet: avoid inreplace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-12 22:22:39 -06:00
Adam Vandenberg 742fe1bde1 Be more explicit about paths in test methods 2011-09-01 13:00:28 -07:00
Simon Olofsson 24e50d0408 figet: fix mandir
When setting Mandir to man6 the Manpage goes into man/man6/man6 which is
one man6 too much :)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-01 13:22:31 -07:00
Alexis Hildebrandt 87e2836536 figlet: fix non-/usr/local installs
Fix installation path substitution pattern for Makefile inreplace.
The pattern was '/usr/local/' but the Makefile only contains '/usr/local',
thus the pattern never matched and the non-superuser installation failed with:
cp figlet chkfont figlist showfigfonts /usr/local/bin
cp: /usr/local/bin/figlet: Permission denied
cp: /usr/local/bin/chkfont: Permission denied
cp: /usr/local/bin/figlist: Permission denied
cp: /usr/local/bin/showfigfonts: Permission denied

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-04 09:10:29 -07:00
Adam Vandenberg d1395737e4 figlet: fix compilation 2011-05-02 14:30:50 -07:00
Humza 247335c63b figlet 2.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-01 22:20:23 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
isaacs d47100dd5f Update figlet to 2.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-19 17:36:31 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Erik Kastner 879d3bb337 Formula for Figlet (fixed-with fonts)
Signed-off-by: Max Howell <max@methylblue.com>

I moved the fonts into share/figlet and made the system calls at the start Ruby equivalents.
2010-01-13 13:28:03 +00:00