Commit graph

6636 commits

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