aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fltk.rb
AgeCommit message (Collapse)Author
2014-11-17fltk: update 1.3.3 bottle.BrewTestBot
2014-11-17fltk 1.3.3Brett Koonce
Closes #34236. Closes #34253.
2014-10-30fltk: fix compilation on 10.10Gabor Gyorvari
Fixes #33093. Closes #33360. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-22fltk: add 1.3.2_1 bottle.BrewTestBot
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-21fltk: fix build with clang 3.4indiecat
Fixes #27404. Closes #27531. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-03-19fltk: use patch DSLJack Nagel
2013-05-19fltk: add patch for issue with -lpngSteven Yi
https://trac.macports.org/browser/trunk/dports/aqua/fltk/files/patch-src-Makefile.diff Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-19fltk: add universal option, build with --enable-sharedSteven Yi
Closes #19771. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-25fltk: use more reliable mirrorIvar Vasara
Closes #19388. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-18fltk 1.3.2Adam Vandenberg
Also remove devel release, since apparently it moves to CMake. Tested compiling pixie and octave. Closes #15799 - but will review an updated pull request.
2012-09-03fltk: use sha1 for develAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-04fltk: fix Mountain Lion build.Mike McQuaid
Fixes #13649, fixes #13887.
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-04-16Fix broken download URL for fltkjnothman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11fltk devel 1.3.x-r9327Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11fltk: fails with clangJack Nagel
Fixes #11292. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-25Add `devel` to the DSL, + stable and bottle blocksMisty De Meo
This commit adds a `devel` entry to the DSL, allowing formulae to specify an unstable branch. `devel` takes a block, which should contain standard `url` and `md5` fields (and `version`, if necessary). This must come after the standard DSL fields. This commit also migrates over all formulae currently using `devel` to the new syntax, as well as formulae which used `head` for non-VCS urls. The new syntax is also available for `stable` and `bottle`. `stable` is an option alongside the old syntax. `bottle` replaces the old syntax. Note that the @stable ivar in Formula has been renamed to @standard, and the @bottle ivar has been renamed to @bottle_url. Closes #9735. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-09-03FLTK: Update to 1.3.0Charlie Sharpsteen
Also updated HEAD to 1.3.0-r9013.
2011-03-12add support for installing fltk 1.3Camillo Lugaresi
The stable 1.1.x series of fltk is very old and is no longer being maintained. The 1.3.x series is expected to replace it as the new stable series soon. This commit adds the ability to install the current snapshot of 1.3.x by using --HEAD; this is needed by Octave 3.4's new plotting mode. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-02-07FLTK 1.1.10Tim Sally
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. Signed-off-by: Adam Vandenberg <flangy@gmail.com>