aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libcaca.rb
AgeCommit message (Collapse)Author
2014-06-04libcaca: add 0.99b19 bottle.BrewTestBot
Closes #29859. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-04libcaca 0.99b19Alex Schroeder
The old formula referred to http://caca.zoy.org/files/libcaca/libcaca-0.99.beta18.tar.gz which cannot be downloaded at the moment. A 0.99 beta 19 was found at fossies.org and it seems to work. Using beta 19 also obviates the need for the patch in the current formula.
2014-04-12libcaca: --disable-x11 argBrett Koonce
Closes #28291. Closes #28300.
2014-04-03Get rid of "use X11 if it's installed" depsJack Nagel
Closes #28096.
2014-03-19libcaca: use patch DSLJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-04libcaca: cleanup python usage.Mike McQuaid
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2012-09-04libcaca: fix SHA1, option, test and X dependency.Mike McQuaid
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-04-16libcaca 0.99.beta18Anthony Ramine
The formula now properly depends on imlib2 to enable support of other formats than BMP. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-17libcaca: use p1 patchAdam Vandenberg
2012-02-13libcaca: fix build with clangStein Magnus Jodal
Fixes #9727. Closes #10078. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-27libcaca - fails with llvmAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-20libcaca - tweaks to get it compilingAdam Vandenberg
2010-10-03libcaca: fix versionTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15libcaca - disable java supportAdam Vandenberg
2010-05-22libcaca: update version to 0.99David Höppner
2010-04-10New formula libcacaDavid Höppner
libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals.