aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/parrot.rb
AgeCommit message (Collapse)Author
2011-08-11parrot 3.6.0Adam Vandenberg
2011-06-01parrot 3.3.0Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26Use https for github repos.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-21Updated formula: `parrot` version 3.0.0Martin Kühl
Also: * Manually fixing install_names is no longer required in version 3.0.0. * Disabling OpenGL support doesn't seem to cause any trouble. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-07parrot - fix HEAD URLTomoki Aonuma
Parrot is now hosted on GitHub. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-06parrot 2.9.1Adam Vandenberg
2010-07-29parrot 2.6.0Adam Vandenberg
2010-06-15Update parrot to 2.5.0uasi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-11Update parrot to 2.4.0uasi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-09parrot: update version to 2.1.1David Höppner
2010-02-20ENV['CXX'] is no longer set, use ENV.cxxMax Howell
2010-02-07parrot: update to version 2.0.0David Höppner
2009-12-02Fix Parrot on Leopard; Fixes #146Max Howell
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Parrot formula: patch more binariesDavid Höppner
2009-10-03Parrot formulaDavid Höppner
Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator. The parrot binary needs patching to find its library.