aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tiny-fugue.rb
AgeCommit message (Collapse)Author
2013-01-28tiny-fugue: style nitsAdam Vandenberg
2012-10-26tiny-fugue: change to using HB pcrenibbles 2bits
tiny-fugue was crafted in 2007 to use pcre, and it uses system pcre or HB pcre over its own internal pcre-2.08 by linking against `-lpcre`. However it uses a removed API, `pcre_info` like goffice tries to do. - Add a dep on HB pcre. - patch this to change to using `pcre_fullinfo` - design the patch like the goffice patch. Fixes #15105 Closes #15681. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-02tiny-fugue - remove duplicateAdam Vandenberg
2010-09-16TinyFugue (MOO/MUD client)Lee Packham
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Renamed from 'tf' * Was linkined to libnet in my Cellar, so added dep