Commit Graph

522 Commits (f7bb85bcce3d8025d6338415bc75bdb7401ad863)

Author SHA1 Message Date
Aanand Prasad f7bb85bcce Add readline dependency to Ruby 2009-10-19 04:02:49 +01:00
elliottcable 81cb955f89 Some improvements to the Scons formula 2009-10-19 04:02:49 +01:00
Kieran Pilkington f66907e05f Add Scons formula
Signed-off-by: Max Howell <max@methylblue.com>

Scons is now an example of a system that we do duplicated even though easy_install supports it. This is because:

1) Easy Install installs a version that is not current;
2) We may need to directly depend on this formula to build other formula.
2009-10-19 04:02:49 +01:00
Max Howell 6c7891647b Much to my surprise OS X provides Apache Ant
Although amusingly, it's version 1.7.1 on Leopard and 1.7.0 on Snow Leopard!
2009-10-19 04:02:49 +01:00
Andrew White 532deb940c Update to tiff-3.9.1 2009-10-19 04:02:49 +01:00
Andrew White 37fb2b6a08 Set mandir in configure script instead of moving afterwards 2009-10-19 04:02:49 +01:00
Jannis Leidel 3376685922 Jython formula
Jython is an implementation of the high-level, dynamic,
object-oriented language Python written in 100% Pure
Java, and seamlessly integrated with the Java platform.
It thus allows you to run Python on any Java platform.
2009-10-19 04:02:49 +01:00
Jannis Leidel dd1e90d310 bmon formula
bmon is a portable bandwidth monitor and rate estimator. It supports
various input methods for different architectures. Various output
modes exist, including an interactive curses interface, lightweight
HTML output, and simple ASCII output. Statistics may be distributed
over a network using multicast or unicast and collected at some
point to generate a summary of statistics for a set of nodes.
2009-10-19 04:02:49 +01:00
Jannis Leidel fc4fb52478 htop formula
Htop is an ncursed-based process viewer similar
to top, but it allows to scroll the list
vertically and horizontally to see all processes
and their full command lines.
2009-10-19 04:02:48 +01:00
Max Howell 8570152278 Force xmlstarlet to link to the xml2 dylibs
Static linking makes no sense for us anyway. And OS X doesn't even provide those libs as static variants so we have no choice.
2009-10-19 04:02:48 +01:00
Robert Iannucci e571734cab Add rtorrent and dependencies
Adds rtorrent, libtorrent and libsigcpp formulae.
2009-10-19 04:02:48 +01:00
Robert Iannucci 670f087196 Add formula for xmlstarlet, CLI XML tools
Works on 10.5.  Will most likely work on 10.6 as well.
2009-10-19 04:02:48 +01:00
dbr 29e719cd30 Add clojure-contrib formula 2009-10-19 04:02:48 +01:00
dbr b9b6ce7ff7 Add autossh formula, with fixed rscreen command
The rscreen command annoyingly overrides the
escape key to ^z, which is fixed in a patch. The
rest of the default settings should be fine for
most people
2009-10-19 04:02:48 +01:00
dbr c0dc827114 Don't ignore CLASSPATH in clj command
$CLOJURE was passed to java -classpath, which
caused the $CLASSPATH ENV var to be ingored.

This is needed for the clojure-contrib formula,
and for using third-party classes, which is kind
of useful..
2009-10-19 04:02:48 +01:00
dbr 7af6d599c4 Add --head repo for clojure formula 2009-10-19 04:02:48 +01:00
rick e3b614e983 Add DevIL formula
Developer's Image Library (DevIL) is a cross-platform image library utilizing
a simple syntax to load, save, convert, manipulate, filter and display a
variety of images with ease.
2009-10-19 04:02:48 +01:00
rick b1481acc57 Update yajl to 1.0.6 2009-10-19 04:02:48 +01:00
rick ec69bccccd Update littlecms to 1.18a 2009-10-19 04:02:48 +01:00
Matthew Scott 097c1a0434 Fix rabbitmq 1.7.0 startup
(rabbitmq 1.7.0 has centralized rabbitmq-env to locate binaries)
2009-10-19 04:02:48 +01:00
jtimberman ad41f40b32 Skip wxwidgets because it fails to build on Leopard
Fixes Homebrew/homebrew#96
2009-10-19 04:02:47 +01:00
Caleb Land 5c5bd71426 Correctly set the -install_name of libjs.dylib
Remove the workaround for the wrong dylib ID from couchdb and set it correctly
at the source.

Fixes Homebrew/homebrew#95
2009-10-19 04:02:32 +01:00
Adam Vandenberg e689d797e9 Formula for pigz parallel gzipper. 2009-10-16 15:59:31 -07:00
Max Howell a6f3dc0fc2 Fix fish formula due to bad cherry-pick -- sorry :( 2009-10-15 16:51:58 +01:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-15 16:48:03 +01:00
Max Howell 38aebbfc9b Fixes Homebrew/homebrew#93 2009-10-15 16:40:07 +01:00
Tim Dysinger 1f621503f2 Upgrade Chicken to 4.2.0 2009-10-15 15:59:02 +01:00
Kieran Pilkington 479fb9fbb1 Portaudio 2009-10-15 15:54:18 +01:00
Max Howell 9b157ab856 Deversion swig/share
Versioning dirs is redundant with Homebrew so I try to remove it where possible.
2009-10-15 15:54:08 +01:00
Björn B. Brandenburg 1576ebbfd4 Add Formula for Swig 1.3.40 2009-10-15 15:54:07 +01:00
Mathias Meyer 6b0cd606a3 Don't strip the ruby binary, unicorns die and bundles don't get loaded. 2009-10-15 15:18:53 +01:00
Mathias Meyer c8d1180624 Updated for RabbitMQ 1.7.0 2009-10-15 15:17:52 +01:00
Mathias Meyer 37bfe6b568 A workaround for spidermonkey wonkiness to create a working couchjs binary. 2009-10-15 15:17:49 +01:00
Edgars Beigarts 9269a91eba Asterisk formula
Patched to use curl and thus not depend on wget.
2009-10-15 15:10:20 +01:00
Caleb Land 291c0f275d upgrade to couchdb 0.10 and fix problems
erlang installs its headers in a messed up place HOMEBREW_PREFIX/lib/erlang/usr/include)
2009-10-14 13:09:29 -04:00
Mike Skalnik 0b0f93329c Added netcat formula 2009-10-12 23:41:38 +01:00
David Höppner a62f7ae93d Darwinbuild formula 2009-10-12 23:21:04 +01:00
David Höppner 70d1222e3f redland: add sqlite store, bdb optional 2009-10-12 23:01:14 +01:00
David Höppner 4527c123d4 Libdvdcss formula
libdvdcss is a simple library designed for accessing DVDs like a
block device without having to bother about the decryption.
2009-10-12 23:01:14 +01:00
David Höppner 4d5ed542c2 Libdvbpsi formula
libdvbpsi is a simple library designed for decoding and generation
of MPEG TS and DVB PSI tables.
2009-10-12 23:01:13 +01:00
David Höppner 8d041feeb5 Libcdio formula
The GNU Compact Disc Input and Control library (libcdio) contains a
library for CD-ROM and CD image access. Applications wishing to be
oblivious of the OS- and device-dependent properties of a CD-ROM or
of the specific details of various CD-image formats may benefit from
using this library.
2009-10-12 23:01:13 +01:00
David Höppner 764513a727 Libcddb formula
Libcddb is a C library to access data on a CDDB server.
2009-10-12 23:01:13 +01:00
David Höppner f492148c3b weechat: GnuTLS is fixed 2009-10-12 23:01:13 +01:00
David Höppner 47baee9f06 Fribidi formula
GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi).
2009-10-12 23:01:13 +01:00
David Höppner 29dc6545de Faac formula
FAAC is an Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC). The goal of
FAAC is to explore the possibilities of AAC and exceed the quality
of the currently best MP3 encoders.
2009-10-12 23:01:09 +01:00
David Höppner 4f51c96c33 Faad2 formula
ISO AAC audio decoder
2009-10-12 23:01:05 +01:00
David Höppner d18b40f040 Dirac formula 2009-10-12 23:01:04 +01:00
David Höppner a4b812f266 berkeley-db: add cpp and java bindings 2009-10-12 22:51:58 +01:00
David Höppner 59472b306d Ncursesw formula
Wide character version of the ncurses library.
2009-10-12 22:51:57 +01:00
David Höppner e2e2dda7b1 Parrot formula: patch more binaries 2009-10-12 22:51:57 +01:00