Commit graph

6392 commits

Author SHA1 Message Date
Max Howell
6d5730fa2c Don't fails_with_llvm if MacOS.lion?
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
2011-09-02 12:12:30 +01:00
Max Howell
d6f51b68a3 MySQL builds with LLVM; Closes Homebrew/homebrew#7372. 2011-09-02 12:12:30 +01:00
Augie Fackler
40db008ec0 New formula: libutf
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02 00:04:49 -05:00
Adam Vandenberg
31f572a6ac tinyproxy: clean up and source patches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 23:49:49 -05:00
Jan Berkel
548fd1f359 android-sdk: symlink monkeyrunner tool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 19:08:56 -07:00
Adam Vandenberg
b4e14487e3 pngnq 1.1 2011-09-01 18:59:45 -07:00
Jack Nagel
1e06fe610c ipv6calc: remove unused configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 20:31:37 -05:00
Sudish Joseph
6a73734e89 ipv6calc 0.90.0
http://www.deepspace6.net/projects/ipv6calc.html

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 20:26:57 -05:00
Philip Harrison
8c1072f354 jansson 2.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 19:50:50 -05:00
Jack Nagel
2608cfc44c md5sha1sum: fix binary mis-naming issue
The md5sha1sum configure script looks in PREFIX (/usr/local by default)
to see if there are existing md5sum and sha1sum binaries, and adds the
prefix 'ub' to its own binaries if it finds them. This breaks
compatibility with sloccount, which depends on this specific md5
package. Fix it by passing '--prefix=#{prefix}' to configure.

They will override existing md5sum and sha1sum binaries when linked into
the prefix, but some measure of responsibility has to be on the user.

Fixes Homebrew/homebrew#5472.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 19:43:43 -05:00
Adam Vandenberg
19a21ab313 rsyslog: remove trailing whitespace 2011-09-01 17:31:22 -07:00
Bryan Ivory
f110bb2908 CUnit 2.1-2
A new formula for the CUnit unit testing library for C.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 17:30:37 -07:00
Adam Vandenberg
89a199c089 rsyslog 5.8.0 2011-09-01 17:24:10 -07:00
Adam Vandenberg
a0e6f0554f PIL: remove 64-bit arch on 32-bit hardware 2011-09-01 17:10:31 -07:00
William Woodall
773723a0de cppunit: add --universal option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 16:24:48 -07:00
Adam Vandenberg
50d2518f96 Python 3: add distribute
Based substantially on a patch by @joshuajabbour

See: https://github.com/mxcl/homebrew/pull/5276
2011-09-01 15:04:59 -07:00
Adam Vandenberg
2a3277ed23 encfs: remove unused configure switch 2011-09-01 13:59:27 -07:00
Adam Vandenberg
c7caa8b936 Python 3: Checks for pkg-config during configure 2011-09-01 13:22:44 -07:00
Adam Vandenberg
11e5b7cc38 Python 3: computed gotos are on by default in 3.2.x 2011-09-01 13:15:04 -07:00
Misty De Meo
1877c4376c sox: Fix compilation with ffmpeg >= 0.7
ffmpeg compilation broke against ffmpeg 0.7; this patch from the
official sox git repo lets it build against the version we use. The
patch should be able to be removed in the next version.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 13:00:54 -07:00
Adam Vandenberg
742fe1bde1 Be more explicit about paths in test methods 2011-09-01 13:00:28 -07:00
Adam Vandenberg
3e3a193487 Graphviz: add test 2011-09-01 12:04:27 -07:00
Adam Vandenberg
8e7616d449 Python: edit and add comments 2011-09-01 10:39:02 -07:00
Adam Vandenberg
5c61798a5c Python 2.7.2: use newer distribute 2011-09-01 10:32:48 -07:00
Charlie Sharpsteen
f44ef6862c Wine: Builds with LLVM >= 2336
Closes Homebrew/homebrew#7367.
2011-09-01 10:29:50 -07:00
Christian Romney
be21a9eea8 TopGit 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:26:46 -07:00
Adam Vandenberg
370a3be58d xml-coreutils: fix dep name 2011-09-01 10:26:46 -07:00
Christian Romney
38a8a98a65 xml-coreutils 0.8a
command line programs to manipulate XML documents

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:24:30 -07:00
Adam Vandenberg
7490649a20 slang: remove unused configure switches 2011-09-01 10:24:30 -07:00
include
dcb3d9500c Yubikey tools: libyubikey, ykclient, ykpers
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:19:11 -07:00
Mark A. Matienzo
3d2d937f06 aimage 3.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 09:47:49 -07:00
Juxi Leitner
6e51be7bec New Formula: IPopt
IPopt is an interior-point solver for non-linear optimization problems. part of
the COIN-OR project.

Closes Homebrew/homebrew#5856.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-01 09:33:23 -07:00
Max Howell
ca51063656 SDL won't build with newest LLVM-GCC :(
Closes Homebrew/homebrew#7363.
2011-09-01 14:35:33 +01:00
Max Howell
a9c04b1293 ZeroMQ builds with LLVM; Closes Homebrew/homebrew#7361.
I tided up the caveat text too, it was longer than 80 characters.
2011-09-01 13:06:19 +01:00
Max Howell
a7de7cb6c3 LUA builds with LLVM
Closes Homebrew/homebrew#7360.
2011-09-01 12:52:56 +01:00
Max Howell
07d4e60363 slinks builds with LLVM
Closes Homebrew/homebrew#7359.
2011-09-01 11:02:13 +01:00
Max Howell
e2e44ffb82 Allow fails_with_llvm {}
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
2011-09-01 10:29:31 +01:00
Max Howell
4bed7b2942 Fix Thrift on Lion
Closes Homebrew/homebrew#6575.
2011-09-01 08:47:45 +01:00
fhemberger
4c0114a3c3 cssembed 0.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 21:33:50 -07:00
Adam Vandenberg
0961a379e9 scons: always use system Python
Fixes Homebrew/homebrew#5794
2011-08-31 21:26:06 -07:00
Ray Slakinski
92abd7e4ba cast 0.2.0
Cloudkick's Cast - The Open Deployment Platform

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 21:25:56 -07:00
Zigang Xiao
c83994a732 New Formula: pngwriter
A C++ library for creating PNG images.

Closes Homebrew/homebrew#6207.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 19:19:33 -07:00
Felix-Antoine Fortin
8319eaaff0 VTK: Patch to fix compilation on OS X 10.7
Closes Homebrew/homebrew#7132.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 19:10:40 -07:00
Tim Dysinger
370547149d s3-backer 1.3.2
Signed-off-by: Tim Dysinger <tim@dysinger.net>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 17:16:37 -07:00
Austin Seipp
8b857c6795 luajit2: fix --HEAD build
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 16:32:24 -07:00
Ches Martin
5c67dad4d5 lesspipe: add option to enable syntax highlighting
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-31 18:14:17 -05:00
seb
be84777350 tinyproxy 1.8.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-31 17:53:23 -05:00
Gary V. Vaughan
665162f7a1 lua: install a dylib rather than a static liblua.
Although other loadable lua modules (such as those from luarocks)
should not link against even a dynamic liblua and tie themselves
to a particular release and runtime (e.g. breaking luajit capability):
Having a statically linked non-pic liblua in the lua binary can
and does cause hard to track memory allocation failure aborts due
to some minutae of the way '-bundle -undefined dynamic_lookup' objects
dlopened by the interpreter interact with the symbols resolved in
the static binary.  The solution is to always build and install
liblua.dylib.

It appears that this issue is confined to Snow Leopard and/or the
version of gcc it ships with.  This thread on the lua list contains
the explanation and patch:

  http://lua-users.org/lists/lua-l/2009-10/msg00145.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 15:04:48 -07:00
Jari Bakken
c54e6210e3 chromedriver 14.0.813.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 14:07:25 -07:00
Trevor Wennblom
abdef17f44 jags: updated to 3.1.0
Closes Homebrew/homebrew#7336.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 12:37:41 -07:00
Rui Pereira
ac23653faa asciiTeX 0.21
asciiTeX is an ASCII equation renderer with a syntax
similar to LaTeX.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:35:53 -07:00
Birger J. Nordølum
7f4949c87d GTK+ 2.24.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:19:06 -07:00
Olaf Alders
75845666b9 shell-fm 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:17:08 -07:00
Michael Williams
9e46f71abc New formula: qfits
QFits is a library written in C for accessing FITS image files.

Closes Homebrew/homebrew#7270.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 12:02:46 -07:00
Birger J. Nordølum
b9144bd522 New formula: libunique 1.1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-31 12:50:08 -05:00
Adam Vandenberg
3c7c482715 RabbitMQ 2.6.0 2011-08-31 10:21:41 -07:00
Tymon Tobolski
469d5028b5 scala 2.9.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 09:10:51 -07:00
Vaclav Slavik
a01c9ff770 ANTLR: Upgrade to version 3.4
Closes Homebrew/homebrew#7324.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 07:55:17 -07:00
Mike McQuaid
f05f31d1c1 Add erlang bottle.
Closes Homebrew/homebrew#7297.
2011-08-31 08:57:31 +01:00
Alexei Sholik
d02dbcb655 Python: Add pythonw for non-Framework installs
We hardlink pythonw and pythonw2.7 to python and python2.7 respectively.
They may be used by 3rd party tools (like PyQt4) and, for some reason, python's
install script doesn't provide them when doing a non-framework install.

The man page (which comes with Mac OS X) on pythonw reads:

    As of Python 2.5, python and pythonw are interchangeable; both execute
    Python in the context of an application bundle, which means they have access
    to the Graphical User Interface; thus both can, when properly programmed,
    display windows, dialogs, etc.

See also this discussion https://github.com/mxcl/homebrew/issues/6176.

Hardlinks are placed in the same directory in which python and python2.7 reside
in order to be symlinked to /usr/local/bin as part of the installation process.
This also ensures a clean uninstall of the formula.

Closes Homebrew/homebrew#6248.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 19:54:16 -07:00
Jack Nagel
2de1eda048 Remove the lzma formula
Rationale: the libraries provided by lzma are provided by the xz
package, so installing both results in a race. Any package that requires
liblzma can get it from xz, which is where new development is taking
place.

The lzma formula is now available in Homebrew-alt.

Closes Homebrew/homebrew#6753.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 21:31:42 -05:00
Jack Nagel
4fc93c08c9 gdal: obtain liblzma from XZutils
The lzma package is legacy software (the developer has moved on to
XZutils), so we should use the xz formula to get liblzma.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 21:30:18 -05:00
Charlie Sharpsteen
68f3691943 ircII: Needs a serialized install 2011-08-30 19:28:45 -07:00
Nathan de Vries
372f24ae8a LLVM: Add HEAD and don't force use of GCC 4.2.
Closes Homebrew/homebrew#6887.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 19:17:22 -07:00
Dean Hall
5adf130aef New formula: Star 1.5.1
Star is a very fast, POSIX-compliant tar archiver.

Closes Homebrew/homebrew#6896.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 18:49:00 -07:00
Jarkko Oranen
f3348e1482 transmission 2.33 (CLI utilities)
Does not build mac or GTK user interfaces; GTK makes no sense
for most people and anyone who wants the Mac UI can just go
download the .app from the website.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 20:44:18 -05:00
Richard Osborn
4f63cc29f6 gnu-prolog: use inreplace instead of a patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 20:20:43 -05:00
Jack Nagel
b2989729dc wget 1.13.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 20:11:09 -05:00
Trevor Wennblom
d18d46bbf2 bazaar: [bugfix] remove quotes around variable
Closes Homebrew/homebrew#7321.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:48:24 -07:00
David Albert
6df66cd7e5 New Formula: unifdef (keg-only)
Apple's version is quite out of date. There's no version number but man unifdef
says it's from 2002. Version 2.6 shipped in February of this year. Some
software like Gevent(.org) won't compile with the devtools version of unifdef.

Closes Homebrew/homebrew#7283.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:42:10 -07:00
David Albert
953c33cbd0 added unifdef formula
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:35:30 -07:00
Gregory Man
e5e60a55a4 FFmpeg: Added option to install FFmpeg tools
Closes Homebrew/homebrew#7298.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:35:07 -07:00
Thiago Alessio
88a7ab486e Tor: update to version 0.2.2.32
Closes Homebrew/homebrew#7290.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:19:45 -07:00
Trevor Wennblom
f2bb8ccd50 zint 2.4.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:43:22 -07:00
Trevor Wennblom
4a3720c4b1 openexr 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:19:45 -07:00
Trevor Wennblom
9b17504f7b ilmbase 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:19:13 -07:00
Adam Vandenberg
99aaa1bd09 c-ares 1.7.5 2011-08-30 15:16:30 -07:00
Kyle Fuller
020435b381 znc 0.200
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:14:40 -07:00
Robert Shaw
afae92acd7 perforce-server 2010.2/347035
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:39:47 -07:00
Robert Shaw
c0ba41b190 mkclean 0.8.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:39:25 -07:00
Robert Shaw
d82d5e3914 mkvalidator 0.3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:39:06 -07:00
ayn
cffe86acef AtomicParsley: fix checksum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:38:17 -07:00
Trevor Wennblom
edab4a366e eigen 3.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:36:57 -07:00
Trevor Wennblom
ecd073b9cd chocolate-doom 1.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:58:27 -07:00
Stuart Glenn
78af280606 New Formula: bbcp
`bbcp` is a remote-copy tool that can transfer large files more efficiently than
`scp` or `rsync` when lots of bandwidth is available.

Closes Homebrew/homebrew#7214.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 13:57:08 -07:00
Chris Deigan
bf16fa8327 New Formula: GGobi
GGobi is a tool for visualizing trends in datasets with high dimensionality.

Closes Homebrew/homebrew#7291.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 13:57:07 -07:00
Trevor Wennblom
04aa8e66b7 glew 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:54:43 -07:00
Trevor Wennblom
5bcf8891be hatari 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:52:13 -07:00
Drew Stephens
c5352fd516 RRDTool: specify mandir
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:36:28 -07:00
Seth Milliken
06af32b24c revert synergy to 1.3.6p2
Fixes Homebrew/homebrew#7274
Fixes Homebrew/homebrew#7275

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 11:38:56 -07:00
ptrv
b9961df5ba unrtf 0.21.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 11:26:53 -07:00
Charlie Sharpsteen
832b5ab7a7 AucTeX: Fix caveats
Ending `def caveats` with `puts <<-EOS` causes text to be printed whenever the
formula is imported (which confuses the output of things like `brew audit`). A
plain `<<-EOS` should be used.

Closes Homebrew/homebrew#7303.
2011-08-30 10:00:33 -07:00
Adam Vandenberg
9b0487af96 qhull: fix audit warning 2011-08-30 09:40:48 -07:00
Adam Vandenberg
b3f6a118d8 cdparanoia: fix audit warning 2011-08-30 09:40:32 -07:00
Adam Vandenberg
1f93e8f746 irssi: fix audit warning 2011-08-30 09:40:05 -07:00
Adam Vandenberg
0fe01dcf80 rxvt: fix audit warning 2011-08-30 09:39:36 -07:00
Adam Vandenberg
675643d2a3 binutils: fix audit warning 2011-08-30 09:38:57 -07:00
James Aitken
312bbe0d1e Nginx 1.0.6/1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 09:37:09 -07:00
Misty De Meo
3c9c1349ab exiftool 8.63
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 09:35:58 -07:00
Rui Pereira
dfde7e7f44 CFitsIO: Add option to install example programs
Added the option --with-examples to the cfitsio formula, that downloads,
compiles and installs some useful programs, like listhead, modhead, etc.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 01:39:40 -07:00
Jack Nagel
99eb3fc0a9 gmp: improve documentation
Provide a link to some official documentation regarding the 32/64 bit
build logic.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 21:22:08 -05:00
Brian Gyss
1225c89506 New Formula: FLANN
Created a formula for flann because it's a required dependency for
PCL (Point Cloud Library), which I'm hoping to add to homebrew.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 16:56:28 -07:00
MinRK
f11c86a1f0 ZeroMQ: Update to 2.1.9
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 15:08:20 -07:00
jmsunseri
f3ed7a182d libiconv 1.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 14:27:56 -05:00
mccraig mccraig of the clan mccraig
da9f9712db libdvdread: add dvdbackup compatibility patch
Required for dvdbackup to build with libdvdread 4.1.3; see
http://dvdbackup.sourceforge.net/

Fixes Homebrew/homebrew#5930 and Homebrew/homebrew#5335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 13:55:53 -05:00
Charlie Sharpsteen
7e120845e3 QHull: Update to 2011.1
Also switched to CMake-based build as the Makefile provided is difficult to use
and requires patching to be compatible with XCode's GCC.
2011-08-29 11:31:45 -07:00
Trevor Wennblom
6b7011d86f TBB: Update to 30_221
tbb version 30_221 - 3.0 update 8 - August 1, 2011

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 10:42:46 -07:00
Adam Vandenberg
f3217b9052 jmeter 2.5 2011-08-29 09:36:28 -07:00
Chris Griego
fedf64928a MongoDB 2.0.0-rc0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29 09:33:30 -07:00
mike schueler
25d7abec46 aws-elasticache 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29 09:31:36 -07:00
Shlomo Priymak
e753213c7c innotop 1.8.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:41:08 -05:00
mschueler
bb79b8ed38 ec2-api-tools 1.4.4.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:38:02 -05:00
Ali Asad Lotia
078b426020 tig 0.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:24:09 -05:00
Richard Osborn
0d567da312 cdecl: fix build on Lion
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28 21:26:23 -05:00
Berk D. Demir
311882f26a New formula: spiped
Spiped is a utility for creating symmetrically encrypted and
authenticated pipes between socket addresses, so that one may connect
to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket
on a different system). This is similar to 'ssh -L' functionality, but
does not use SSH and requires a pre-shared symmetric key.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28 21:05:47 -05:00
Richard Osborn
11545a2ede gnu-prolog: fix build on Lion
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28 14:25:45 -05:00
Sudish Joseph
ee5e670927 New formula: libxmlsec1
http://www.aleksey.com/xmlsec/

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 23:12:12 -05:00
Jack Nagel
c8786d1a74 ftimes: install man page correctly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 22:21:55 -05:00
Jeremy Whitlock
04546d87bc snort 2.9.0.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 21:25:45 -05:00
Jeremy Whitlock
3c98e07ded daq 0.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 21:25:36 -05:00
Jack Nagel
bff2cdf858 tarsnap: use liblzma from the 'xz' package
Rationale: the LZMA toolkit was deprecated by its author, who now
maintains XZUtils. XZ includes liblzma; most other package managers use
this version for Tarsnap (even MacPorts!).

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 19:50:58 -05:00
Charlie Sharpsteen
8b83b340ea Asymptote: Add a test
The test creates a temporary directory, writes out a simple LaTeX file
containing an Asymptote figure, then tries to compile it.
2011-08-27 13:53:22 -07:00
Brian Gyss
e4828514b6 New formula for CMinpack
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 13:19:14 -07:00
Charlie Sharpsteen
1c2140d43f Asymptote: Fix installation
Asymptote needs a serialized `make install` or else things fail due to race
conditions.

Also, altered installation so that TeX packages are no long installed to texmf
trees outside of the Asymptote keg---notably:

    /usr/local/texlive/<dist_year>/texmf-local
    ~/Library/texmf

All packages are now installed to HOMEBREW_PREFIX/share/texmf and instructions
for adding this directory to the TeX search path are given in the caveats.
2011-08-27 12:46:35 -07:00
Charlie Sharpsteen
cefcc3a00b Auctex: Serialize installs
`make install` fails randomly if more than one thread is used.
2011-08-27 11:56:18 -07:00
Rui Pereira
e321b2e2dd Re-add auctex 11.86
An extensible package for writing and formatting TEX files in GNU Emacs and
XEmacs.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 11:54:12 -07:00
Misty De Meo
8dc91cc8da cdparanoia Install libs as keg-only
Our patches to cdparanoia mean that it doesn't build cleanly against
software that expects the standard Linux version. Keeping those libs
around in /usr/local/lib is a problem waiting to happen.

Closes Homebrew/homebrew#7228.

Signed-off-by: Max Howell <max@methylblue.com>
2011-08-27 19:00:44 +01:00
Tzu-ping Chung
58e8c234ca QWT: Modify installation proceedure
The old formula would not generate Makefile correctly if the user configures the system
to use Qt toolchains from Nokia.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 09:27:39 -07:00
miku
595c04bd6d lsdvd: Update homepage
Previous homepage under http://untrepid.com/acidrip/lsdvd.html is no longer
available.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 09:18:19 -07:00
Jack Nagel
4ae3f2a817 ccache 3.1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:58:21 -05:00
Kjell
3c8f29684e imagesnap: use explicit SDK version
The build tries to find the 10.5 SDK by default, so it fails with XCode
4 / Lion.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:37:07 -05:00
Trevor Wennblom
d4ec37139a zsh: add /etc/shells caveat
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:20:10 -05:00
Yuumi Yoshida
87b3fcb3eb Gauche 0.9.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 21:44:21 -05:00
Trevor Wennblom
51e7158de8 discount 2.1.1.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 21:32:20 -05:00
Trevor Wennblom
ceed4c9c9f oniguruma 5.9.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 21:31:33 -05:00
Lenny222
762b156454 FFmpeg: upgrade to 0.8.2
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 13:27:07 -07:00
Rob Hanlon
52b3beb9ad Added Formula for GNU idutils.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 12:31:27 -07:00
Drew Stephens
27fe913ded Create formula for JSCoverage
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 12:24:56 -07:00
John Harrison
10df6cd502 Pyside: Fix path to site-packages
Corrected the site-packages paths for pyside and pyside-tools to agree with
python's formula.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 11:47:49 -07:00
Humza
3a53993254 binutils: Update to 2.21.1a
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 09:58:38 -07:00
Jack Nagel
196b016c6a midnight-commander: use CurlUnsafeDownloadStrategy
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 11:09:07 -05:00
Max Howell
cf606f7317 Built with LLVM-2335 on Lion
I presume this means it will also work on 10.6 etc. as long as the LLVM version is new enough. But we may be proved wrong.
2011-08-26 16:55:13 +01:00
Max Howell
6338e6a7cb dwarffortress should be dwarf-fortress
To be consistent. And prettier. Even though now I feel it's excessive, we started so must finish.

Apologies I didn't do this as part of the initial commit.
2011-08-26 16:55:13 +01:00
Misty De Meo
d60a1c304a midnight-commander: use curl -k to download
Closes Homebrew/homebrew#7229.

Signed-off-by: Max Howell <max@methylblue.com>
2011-08-26 16:55:12 +01:00
Jack Nagel
af6b19c69f duplicity 0.6.15
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 10:42:16 -05:00
Julian Berman
de637f831b New Formula: Dwarf Fortress
DF is in a bit of a flux it'd appear, the sh script that is the main entry point on OSX is a tiny bit batty, so... if what I ended up doing is nonideal please let me know how to change it.

With Lion fix.

Closes Homebrew/homebrew#7096.

Signed-off-by: Max Howell <max@methylblue.com>

Removed SDL directory too.
2011-08-26 16:39:18 +01:00
Trevor Wennblom
e9db998ecc vimpager 1.5.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:56:41 -05:00
Trevor Wennblom
feaa5909ba ansifilter 1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:50:56 -05:00
Lenny222
626df81577 Lilypond 2.14.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:50:42 -05:00
Jannis Leidel
708f442c66 git-extras 0.7.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:47:57 -05:00