Commit graph

2252 commits

Author SHA1 Message Date
Lin Jen-Shin
7c04cfece8 Formula: add ucl and upx (which depends on ucl) 2010-06-17 21:45:19 -07:00
Lin Jen-Shin
a690ec4483 Formula: add ucl and upx (which depends on ucl) 2010-06-17 21:45:13 -07:00
Adam Vandenberg
044940c634 Remove buggy, unsupported TeX-live brew, and suggest MacTex.
The TeX-live 2008 formula was out of date (there's a 2009), buggy,
and doesn't build 64-bit.

The MacTeX package works and is supported, with a 2010 version in the works.
Let's recommend that instead.

Fixes Homebrew/homebrew#1087
2010-06-17 21:33:14 -07:00
kmowery
33409d726e encfs 1.6
FUSE-based encrypted filesystem

* Reformatted caveats
* Would not compile for me without gettext
* Removed unused configure switch
2010-06-17 21:20:37 -07:00
kmowery
615e4b7d05 rlog 1.4
A C++ logging library.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 21:12:48 -07:00
Adam Vandenberg
46244623fd io - install license file 2010-06-17 16:53:17 -07:00
Martin Kuehl
29893aabcd Updated formula: Io.
* 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-06-17 16:53:17 -07:00
Martin Kuehl
d81383ff39 New formula: libsgml
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 15:50:09 -07:00
Adam Vandenberg
00b63b132c Added voldemort 0.81 2010-06-17 13:38:24 -07:00
Thomas Børlum
9219437409 Add PBRT formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 13:11:07 -07:00
Michael Lai
ae35c483af Updated grails formula to 1.3.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 11:41:45 -07:00
Andre Arko
4af6dda478 Add formula to install gerrit-tools HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 10:38:16 -07:00
Kenneth Vestergaard Schmidt
de04fcc51b new formula for dvd+rw-tools
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 10:31:44 -07:00
Kenneth Vestergaard Schmidt
2549bc89ea new formula for mdf2iso
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 10:29:31 -07:00
Martin Kühl
0c5eb3c07e Remove caveats from node.js.
Node.js includes a readline module for its repl, making the caveat obsolete.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 10:27:40 -07:00
Chris Hoffman
2b8184d1e6 Add formula to build SublerCLI from SVN
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 09:42:11 -07:00
Alexander Barton
7d63042cad New formula: colormake 0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 08:56:58 -07:00
Adam Vandenberg
542fb80188 Update tintin to 2.00.1 2010-06-17 08:38:04 -07:00
Jonathan Groß
59b0e0acae added formula for the tin news reader
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 08:35:02 -07:00
Chris Hoffman
c7bc18e180 Add a universal flag for building mysql
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 07:47:15 -07:00
Martin Kuehl
cb1d352abe New formula: launch
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Do a binary build.
2010-06-16 18:17:55 -07:00
Adam Vandenberg
0eb2138873 mod_wsgi: Add HEAD (4.x) 2010-06-16 16:17:59 -07:00
jtimberman
22c3a6b3aa Formula for runit
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 14:24:47 -07:00
Adam Vandenberg
5db2cefb7e Force sip to build against the system (Framework) Python.
Fixes Homebrew/homebrew#930
2010-06-16 14:06:54 -07:00
Adam Vandenberg
91dc741d95 Fix couchdb homepage.
( Should be DSL-style call, not assignment. Fixes Homebrew/homebrew#1614 )
2010-06-16 13:13:24 -07:00
Adam Vandenberg
914b7064db mod_wsgi: Warn that installing in verbose mode fails.
For some reason, "brew install -v mod_wsgi" fails, but non-verbose
installs succeed.
2010-06-16 12:32:39 -07:00
Chris Hoffman
12459f5f93 Fix mod_wsgi to install outside of /usr/local
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 12:27:06 -07:00
Adam Vandenberg
1c94abb506 mod_python: Reword caveats and add deprecation warning. 2010-06-16 12:26:46 -07:00
Adam Vandenberg
dce3bf087a Subversion: enable perl bindings
"brew install subversion --perl" will now also build new Perl bindings.
Fixes Homebrew/homebrew#1526
2010-06-16 12:22:06 -07:00
Adam Vandenberg
e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Steven Sartorius
f6c49e3234 gtk-gnutella is a server/client for Gnutella.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 10:14:18 -07:00
Silas Sewell
6e9ecbb3aa Fix depends_on and memory leak
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 10:08:26 -07:00
Philipp Fehre
74b077299c Added Formula for N2N VPN
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 10:03:41 -07:00
Adam Vandenberg
a743df71bc libsigc++ - remove unused configure switch 2010-06-16 09:06:03 -07:00
Dane Springmeyer
b2642713e8 Added cairomm - C++ bindings for Cairo.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 09:04:49 -07:00
Martin Kühl
71cf84c684 Update npm to 0.1.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16 08:58:03 -07:00
Adam Vandenberg
dfa524dfba Gource head depends on glew
Fixes Homebrew/homebrew#1608.
2010-06-16 07:52:58 -07:00
Hiroyuki Iwatsuki
9b86b989fc autoconf-archive formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 22:26:07 -07:00
Damien Timewell
9696b2821a Adding innotop formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 21:24:27 -07:00
Jordi Romero
bc3900a763 Adding gnu-time Formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 21:17:21 -07:00
Adam Vandenberg
71d00dc910 gnuplot - allow building without lua support 2010-06-15 21:16:40 -07:00
Carmine Paolino
cecb7ff602 Opt-in pdf support with --pdf and opt-out gd with --nogd
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 21:14:03 -07:00
François Beausoleil
ca0ecf0c1d New formula: ctail
ctail is a tool for operating tail(1) across large clusters of machines,
with many log files. It relies upon existing SSH authentication
infrastructure, rather than introducing central points of log
collection, or other large infrastructure changes, which aren't easily
changed in many systems.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 20:57:22 -07:00
Jan Berkel
f66c2ece9e lastfm_fplib formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 20:43:25 -07:00
Robert Pitts
aa3008e53f Add Nailgun 0.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 20:15:36 -07:00
Ilmari Vacklin
972adb98b5 Add a formula for csshX.
csshX is an SSH multiplexer. It connects to multiple machines via SSH
and lets you enter the same commands on each one of them.

There is no build system, just a single Perl script to be installed into
bin/.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 20:07:52 -07:00
Jon Yurek
f4e99ed84f rinetd formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Fixed man path
2010-06-15 20:02:35 -07:00
Ibrahim Awwal
4f10edf185 Update pbzip2 formula to 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 17:23:36 -07:00
David Björklund
f3f68ce381 New formula, Play
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Updated to 1.0.3
* Install to libexec so we don't get jars in lib
2010-06-15 12:51:14 -07:00
Daniel Fone
5d8a71035c Added formula for hping2
http://www.hping.org/
Required patches to recognise DARWIN ostype and honour INSTALL_PATH
2010-06-15 12:39:26 -07:00