aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/io.rb
AgeCommit message (Collapse)Author
2014-05-11io: fix build with FSF/Apple GCCMisty De Meo
2014-05-09io: python depends on addons being builtAdam Vandenberg
2014-05-09io: fix audit warningJack Nagel
2014-05-08Io: fix dependenciesAdam Vandenberg
Add some missing dependencies that can be found when building with add-ons. Specifically disable add-ons that are known not to work. Closes #29051. Closes #26317.
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-04io: cleanup python usage.Mike McQuaid
2013-12-05io 2013.12.04/fix HEADBrett Koonce
Closes #24940. Closes #24822. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.
2013-03-15Revert SHA updates 5f4603b, 8320acaCharlie Sharpsteen
GitHub had a hiccough---SHA checksums really didn't change. This reverts commit 5f4603b230c90d7ccc875f9ffe1e93900cf057b5. This reverts commit 8320aca3f014f3b87b77fcd4316534f03a1a0475. Ref #18501.
2013-03-15io: Update SHARuben Laguna
IO recieved a stealth update. Closes #18508. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2013-01-15io: depends on xzAdam Vandenberg
Closes #16482.
2012-10-15IO: fix depsAdam Vandenberg
Closes #15183.
2012-09-15io fails_with :clangKyle Marek-Spartz
make never completes. see: https://github.com/stevedekorte/io/issues/223 I've never put in a fails_with before, so this could be wrong. Closes #14951. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22io: options for disabling addonsfal4
Closes #14142. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-18io: fix build breakAdam Vandenberg
* Fix a build break on GCC * Add some optional but useful dependencies * Remove a no-op install
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-29io no longer depends_on libsgmlFernando Ortiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-22io 2011.09.12Susan Potter
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-20Restore io --HEADMax Howell
This shouldn't have been removed, apologies. Refs #7460.
2011-09-20Use latest stable version of IoGabe Berke-Williams
Closes #7460. This is the last known stable version of Io. However it is very old. If you can find a newer stable version, please add it! Signed-off-by: Max Howell <max@methylblue.com>
2011-09-05Warn user that IO fails to build oftenMax Howell
Refs #7399
2011-08-26Make IO build again; Fixes #7192Max Howell
2011-05-26Use https for github repos.Adam Vandenberg
2011-05-24io: add uuid dependencyTom Rix
Recent HEAD builds of io now use this dependency. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-10io: Force location of PNG include.Adam Vandenberg
CMake seems to not be picking up the /usr/X11/include folder for libpng, so hard-code it to allow compilation to work.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-06-17io - install license fileAdam Vandenberg
2010-06-17Updated formula: Io.Martin Kuehl
* Io switched its build system to `cmake`; adapt to that. * Extract the `libsgml` formula. * Install documentation. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-14fix for io.rb - removed reference to IoReference.htmlStephen Dekorte
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-21Use more inreplace features.Adam Vandenberg
Update formulas to make more idiomatic use of "inreplace", including its new ability to take a list of files to act on.
2009-12-05Force IO to install into the prefix of our choosingMax Howell
2009-12-05io languageJordan Bracco