Trim about 7 MB from Vice by deleting extraneous icons from each of the
.app bundles. Each .app bundle only needs the x*.icns icon that corresponds
to it.
tmux is a "terminal multiplexer", it enables a number of terminals
(or windows) to be accessed and controlled from a single terminal. tmux is
intended to be a simple, modern, BSD-licensed alternative to
programs such as GNU screen.
OS X provides OpenSSL already. Thus policy dictates this formula be keg-only.
In fact policy dictates we shouldn't even provide this beta version in master tree. So I'm not sure if it should even stay. Supposedly erlang needs it. I think this is false.
RabbitMQ is a complete and highly reliable Enterprise Messaging system based
on the emerging AMQP standard.
Signed-off-by: Max Howell <max@methylblue.com>
I left this one for ages as I wasn't sure about the erlang_libdir bit. I changed it in the end. But maybe it doesn't work. Someone will have to verify.
If erlang needs to look in a certain dir for plugins, we need to make sure it looks in the HOMEBREW_PREFIX dir and not further up, ie. its prefix in the Cellar. Same for any plugin system.
Iperf was developed by NLANR/DAST as a modern alternative for measuring
maximum TCP and UDP bandwidth performance. Iperf allows the tuning of various
parameters and UDP characteristics. Iperf reports bandwidth, delay jitter,
datagram loss.
The aliases file which can be generated with brew --install hardcodes
/usr/local. Changed it to set a brew_prefix environment variable
and use it instead.
Installs as $prefix/bin/gsed, like the Macports version. This
makes it easier to alias so that you don't have to put $prefix/bin
ahead of /usr/bin in your $PATH.
ClosesHomebrew/homebrew#59
Signed-off-by: Max Howell <max@methylblue.com>
As I understand it, this is not required on 10.6. But then again this formula
isn't really required on 10.6.
Theora is a free and open video compression format from the Xiph.org Foundation.
Like all our multimedia technology it can be used to distribute film and video
online and on disc without the licensing and royalty fees or vendor lock-in
associated with other formats.
Signed-off-by: Max Howell <max@methylblue.com>
I changed the name to theora as that is how Xiph refer to it.
GNU Aspell is a Free and Open Source spell checker designed to eventually
replace Ispell.
A pretty vanilla formula. I don't know what configure options would be
useful. As it is, it works for me with Emacs.
Includes a patch in __DATA__ found here: http://trac.macports.org/ticket/21096
This package allows you to query for addresses from the OS X AddressBook from
mutt.
Signed-off-by: Max Howell <max@methylblue.com>
I had quite a few quibbles with the name. Google can't make up their minds what they call it apparently!
Pass in a list of any files that you don't want cleaned
with a path relative to the cellar. e.g. `strip_paths ['bin/znc']`
It's backwards compatible with def strip_clean?, at least for now.
The znc formula is updated as an example.
ClosesHomebrew/homebrew#56
If jpeg7 is already installed when you try to install ghostscript there is a
compilation error.
The answer is to move the included jpeg6 source directory out of the way,
download jpeg7, and create a link to the jpeg7 source inside of the
ghostscript source... ghostscript is none the wiser.