Commit Graph

6786 Commits (565fe6d42ea404da672b5c905c43c97d777c7dfc)

Author SHA1 Message Date
Geoffrey Huntley 3aef440b3e libnids: add pkg-config as a build-time dependency
Closes Homebrew/homebrew#7826.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-25 23:38:49 -05:00
Xiyue Deng a6a9a0be34 wine 1.3.29 (devel)
Closes Homebrew/homebrew#7822.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-25 23:32:44 -05:00
Kyle Fuller 0a063e960d znc 0.202
Closes Homebrew/homebrew#7821.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-25 23:25:18 -05:00
Russ Posluszny 156bd7acd0 New Formula: JsTestDriver
Closes Homebrew/homebrew#7663.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-25 11:47:36 -07:00
Gerolf Seitz 9a17ea359f giter8 0.2.2
Closes Homebrew/homebrew#7815.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-25 11:45:21 -07:00
Charlie Sharpsteen ef4e2e60a9 Merge branch 'master' of http://github.com/mxcl/homebrew 2011-09-25 10:28:58 -07:00
Adam Vandenberg 8274847561 mysql 5.5.15 2011-09-25 09:34:51 -07:00
Abhi Yerra e4505ff052 tor 0.2.2.33
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-25 09:22:56 -07:00
Andrew Marshall 285f119ff2 rbenv-gemset 0.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-25 09:22:37 -07:00
Robert Gieseke e487e3dfa6 phantomjs 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-25 09:22:17 -07:00
Gerolf Seitz 13d6ea402f sbt 0.11.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-25 09:21:35 -07:00
Trevor Wennblom db3e56eb37 open-mesh: updated to 2.0.1
Closes Homebrew/homebrew#7340.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 22:57:25 -07:00
Joshua B. Griffith 35525d33bb New Formuls: Shen
Shen is the cross-platform successor to the Qi II language. See:

  http://www.lambdassociates.org/specification/shen_1.7.htm#Shen_and_Qi

Closes Homebrew/homebrew#7807.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 22:56:23 -07:00
Joshua B. Griffith 7714208fb9 New Formula: Qi
Qi is a functional programming language with a Turing-complete type system
based on the sequent calculus. See:

  http://en.wikipedia.org/wiki/Qi_(programming_language)

Closes Homebrew/homebrew#7806.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 22:55:55 -07:00
Martin Balfanz 9e2e3da6df New Formula: kbtin
KBtin is a very heavily extended clone of TinTin++.

Closes Homebrew/homebrew#7803.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 16:07:34 -07:00
David Sanson c14558739c Pos: Remove non-functional cdf command
Closes Homebrew/homebrew#7799.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 14:58:43 -07:00
Dennis Luxen b46b64bb49 google-sparsehash: Update to 1.11
Closes Homebrew/homebrew#7800.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 14:54:30 -07:00
Trevor Wennblom 5ebc417457 pdfjam: updated to 2.08
Closes Homebrew/homebrew#7796.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 14:52:50 -07:00
Sebastian Cohnen 62a84fea22 Tsung: Update to 1.4.1
Closes Homebrew/homebrew#7802.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 14:51:08 -07:00
Nibbles 2bits 5a6ba05a0c libraw: Update to 0.14.0
This commit updates the formula urls for libraw-0.14.0, release.
From their website, "After three months of testing the LibRaw 0.14
is considered stable. This version is recommeded to use instead of
LibRaw 0.13." The test rig is x86_64 10.6.8 using llvm-2335.9,
gcc-4.2.1, and clang-2.0 from XCode 4.0.2.  This builds static and
shared native libraries, with no --universal option only because
its dep, lcms, doesn't have the option either.

Closes Homebrew/homebrew#7804.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-24 14:37:42 -07:00
Charlie Sharpsteen 906fa9c9bf New Formula: DenyHosts
DenyHosts is a tool that monitors system logs for unauthorized SSH access
attempts and bans offending IP addresses by adding them to /etc/hosts.deny. A
launchctl plist is provided that runs the tool as a cron job. DenyHosts does
have a "daemon mode" but it is designed for rc.d style scripts and doesn't fit
the idiom that launchctl expects (direct control of the daemon process).

Also see issue Homebrew/homebrew#2955.
2011-09-24 14:01:50 -07:00
Nibbles 2bits 0a99d63683 nasm: Update to 2.09.10
This updates nasm to the newest version 2.09.10 and uses the more
complete 'make everything' which builds the docs and the rdf
tools as well.  The user is also given the option to build a
universal binary, as that is what the nasm authors provide in
their precompiled MacOSX archive (they have ppc + i386).  All the
apps pass make test and compile pedantic using all three compilers,
llvm-2335, clang-2.0, and gcc-4.2.1 from XCode 4.0.2 on x64 10.6.8.

Closes Homebrew/homebrew#7788.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 22:19:18 -07:00
Andreas Creten 94024ae4ea Added a Formula for the Gearman PHP extension
Closes Homebrew/homebrew#7501.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 20:48:41 -07:00
BYVoid 519b2b1649 New Formula: opencc
opencc is a library for conversion between Traditional Chinese and Simplified
Chinese.

Closes Homebrew/homebrew#7476.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 20:44:35 -07:00
Nibbles McGurk d64ab46271 dash: Update to 0.5.7 and added glob + fnmatch
dash gets an update to 0.5.7 plus a few additional configure flags
to add functionality to its shell supporting file and directory
globbing and matching expressions from libc fnmatch(3) and glob(3).
I also added a test def.  This was compiled on OSX 64bit 10.6.8
using llvm 2335 and gcc-4.2.1.  It fails_with_clang, an ld error,
though I've not seen fails_with_clang in a formula so I left it out.

     Undefined symbols for architecture x86_64:
       "_bgcmd", referenced from:
           _builtincmd in builtins.o

Closes Homebrew/homebrew#7637.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 20:33:14 -07:00
benmills 93012982cb New Formula: SISC-Scheme
Closes Homebrew/homebrew#7652.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:34:16 -07:00
Johan Liesén 7532d6b2c4 New Formula: apktool
Apktool is a tool for reengineering 3rd party, closed, binary Android apps.

Closes Homebrew/homebrew#7662.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:27:26 -07:00
Nibbles McGurk c8909048fc audiofile: Update to 0.3.1
This is an update for audiofile including a new option to enable Code Coverage
support using lcov. There will be a depends_on lcov => :build if the user enables
the new option. I also added a new option to check the build with make check and a
def test function.  There was a compile time option to --enable-valgrind support,
a memory leak testing suite, but homebrewed valgrind fails it's own make check atm.
This update was tested on 10.6.8 x86_64 using 2335, gcc-4.2.1, and clang. It builds
both static and shared libs for your native architecture.

Closes Homebrew/homebrew#7635.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:17:26 -07:00
Nibbles McGurk 8485926d28 New Formula: jbigkit
Jbigkit includes libjbig, a C Library for JBIG1 images, and two CLI
programs called pbmtojbg and jbgtopbm.  Jbigkit builds without a
'configure' using only a Makefile that gets patched by the formula
with good CCFLAGS.  The makefile comes set with CC = gcc, and it
overrides all relevant compiler variables except MAKEFLAGS with
very good results.  The jbigkit formula builds a universal library,
but the makefile is only written to create a static one.  There is
no make install function to date. The library has no dependencies,
but it can be used by libtiff, which will automatically find it
during libtiff's configure.  Jbigkit was tested on Mac OSX 10.6.8,
with a 64bit kernel, and gcc-4.2.1.

Closes Homebrew/homebrew#7699.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:09:58 -07:00
Charlie Sharpsteen 4d4eb10f50 FFmpeg: Update to 0.8.4
Also, flag as `fails_with_llvm`.

Closes Homebrew/homebrew#7715.
2011-09-23 18:56:44 -07:00
Andrew Kane 6af39e9df4 New Formula: graylog2-server
Closes Homebrew/homebrew#7734.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 18:21:27 -07:00
Jacob Kjeldahl cddd33d00c New Formula: HexEdit
Closes Homebrew/homebrew#7708.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 18:18:26 -07:00
Philippe Mongeau 299aea0c44 updated sleepwatcher to v2.2
Closes Homebrew/homebrew#7792.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 18:13:59 -07:00
Alan Schmitt 6047f245c7 Transcode: Patch to enable build with FFmpeg 0.8.x
In addition to pull request Homebrew/homebrew#6842, These patches to transcode allow it to
compile with current ffmpeg. The patches were inspired by:

  http://repository.slacky.eu/slackware64-13.37/multimedia/transcode/1.1.5/src/transcode-1.1.5-ffmpeg.patch
and

  http://www.funix.org/fr/linux/main-linux.php?ref=conversion&page=full

the later for the decode_lavc part.

Closes Homebrew/homebrew#7758.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:55:27 -07:00
Philippe GONCALVES fcaefdf3e1 LibQuicktime: Update to 1.2.3
Updates build to be compatible with FFmpeg 0.8.x.

Closes Homebrew/homebrew#6842.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:47:50 -07:00
Ed Marshall 227adc8dce New Formula: TinyFugue
TinyFugue is a screen-based MUD client.

Closes Homebrew/homebrew#7791.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:25:11 -07:00
Nibbles 2bits 8815dff050 New Formula: solid
This is a new formula for a C++ library called Solid that is used
for collision detection between objects in 3D space.  This formula
exposes two options to the user, for issues of precision and
rounding error.  This also fixes Homebrew/homebrew#5282 and compiles well, using
llvm 2335, gcc-4.2.1, and clang from XCode 4.0.2 on 64bit 10.6.8.
This builds shared and static native libraries.  This is the final
opensource release of this software.

Closes Homebrew/homebrew#7776.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:18:57 -07:00
Nibbles 2bits 43928f72e7 libiconv: Add option to build universal
libiconv is listed inside the glib formula as a dep, and glib has
a universal option.  This does not.  Therefore, glib --universal
will fail to link.  This commit gives the user the option to build
libiconv as a universal library.  It compiled successfully on 64bit
OSX 10.6.8 using all three XCode 4.0.2 compilers.

Closes Homebrew/homebrew#7748.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:58:41 -07:00
Michael T. Conigliaro 639c4f4829 NSS: Remove unnecessary prefix on binaries
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:28:16 -07:00
Ryan Schlesinger 623cbdfe41 Fuse4x-kext: Add setuid and setgid bits to caveats
This makes sure that the load_fuse4x binary can run as root.

Closes Homebrew/homebrew#7766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:22:08 -07:00
Ryan Schlesinger 365191ffb2 Revert "Fuse4x: Add caveats concerning fuse4x admin group"
This reverts commit a50e377519f77f47fe723cbb67ecd230bf627766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:22:08 -07:00
JuanPablo a906dffbb5 dvtm: Update to 0.7
Closes Homebrew/homebrew#7783.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:20:38 -07:00
Benson Kalahar f134c46c16 Frink: Update MD5 sum
Closes Homebrew/homebrew#7787.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:17:12 -07:00
James Aitken b55c5c0f4c Nginx: Update HEAD to 1.1.4
Closes Homebrew/homebrew#7786.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:11:43 -07:00
George Bashi 7bcb07aab6 tomcat: Update to 7.0.21
Closes Homebrew/homebrew#7777.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:09:53 -07:00
Alexis Hildebrandt b21b8bd98f aqbanking 5.0.16
Closes Homebrew/homebrew#7779.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:06:38 -07:00
Alexis Hildebrandt 9a6c8bafae gwenhywfar 4.3.0
Closes Homebrew/homebrew#7778.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:06:38 -07:00
Nibbles 2bits 7238921bdd gflags 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-22 22:59:25 -07:00
Adam Vandenberg b2ada86477 gpsbabel: head is now svn on google code 2011-09-22 21:12:26 -07:00
Nibbles 2bits 9c6a31ba1a pixman 0.22.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-22 20:41:26 -07:00
Jack Nagel ab40cb58e7 New formula: p11-kit
p11-kit is a PKCS#11 module loader for crypto libraries. It is an
optional dependency of the GnuTLS 3.x series.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 21:57:08 -05:00
Nibbles 2bits af90a317c6 android-ndk: link binaries to keg bin
android-ndk has three binaries that are meant to live at the top
of it's keg tree, not in its bin. This commit creates the bin path
and symlinks those three binaries into its bin so that they will
be available to the user after install.

Fixes Homebrew/homebrew#7514.
Closes Homebrew/homebrew#7752.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 20:40:22 -05:00
Ramiro Jr. Franco 0ee6cef7cf python3: update distribute md5
The package was re-uploaded, requiring a new checksum.

Closes Homebrew/homebrew#7773.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:24:47 -05:00
Richard West 1cba8b0d55 python: update distribute md5
http://pypi.python.org/packages/source/d/distribute/

Closes Homebrew/homebrew#7765.
Closes Homebrew/homebrew#7768.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:23:21 -05:00
Justin Clift 831dff86e1 libvirt 0.9.6
Closes Homebrew/homebrew#7755.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:19:42 -05:00
Gavin Brock 709f7fae41 csshX 0.74
This also moves the HEAD version to a git checkout.

Closes Homebrew/homebrew#7757.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:07:23 -05:00
Karel Minarik 7d9cfeda63 ElasticSearch 0.17.7
Closes Homebrew/homebrew#7767.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:05:18 -05:00
Nicholas Hutchinson aa4a2cd46a class-dump 3.3.4
Closes Homebrew/homebrew#7770.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:01:03 -05:00
Chris Schneider 95d04f7ad6 xml-security-c 1.6.1
Closes Homebrew/homebrew#7762.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 18:58:58 -05:00
George Bashi 26a8b42f7a cassandra 0.8.6
Closes Homebrew/homebrew#7754.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 18:52:24 -05:00
Charlie Sharpsteen 928199a07f Pianobar: Builds with LLVM >= 2335
At least, using XCode 2.3.6 on 10.6.x and 4.1 on 10.7. 4.0 may still be
hosed for some odd reason... we'll see.

Closes Homebrew/homebrew#7668.
2011-09-22 09:11:01 -07:00
SnowLprd fa37cd3414 Pianobar: Update to 2011.09.22
Supports latest Pandora protocol change (v32).

Closes Homebrew/homebrew#7759.
Closes Homebrew/homebrew#7760.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-22 09:04:07 -07:00
Charlie Sharpsteen 3dc3ae111b PySide: Update to 1.0.7
Also updates apiextractor, generatorrunner and shiboken.
2011-09-22 00:27:41 -07:00
Charlie Sharpsteen ae723674ed Valgrind: Disable Lion build
Unless the user passes `--force`, in which case patch and attempt a
compilation for kicks and grins.

Closes Homebrew/homebrew#6767.
Closes Homebrew/homebrew#6811.
2011-09-21 23:53:33 -07:00
CharlieRoot 38049288ad Fix valgrind 3.6.1 on Mac OS X 10.7 Patch configure.in template to allow builds on Darwin 11 Make empty standard suppressions for Darwin 11
Closes Homebrew/homebrew#6811.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:08:13 -07:00
Jonas Pfenniger d77c63f2d0 Direnv: Update to 0.1.72
Closes Homebrew/homebrew#7741.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:03:11 -07:00
Ryan Schlesinger 929ceffb4e Fuse4x: Add caveats concerning fuse4x admin group
This is needed by any filesystem that uses the `allow_other` mount option.

Closes Homebrew/homebrew#7742.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:00:42 -07:00
Nibbles 2bits 827edf60fd libmpd: Update to 11.8.17 plus universal opt
libmpd changed their versioning scheme from the previous 0.20.0
to this 11.8.17 which is apparently like going to 0.20.95, except
that they wanted to match the version numbering on their main
project gmpc.  This version compiles with llvm, gcc-4.2.1, and
clang from XCode 4.0.2 on x64 10.6.8. See their sourceforge files:

  * http://sourceforge.net/projects/musicpd/files/

Closes Homebrew/homebrew#7750.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:59:15 -07:00
Charlie Sharpsteen db85c5055c DJmount: Remove unneeded CFLAG
See comment in 524d9789e2d68c159bbdffd292802befdf97651f.
2011-09-21 22:54:33 -07:00
Charlie Sharpsteen cf1a6a1385 Tup: Fix tiny typo 2011-09-21 22:27:34 -07:00
Anatol Pomozov 4fba3fd8a4 New Formula: Tup
Tup is a build tool that fills a role similar to make---except much more
efficient for large source trees.

Closes Homebrew/homebrew#7636.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:17:43 -07:00
Lars 0cd1020759 Sqlite: Add option for contributed functions
Closes Homebrew/homebrew#6939.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:11:15 -07:00
Jack Nagel 584e0f6717 Add gdbm patches to python and python3 formulae
This takes care of the issue described here (recognizing gdbm 1.9.x
databases): http://www.gossamer-threads.com/lists/python/bugs/942749

The patches are already in their respective upstream repositories, so
they will presumably be included in the next Python 2.7.x and 3.2.x
releases.

Closes Homebrew/homebrew#7738.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 20:12:44 -05:00
Adam Lickel c30ec40028 uncrustify 0.58
Closes Homebrew/homebrew#7743.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 18:53:08 -05:00
Charlie Sharpsteen 80562282da OpenCV: Remove debugging statement
Oops, left something in that last commit.

Also, fixes the module installation path to where the caveats say it will be.
2011-09-21 16:08:53 -07:00
Charlie Sharpsteen 9724da1f77 OpenCV: Fix Python support
OpenCV relies on the CMake FindPythonLibs module which get pwned pretty hard if
more than one Python installation is available. Copied some code from the VTK
formula that straightens things out manually.

Also added a numpy dependency.

Fixes Homebrew/homebrew#7740.
2011-09-21 16:03:26 -07:00
Nibbles 2bits efd85d35f3 libmpdclient 2.5
Updates the url and hash to version 2.5, and adds a dep option
to build universal a la pcre.  Tested on MacOSX 10.6.8 using
all three compilers in 64bit mode from XCode 4.0.2.

Closes Homebrew/homebrew#7737.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 15:46:46 -05:00
Misty De Meo 96b14b73e9 scantailor: add "enhanced" build option
Closes Homebrew/homebrew#7456.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 15:25:37 -05:00
Jack Nagel 88af05e673 git-url-sub: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:33:06 -05:00
Jack Nagel 7e5d44b829 pv: builds with LLVM >= 2335
Closes Homebrew/homebrew#7720.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:29:33 -05:00
John Benediktsson 48596bd3ca udis86: add --enable-shared option
Closes Homebrew/homebrew#7745.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:24:54 -05:00
Nibbles 2bits 6652f5c374 doxygen 1.7.5.1
Closes Homebrew/homebrew#7736.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:13:08 -05:00
Travis Cline 2192cd6a28 go: Update to r60.1
Closes Homebrew/homebrew#7513.
Closes Homebrew/homebrew#7731.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 22:19:51 -07:00
Charlie Sharpsteen b7919373ba Nethack: Builds with LLVM >= 2335
Closes Homebrew/homebrew#7628.
Closes Homebrew/homebrew#7717.
2011-09-20 21:41:15 -07:00
Charlie Sharpsteen 6d44e98bd7 Boost: Fix --without-python
Looks like `--without-libraries=<library>` is just `--without-<library>`.
2011-09-20 21:12:37 -07:00
Yogesh Girdhar 7d1b6d33e3 OpenCV: Update to 2.3.1a
Also correct `PYTHONPATH` in caveats.

Fixes Homebrew/homebrew#5596.

Fixes Homebrew/homebrew#7121.
Fixes Homebrew/homebrew#7453.

Closes Homebrew/homebrew#6692.
Closes Homebrew/homebrew#7500.
Closes Homebrew/homebrew#7706.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 21:07:33 -07:00
Charlie Sharpsteen 846f16a4cb ffmpegthumbnailer: Update to 2.0.7
Fixes an incompatibility with FFmpeg 0.8.x.

Fixes Homebrew/homebrew#7729.
2011-09-20 14:59:29 -07:00
Charlie Sharpsteen 29a07c5720 djmount: Use fuse4x as a default FUSE provider 2011-09-20 14:37:28 -07:00
Deniss Afonin 293ef3e0c6 s3backer: Use fuse4x as a default FUSE provider
Closes Homebrew/homebrew#6079.
Closes Homebrew/homebrew#7712.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 14:35:12 -07:00
Deniss Afonin e65bc004f3 encfs: Use fuse4x as a default FUSE provider
Fixes Homebrew/homebrew#6385.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 14:34:11 -07:00
Charlie Sharpsteen 8f416d5cec Fuse4x: Tweak universal binary settings
Make sure that 64 bit builds aren't attempted on older Intel Macs.

Fixes Homebrew/homebrew#7713.
2011-09-20 10:13:16 -07:00
Max Howell 16c4192c48 Restore io --HEAD
This shouldn't have been removed, apologies.

Refs Homebrew/homebrew#7460.
2011-09-20 04:46:24 +01:00
Gabe Berke-Williams eac639b819 Use latest stable version of Io
Closes Homebrew/homebrew#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-20 02:27:45 +01:00
Corey Donohoe 7d1d935bd3 nginx: fix patch variable substitution
Closes Homebrew/homebrew#7718.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 16:23:25 -05:00
Jack Nagel 1367650293 gnutls: disable p11-kit support
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 14:32:01 -05:00
Jack Nagel a9cc868671 wget 1.13.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 12:05:17 -05:00
Jack Nagel 4160ce0e15 gnutls 2.12.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 11:57:57 -05:00
Charlie Sharpsteen 4f9f0d0bf5 mirror support: Mirrors for kernel.org software
- All Debian software is now mirrored by ftp.us.debian.org.

- LibFFI is mirrored by ftp.sourceware.org.

- All kernel.org software is now mirrored by mirrorservice.org.

Fixes Homebrew/homebrew#7478.
2011-09-19 09:25:02 -07:00
Charlie Sharpsteen 3a75f0d90b Erlang: Still fails with LLVM
At least, still fails on OS X 10.6.8 with LLVM-2335 using XCode 3.2.6 or 4.0.

Closes Homebrew/homebrew#7691.
2011-09-18 21:28:24 -07:00
Isao Yagi c044467cd7 New Formula: peg-markdown
The markdown parser that existing formula "multimarkdown" is based on.
Presumably lighter-weight (fewer output formats) and fewer bugs.

Closes Homebrew/homebrew#7631.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 18:17:39 -07:00
Michael T. Conigliaro 1306ed07d9 New Formula: NSS
Closes Homebrew/homebrew#7679.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:18:45 -07:00
Ryan Kee 1e2e9a72f7 New Formula: growly
Growly is a simple tool to redirect output of a command to a growl notification.
This is nice for cli tasks that take a considerable amount of time. Simply run them
via growly and get a growl notification with their output whenever they finish.

Closes Homebrew/homebrew#7683.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:00:57 -07:00
Nibbles McGurk 11d8ac127f New Formula: libraw
New Formula: libraw  This is a library for handling RAW images.
There is a dep on little-cms to enable ICC Color Profiles.  The
optional GPL2 and GPL3 demosaic packs are also built with this.
The library is stable and has a consistent API that supports
reading, decoding, and unpacking of RAW image files, along with
conversion, interpolation, and output.  It was compiled and tested
with clang-2.0, llvm 2335, and gcc-4.2.1 on OSX 10.6.8 x86_64.

Closes Homebrew/homebrew#7684.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:00:51 -07:00
Jack Nagel f365d14b99 graphviz: patch for linking with libltdl
Linking with '-lltdl' fails on Lion and/or with XCode 4.2. The patch is
already in the upstream development version and will be in the next
release.

Closes Homebrew/homebrew#7503.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 18:06:05 -05:00
David Cox cdbd9b5bca AntTweakBar: Remove patches and update MD5
Removing patch, since project maintainer incorporated fixes (but didn't
increment project version number)

Closes Homebrew/homebrew#7702.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 15:51:16 -07:00
Jack Nagel cf96718072 lftp 4.3.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 16:39:36 -05:00
Anand Buddhdev 9954c996fa ldns 1.6.10
This update bumps up the version number of ldns to 1.6.10. I also added
"--disable-gost", as the openssl shipping with OSX doesn't support this.
Finally, I also added a few lines to build and install the ldns example
tools.

Closes Homebrew/homebrew#7695.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 16:31:52 -05:00
Nibbles McGurk 743310b99a jpeg: remove default flags
Jpeg 8c is the foundation of many libraries and applications.
It gets a minor checkup.  It had two configure flags listed in
the formula that were already the default. So those were removed.
No other changes were made, and the library and its dependents
do not need to be rebuilt.

Closes Homebrew/homebrew#7700.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 16:16:27 -05:00
Jack Nagel 7dbc8160ba libmpq: use inreplace instead of a patch
I also removed an unnecessary invocation of `sh`.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:21:47 -05:00
Brian Collins 4c291fe8ed libmpq: use GitHub mirror
http://libmpq.org has been down for several months, so we'll use this
mirror for now.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:19:15 -05:00
Jack Nagel 4a94ce5c40 ack 1.96
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:08:42 -05:00
Adam Vandenberg 1845153410 MacVim 7.3-62 2011-09-18 10:38:56 -07:00
Semyon Perepelitsa 882a9b28a6 djvu2pdf 0.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 10:00:34 -07:00
David Turnbull 59e01d2784 cassandra startup plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 09:47:25 -07:00
Jason Weathered 07fd833fd1 ruby-build 20110914
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 09:41:15 -07:00
Michael S. Klishin d8425b0b99 Leiningen 1.6.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 09:18:35 -07:00
Balazs Nagy 7935759c20 stunnel 4.44
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 09:02:49 -07:00
Ealden Esto E. Escanan 4c0d547112 RabbitMQ 2.6.1
2.6.1 fixes a bug in 2.6.0 that causes the broker to fail to restart on
reboot in certain operating systems.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 09:02:25 -07:00
Adam Vandenberg b46e9fa9ba redis 2.2.13 2011-09-18 09:01:55 -07:00
Bob Fanger e07bed3c93 New formula: kdiff3
Closes Homebrew/homebrew#5724.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-17 18:59:27 -05:00
Charlie Sharpsteen 5f8396ac55 Poppler: Explicitly disable Qt unless requested
Fixes Homebrew/homebrew#6745.
2011-09-16 22:07:33 -07:00
Jack Nagel 6480ffda14 GNU global: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 20:42:01 -05:00
muddletoes 3e8cc71901 GNU global 6.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 20:42:01 -05:00
James Aitken 5079e77d64 Nginx: Update HEAD to 1.1.3
Fixes bug that prevents building on 10.7

Closes Homebrew/homebrew#7682.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 18:31:10 -07:00
Greg Osuri c9e612b0aa New Formula: git-url-sub
Closes Homebrew/homebrew#7404.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 17:49:56 -07:00
Pete Deffendol b9b631ce4f MapServer: Add build options
For PHP, GEOS, and PostgreSQL.

Closes Homebrew/homebrew#7669.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 17:38:30 -07:00
Pete Deffendol 0422e14820 MapServer: updated to 6.0.1
Also removes a patch that is no longer required.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 17:38:29 -07:00
Zac Lee 158bb176a4 xmlrpc-c: Update to 1.16.38
Closes Homebrew/homebrew#7673.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 17:28:46 -07:00
asymmetric 246ce32da1 Z: Update to 1.1
Closes Homebrew/homebrew#7651.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 17:23:27 -07:00
Chris Flöß 5d668b08c9 New formula: stress 1.0.4
From the developer: "stress is a deliberately simple workload generator
for POSIX systems. It imposes a configurable amount of CPU, memory, I/O,
and disk stress on the system. It is written in C, and is free software
licensed under the GPLv2"

I created this formula because it serves a simple but specific purpose
and is regularly available on Linux *BSD system.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 19:19:01 -05:00
Jake Goulding f8f0d0cfa2 New formula: CppUTest 2.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 19:16:04 -05:00
Chad Remesch ec19ef0a21 stunnel 4.43
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 18:38:49 -05:00
Jack Nagel 368b81ed95 libtrace: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 18:37:41 -05:00
Andreas Löf 6eab99664f libtrace 3.0.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 18:34:34 -05:00
Drew Olson 8cff4365a2 New Formula: rbenv-gemset
Plugin for rbenv that adds basic gemset support.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 18:32:41 -05:00
João add25c0bc0 node 0.4.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-16 09:52:02 -07:00
Osman Üngür 3b43654eb8 mongo-php 1.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-15 16:16:45 -07:00
Adam Vandenberg 20cbd0e085 libwpg: fix Homebrew/homebrew#7659 2011-09-15 14:21:54 -07:00
Pop Qvarnström c73ffcc32b Lua: Ensure liblua.dylib is created
Adding versionless soft link in INSTALL_LIB to allow linking with -llua (see
homebrew issue Homebrew/homebrew#6350 for an example) (Related to name change in commit
9228a05f98).

Fixes Homebrew/homebrew#7642.
Fixes Homebrew/homebrew#6648.
Closes Homebrew/homebrew#7561.
Closes Homebrew/homebrew#7517.
Closes Homebrew/homebrew#6235.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-15 12:14:19 -07:00
Emil Tin 62b6971635 osmosis 0.39
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-15 11:44:53 -07:00
Jack Nagel d413665f94 xaw3d: use a block inreplace
This is a little more tidy.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-15 13:10:46 -05:00
Rui Pereira e679ca1d03 New formula: gv 3.7.2
GNU gv allows to view and navigate through PostScript and PDF documents
on an X display by providing a graphical user interface for the
Ghostscript interpreter.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-15 12:52:14 -05:00
Rui Pereira 009fb3b47e New formula: Xaw3d 1.5E
Xaw3d is a general-purpose replacement for the Athena toolkit which adds
a 3D appearance and support for XPM images.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-15 12:49:07 -05:00
Rui Pereira 6423a96e21 New formula: imake 1.0.4
The X Window System used imake extensively up through
the X11R6.9 release, for both full builds within
the source tree and external software. X has since
moved to GNU autoconf and automake for its build system
in X11R7.0 and later releases, but still maintains
imake for building existing external software
programs that have not yet converted.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-15 12:49:03 -05:00
Jack Nagel 6cbb3112f4 wdiff 1.0.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-15 11:56:26 -05:00
Jack Nagel e6021a2d32 wakeonlan: document manual install step
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-14 22:18:18 -05:00
Jack Nagel f09ea2bae2 wakeonlan: use manual install step
This prevents the Makefile from trying to drop things into
/Library/Perl without having to use inreplace or a patch.

Fixes Homebrew/homebrew#7630.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-14 21:32:36 -05:00
Jack Nagel 8c7c928427 Qt: update md5 checksum
The upstream tarball for Qt was "stealth-updated", for details see this
MacPorts ticket: https://trac.macports.org/ticket/31252

Closes Homebrew/homebrew#7618.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-14 15:07:21 -05:00
Nibbles McGurk 502b5bd42c t1utils: Update to 1.37
t1utils gets an update to 1.37 from 1.35.  This archive creates a
group of CLI programs for manipulating Type 1 fonts, otherwise known
as Adobe Type 1 or Postscript fonts.  Added a brew test function and
the --disable-dependency bit.

Closes Homebrew/homebrew#7608.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-14 03:56:53 -07:00
Charlie Sharpsteen d11cb84929 fuse4x-kext: Explicitly list architectures
Build `i386` for Leopard and a fat binary for everything else. Failing to be
explicit can cause `xcodebuild` to attempt building for more architectures than
it really should.

Fixes Homebrew/homebrew#7619.
2011-09-14 03:50:55 -07:00
Dominick Ng d7e1b2916d pango, pixman, graphviz: Fixes for Lion PDF output
Related issue on MacPorts:
  https://trac.macports.org/ticket/30370

Fixes Homebrew/homebrew#6631.
Fixes Homebrew/homebrew#7140.
Fixes Homebrew/homebrew#7463.
Closes Homebrew/homebrew#7523.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-14 03:41:36 -07:00
Austin Seipp 5f42b9463a luajit: use amalgamation when building
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-14 10:23:04 -07:00
Laurent Raufaste 09a07ccf29 youtube-dl 2011.09.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-13 22:32:37 -07:00
Jack Nagel 5c0aa582c1 plotutils: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 23:39:29 -05:00
Jack Nagel b1a6e79730 gnu-indent: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 23:39:22 -05:00
Jack Nagel 6c452f2a1b s3fs: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 23:36:01 -05:00
Xiyue Deng 2d6b139016 New formula: MySQL Connector/C++
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 20:39:27 -05:00
Ben Poweski 1a5b03aee0 New formula: MySQL++
MySQL++ is a C++ wrapper for the MySQL C API.  The maximum number of
columns allowable in a result set has been increased from 25 to 40 to
accommodate a wider range of projects without needing to recompile the
library.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 19:27:25 -05:00
Jack Nagel 2a43a41fad mysql-connector-c: builds with LLVM >= 2335
The report was for 2336, but I can build it with 2335.

Closes Homebrew/homebrew#7439.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 19:10:49 -05:00
Colin Hebert 468b5a72a2 Emacs: Fix for Shift key for IME users
Based on http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/103384

Fixes Homebrew/homebrew#6032.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 12:05:17 -07:00
Colin Hebert af3b4ec8f6 Emacs: Fix X11 issue with libpng
Call `ENV.x11` when building `--with-x`.

Fixes Homebrew/homebrew#7260.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 12:04:45 -07:00
Colin Hebert f66ab5a985 Emacs: Works with LLVM >= 2335
Closes Homebrew/homebrew#7584.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 12:04:22 -07:00
Colin Hebert 2d8303a126 Emacs: Add linkapps to caveats
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 12:04:19 -07:00
Colin Hebert 94201b27b5 Emacs: Don't strip emacs binaries
Add binaries generated when "--cocoa" isn't enabled.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 12:04:12 -07:00
Charlie Sharpsteen 8f2a6130cc Emacs: Fix for the title bar issue on Lion
Closes Homebrew/homebrew#6518.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 11:59:44 -07:00
Colin Hebert 6082ce3549 Emacs: apply patch to build on Lion with XCode4.
Emacs-Patch: Suppress address randomization on Darwin (Bug#8395).
  f2cea124df

Emacs bug report:
  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8395

Fixes Homebrew/homebrew#6953.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 11:59:40 -07:00
Tareq A Khandaker 883617ba39 New formula: ntfs-3g
Closes Homebrew/homebrew#7585.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 10:08:25 -07:00
Mykhailo Kotsur 0e4383e6f9 Glib: Configure without dtrace
Fixes build failures on Lion. See this MacPorts ticket for more info:

  https://trac.macports.org/ticket/30413

Fixes Homebrew/homebrew#7604.
Closes Homebrew/homebrew#7606.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 09:51:17 -07:00
Nibbles McGurk adc074fbd2 lcdf-typetools: Update to 2.92
lcdf-typetools was updated to version 2.92 in the formula and
compiled on OSX 10.6.8 x86_64 using llvm 2335 from XCode 4.0.2.
The LCDF Typetools package contains several command-line programs for
manipulating PostScript Type 1 and PostScript-flavored OpenType fonts.

Closes Homebrew/homebrew#7603.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 09:35:40 -07:00
Mikael Zayenz Lagerkvist df072ce304 Updated Gecode library to latest version.
Closes Homebrew/homebrew#7605.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 09:28:35 -07:00
André Wendt 1290b4899d elb-tools: Fix MD5 hash
Closes Homebrew/homebrew#7607.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 09:25:55 -07:00
Oleg Oshmyan 0af81fde82 x264: Update to r2066
Also fix some patching.

Closes Homebrew/homebrew#7596.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-13 09:20:47 -07:00
Laurent Raufaste c07a94496a Google App Engine 1.5.4
Signed-off-by: Laurent Raufaste <analogue@glop.org>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12 21:05:31 -05:00
Charlie Sharpsteen 5ce061b3fc iFuse: Update to 1.1.1
Also depend on Fuse4x instead of telling users to install MacFUSE.
2011-09-12 16:17:29 -07:00
Charlie Sharpsteen 8d5acae140 libplist: Deparallize build
Parallel build fails on an 8 core Mac.
2011-09-12 13:23:34 -07:00
Jack Nagel fa3d89a7c0 Use automatic mirror selection for GNU downloads
It seems that the main GNU download site has issues in some places
outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick
a nearby mirror.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12 15:08:20 -05:00
Jack Nagel 1dbdce5ba1 Append missing trailing newlines
A few formulae are missing trailing newlines.

Let's be POSIXly correct about trailing newlines, which are part of the
definition of a "line" and hence a "file". Even "diff" has it's own
special handling for files without trailing newlines.

Perhaps an audit check is in order.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12 15:07:54 -05:00
Charlie Sharpsteen a9b4e77360 Cherokke: Update to 1.2.99 2011-09-12 12:49:34 -07:00
Doug Jones 1a00cfce3c mongodb: Update to 2.0.0
Remove install from head since 2.0.0 is now head. Remove references to
journaling being disabled by default (it is now enabled by default).

Closes Homebrew/homebrew#7590.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 12:31:24 -07:00
Olaf Alders 8f2117d195 GeoIP: Update to 1.4.8
Closes Homebrew/homebrew#7594.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 12:08:03 -07:00
Charlie Sharpsteen e1c0141644 New Formula: s3fs
s3fs is a tool that can mount S3 buckets as FUSE-based filesystems.
2011-09-12 11:53:28 -07:00
Trevor Fancher 2005c33257 LLVM: Add --jit option
Add --enable-jit to configure_options if --jit is used as an option when
installing LLVM.

Closes Homebrew/homebrew#7426.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 11:05:57 -07:00
Zac Lee 46dd3715c3 autojump: Update to v17
Closes Homebrew/homebrew#7569.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:36:18 -07:00
James Aitken 1f112c227c Nginx: Update HEAD to 1.1.2
Closes Homebrew/homebrew#7568.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:35:18 -07:00
Adam Gibbins fda41fd788 ledger: Update to 2.6.3
Also update new homepage.

Closes Homebrew/homebrew#7575.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:33:15 -07:00
Berk D. Demir 2070926808 spiped: Update to 1.1.0
Closes Homebrew/homebrew#7581.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:33:09 -07:00
Christoph Heer 923d4b2e3a New Formula: aespipe
aespipe is an encryption tool that reads from standard input and writes to standard output.

Closes Homebrew/homebrew#7587.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 09:54:33 -07:00
Charlie Sharpsteen 1735762b46 New Formula: SSHFS
Allows a remote computer to be mounted as a FUSE filesystem through a SSH
connection.

Also a good "hello, world!" program for FUSE.
2011-09-11 18:54:23 -07:00
Deniss Afonin 1f694b9a27 New formula: fuse4x
Provides libraries required to build and run programs that use FUSE
filesystems. Note that this formula installs `libfuse4x` instead of the
traditional `libfuse` in order to avoid clashing with MacFUSE and other
`libfuse` distributions---such as the one bundled with VMWare Fusion.

Configure scripts for software expecting to link against `libfuse` will need to
be modified accordingly.

Closes Homebrew/homebrew#7371.
Closes Homebrew/homebrew#6185.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 18:54:11 -07:00
Deniss Afonin e5c095a8ea New formula: fuse4x-kext
This formula provides the kernel extension required to run FUSE-based
filesystems using fuse4x.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 18:53:33 -07:00
Daniel Holtmann-Rice 42d2944386 exiftool: Update to 8.64
Closes Homebrew/homebrew#7558.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 09:51:02 -07:00
Charlie Sharpsteen 30ede90efd GDAL: Depend on Numpy for Python bindings
Without Numpy, the Python bindings can't deal with Raster data very well which
pretty much hoses half of the GDAL functionality.
2011-09-11 09:44:49 -07:00
Kashif Rasul fec722b960 PostGIS: Fix installation of SQL files for --HEAD
Fixed the formula which was not compiling for Postgis --HEAD.

Closes Homebrew/homebrew#7566.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 09:44:49 -07:00
Mirko Grönroos 7cf82ea642 par: Add multibyte character support patch
Closes Homebrew/homebrew#7567.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 08:33:47 -07:00
Willem Deconinck 76e1a6fb7b New Formula: parmetis (v. 4.0)
Close Homebrew/homebrew#7562.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 08:27:58 -07:00
Alex Brem 817603f16b Ninja: Use original Git repository
Closes Homebrew/homebrew#7559.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 08:21:00 -07:00
Charlie Sharpsteen 44d764963a libtiff, libgeotiff: Switch to download.osgeo.org
`ftp://download.remotesensing.org` is just a FTP proxy for
`http://download.osgeo.org`. The primary download server for OSGeo went out a
couple of days ago due to a power outage in San Diego. `download.osgeo.org` has
been back for two days, but `download.remotesensing.org` is still out so let's
shorten the server chain and go directly to the source.

This change affects `libtiff` and `libgeotiff`.

Fixes Homebrew/homebrew#7560.
2011-09-11 08:14:31 -07:00
Jack Nagel d9be613afa glpk 4.47
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-11 00:38:47 -05:00
Jack Nagel d557bd8188 gcal 3.6.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-11 00:29:55 -05:00
Jack Nagel d250b9cf78 libmicrohttpd 0.9.13
Also remove an unused configure flag.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-11 00:29:23 -05:00