Commit Graph

6734 Commits (477dea44f5af116668ee7873d57a28429911bffa)

Author SHA1 Message Date
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