Commit graph

2186 commits

Author SHA1 Message Date
Dominic Evans
b89c6eb719 mkvtoolnix update to 4.0.0 and fix compilation when HOMEBREW_PREFIX != /usr/local 2010-06-09 14:54:51 -07:00
Jelle Schühmacher
544a17c626 New formula: HeVeA
HEVEA is a quite complete and fast LATEX to HTML translator.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-09 14:31:10 -07:00
Adam Vandenberg
e8ea94b53f vice - install apps to prefix instead of libexec 2010-06-09 13:53:38 -07:00
Aaron Ecay
3ea6b891cf New formula: chktex
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Removed 1-second delay in configure
2010-06-08 16:32:37 -07:00
kashif
7df0741046 Updated formula: glew
Updated glew to 1.5.4 which adds support for OpenGL 3.3, OpenGL 4.0,
new extensions, and fixes bugs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 15:32:17 -07:00
Reid Burke
b5393e26a9 Update kiwi to 0.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 15:31:57 -07:00
Adam Vandenberg
556fbdf470 Update Exult and use vorbis. 2010-06-08 12:36:05 -07:00
Adam Vandenberg
7716eeef96 xu4 - Add outputs for downloading support files 2010-06-08 12:36:05 -07:00
Adam Vandenberg
3458e88d45 Subversion now supports revisions on externals.
A formula using svn can now provide a spec:
    :revisions => {...revision numbers...}
that contains a mapping of revision numbers to use
for externals.

The name of the external is keyed to the revision to
use for that external.

The symbol :trunk should be used to specify the reivsion
of the main repo.

An example from the Ffmpeg formula:
    head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
        :revisions => { :trunk => 22916, 'libswscale' => 31045 }

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 12:36:03 -07:00
Collin Miller
f657b3896e A formula for libqrencode, a qrcode encoder
For use with qrtools gem.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 11:33:12 -07:00
Stein Magnus Jodal
e83926152e Fix libao build on OS X 10.4 and 10.5
Add patch from https://trac.xiph.org/ticket/1667 to make libao build on
OS X 10.4 and 10.5. Patch will be included in libao 1.0.1 when it is
released.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 11:26:40 -07:00
Dennis Krupenik
6cd2d7f536 updated ruby-enterprise-edition to 2010.02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 08:04:09 -07:00
David Backeus
f288142d60 Fixed broken liblcms formula and updated it to version 1.19.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 08:03:27 -07:00
Aku Kotkavuo
5841491969 Update formula jruby to 1.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-07 15:25:42 -07:00
Adam Vandenberg
d81d434648 Remove silly concatenation. 2010-06-07 14:15:45 -07:00
Rajiv Aaron Manglani
ae0fc40ba4 new formula: willgit
William's miscellaneous git tools from http://git-wt-commit.rubyforge.org/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-07 08:25:01 -07:00
Chris Hoffman
acadbf276d Update rubinius to 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-07 08:16:17 -07:00
Charlie Sharpsteen
433d224705 Updated poppler formula
Updated the poppler formula to address the following issues:

- Poppler font data is now downloaded and installed to
  #{prefix}/share/poppler using an internal brew.

- Added an install option, --with-qt4, that sets flags for linking to Qt
  frameworks installed by the qt formula.

Using the qt4 option will also desginate the qt formula as a dependency
which will significantly increase compile times if Qt has not allready
been installed.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-06 20:45:10 -07:00
Adam Vandenberg
6943fe2a16 Attempted Gource fixes. 2010-06-06 14:57:10 -07:00
Adam Vandenberg
4a254d8d5c ssh-copy-id 2010-06-06 14:43:57 -07:00
Ryan Pavlik
a9c282dec5 freealut complements OpenAL
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-05 20:43:17 -07:00
Adam Vandenberg
0756afcb77 Update rtmpdump to latest, via oldmanuk 2010-06-05 15:10:49 -07:00
David Höppner
9f16f4b7c0 New formula libfishsound
libfishsound provides a simple programming interface for decoding and
encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).
2010-06-05 20:23:14 +02:00
David Höppner
d3fb0dae62 celt: update version to 0.7.1, enable plc 2010-06-05 20:04:37 +02:00
David Höppner
a0e1e809e5 speex: update to recommend version 1.2rc1; deps libshout and icecast still build 2010-06-05 19:55:19 +02:00
David Höppner
17a88bb835 New formula libexosip
eXosip is a library that hides the complexity of using the SIP protocol
for mutlimedia session establishement. This protocol is mainly to be
used by VoIP telephony applications (endpoints or conference server) but
might be also usefull for any application that wish to establish sessions
like multiplayer games.
2010-06-05 19:39:25 +02:00
David Höppner
e59a98f739 New formula libosip
oSIP is an implementation of SIP. And SIP stands for the Session Initiation Protocol
and is described by the rfc3261 (wich deprecates rfc2543). This library aims to
provide multimedia and telecom software developers an easy and powerful interface to
initiate and control SIP based sessions in their applications. SIP is a open standard
replacement from IETF for H323.
2010-06-05 19:29:51 +02:00
Adam Vandenberg
a06d603441 llvm - style tweaks 2010-06-05 10:27:11 -07:00
Adam Vandenberg
867643e5a4 ocaml - fix mandir 2010-06-05 09:07:41 -07:00
Adam Vandenberg
22ff9c22af Update aria2 to 1.9.4 2010-06-05 08:34:45 -07:00
Adam Vandenberg
8d51964cfa cryptopp 5.6.0 2010-06-05 08:26:54 -07:00
Fabio Maione
ad613765f7 GAFFitter - Genetic Algorithm File Fitter
GAFFitter is a CLI tool that arranges a list of files/directories into volumes
of a certain capacity, such as CD or DVD, to make the total wastage minimized.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-05 08:01:41 -07:00
Rémi Prévost
284b58f49b imagesnap 0.2.3
ImageSnap is a Public Domain command-line tool that lets you capture
still images from an iSight or other video source.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Update to 0.2.4
* Build from source
2010-06-04 22:40:23 -07:00
Michael Hale
e32750e1d6 add psgrep formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 22:30:30 -07:00
Adam Vandenberg
d068ccb01b Update trafshow to 5.2.3 2010-06-04 22:25:02 -07:00
Joe Alba
dc39bcacdb Homebrew formula contribution: Swish-e
Swish-e: Simple Web Indexing System for Humans - Enhanced
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 20:10:17 -07:00
Jannis Leidel
e1c2ed733a Added redis-tools formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 20:02:22 -07:00
Christopher Bowns
ba07fdfc46 imapfilter-2.2.2
IMAPFilter is a mail filtering utility. It connects to remote mail servers
using the Internet Message Access Protocol (IMAP), sends searching queries
to the server and processes mailboxes based on the results. It can be used
to delete, copy, move, flag, etc. messages residing in mailboxes at the same
or different mail servers. The 4rev1 and 4 versions of the IMAP protocol
are supported.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 19:13:06 -07:00
Adam Vandenberg
f29d4a513a Add head to ppl 2010-06-04 18:59:54 -07:00
Adam Vandenberg
52f5ee0d5b ppl - fix configure args 2010-06-04 18:57:28 -07:00
Simon Rozet
55e54ec8c2 dwm: link to gist with tips and tricks in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 18:33:15 -07:00
Simon Rozet
e819d05c89 gist: upgrade to 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 18:32:57 -07:00
Adam Vandenberg
08c303dd8c Remove Jake
The preferred way to install Jake is to install Narwhal and then use the
included "tusk" package manager to install Jake as a package.

(Homebrew tries not to replace language-specific packagers.)
2010-06-04 16:05:21 -07:00
Reid Burke
9ffd3b336d Add Jake build tool formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 13:25:24 -07:00
Jordan Curzon
1eb3efc93c Upgraded imagemagick to 6.6.2-2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 10:15:33 -07:00
Jannis Leidel
994592f5bf Added bbcolors formula, a tool to manage color schemes for BBEdit.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 07:11:34 -07:00
Adam Vandenberg
0ee61a45db class-dump 3.3.2 2010-06-03 08:09:53 -07:00
dschobel
881d69f812 added id3tool formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-03 07:04:47 -07:00
David Höppner
22a287cfc8 mpc: depends on pkg-config 2010-06-03 11:25:54 +02:00
Edward George
ee63616db0 New formula: djmount 0.71
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 16:21:04 -07:00
Edward George
dab03e8f7c fix usbmuxd version number used for libs and pkg-config.
also installs libs to lib/ not lib64/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 14:34:12 -07:00
Edward George
ac669ebb7f update usbmuxd to 1.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 13:17:14 -07:00
JR Boyens
f4ed9050d8 Updated ncftp to 3.2.4 and fixed mandir issue
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 11:07:53 -07:00
Martin Kühl
7a87543eb8 New formula: bcpp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 08:58:42 -07:00
Étienne Barrié
8cf70f2f8a Fix man for cowsay/cowthink
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 08:16:44 -07:00
Jason Terk
e37a828be4 New formula: cdrtools
Cdrtools is a set of command line programs that allows to record CD/DVD/BluRay media.

The suite includes the following programs:
cdrecord  A CD/DVD/BD recording program
readcd    A program to read CD/DVD/BD media with CD-clone features
cdda2wav  The most evolved CD-audio extraction program with paranoia support
mkisofs   A program to create hybrid ISO9660/JOLIET/HFS filesystes with optional Rock Ridge attributes
isodebug  A program to print mkisofs debug information from media
isodump   A program to dump ISO-9660 media
isoinfo   A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
isovfy    A program to verify the ISO-9660 structures
rscsi     A Remote SCSI enabling daemon

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 07:51:40 -07:00
Adam Vandenberg
bd3a67ab3b Fix exiftool. Fixes Homebrew/homebrew#1283. 2010-06-02 07:29:14 -07:00
Michel Rasschaert
776da65d2a New formula : iphotoexport
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Updated to 1.6.4
2010-06-02 07:25:14 -07:00
kashif
539331357e install the include files as well.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-02 07:02:26 -07:00
Adam Vandenberg
a52516b517 Update npm md5. Fixes Homebrew/homebrew#1515. 2010-06-02 07:02:05 -07:00
Benjamin Kramer
0b31a8837a Add MacVim formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 21:05:58 -07:00
Rémi Prévost
bd861ecab5 atool 0.37.0
atool is a script for managing file archives of various types (tar,
tar+gzip, zip etc).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 21:04:52 -07:00
Adam Vandenberg
e1d2e79aa9 pbc - remove unused configure switch 2010-06-01 20:42:42 -07:00
Cory T. Cornelius
c948d1c0b4 New formula: pbc_sig
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 20:42:29 -07:00
Adam Vandenberg
364258a8d0 Fix perl path for ghc-asm
Fixes Homebrew/homebrew#1433.
2010-06-01 20:32:15 -07:00
kashif
dcfd7b8403 Added new formula: metis
METIS is a family of programs for partitioning unstructured graphs
and hypergraphs and computing fill-reducing orderings of sparse
matrices.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 19:47:20 -07:00
Roger Jungemann
9c1faadcf0 Added daemontools, a set of server admin utilities.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 19:45:32 -07:00
Cody Soyland
a616193bcb Add rpl formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 19:38:54 -07:00
Torsten Curdt
72ee478320 updated to cassandra 0.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 19:24:48 -07:00
Dane Springmeyer
a2eb323c80 osm2pgsql now requires autogen & OS X patch
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 18:27:43 -07:00
Augie Fackler
fc2b620136 Subversion: flag for building Python bindings
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Added caveats and cleaned up a bit.
2010-06-01 18:24:01 -07:00
Jannis Leidel
6e37e994f6 Updated pip formula to 0.7.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 18:13:30 -07:00
Tim Felgentreff
223bcf5659 Formula for unix2dos added
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 07:46:44 -07:00
Piotr Usewicz
bf83a0b97a Updated collectd to 4.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 07:45:30 -07:00
Jannis Leidel
0e6f7b599f Added logfile paths to redis startup script.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 07:44:44 -07:00
David Höppner
bb01b0d9b6 New formula vcdimager
GNU VCDImager is a full-featured mastering suite for authoring,
disassembling and analyzing Video CDs and Super Video CDs
2010-06-01 10:07:04 +02:00
Corey Donohoe
9f58f8dc1e add an npm formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-31 17:50:03 -07:00
Aku Kotkavuo
408665c9e2 Update formula node.js to 0.1.97
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-31 17:48:49 -07:00
Aku Kotkavuo
5393f8eb9c Update formula rlwrap to 0.37
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-31 17:48:39 -07:00
Luke Amdor
beb6757e32 Updating sbt to 0.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-31 12:36:26 -07:00
Tuk Bredsdorff
dadf1194d0 Colorsvn 0.3.2
Colorsvn is the Subversion output colorizer.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-30 13:06:22 -07:00
Adam Vandenberg
b479676384 ImageMagick - add '--use-wmf' switch.
WMF seemingly won't compile for a lot of people. Rather than repeatedly
fight this issue, make WMF an option for this formula:
    brew install imagemagick --use-wmf

If someone can get WMF compiling for everyone, please patch and add a note
to:
    http://github.com/mxcl/homebrew/issues/issue/885
2010-05-30 13:02:15 -07:00
Adam Vandenberg
339f0e310b gnu-sed - remove unused configure switch 2010-05-30 11:59:20 -07:00
Adam Vandenberg
d23868329a Update fossil to 20100521 2010-05-30 11:23:15 -07:00
Andrew Kraut
90f624b370 Added formula for fping 2.4b2_to-ipv6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Fixed man path
2010-05-30 11:09:57 -07:00
Steven Sartorius
f0a8c07d78 Modify geeqie to use exiftran.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-30 11:06:41 -07:00
Steven Sartorius
fd913218db New formula: fbida. Adds exiftran to do lossless jpeg transformations.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-30 11:06:41 -07:00
Adam Vandenberg
85791da9c8 exiv2 - remove unused configure switch 2010-05-30 11:06:36 -07:00
Adam Vandenberg
4a3d647409 libexif - remove unused configure switch 2010-05-30 11:06:36 -07:00
David Höppner
d7452a8baf cclive: update version to 0.6.3 2010-05-30 11:46:41 +02:00
David Höppner
70b9d72eac quvi: update version to 0.2.0 2010-05-30 11:44:36 +02:00
Jean-Sebastien Ney
4efb7cedae New formula libev
A full-featured and high-performance (see benchmark) event loop that is
loosely modelled after libevent, but without its limitations and bugs.
It is used, among others, in the GNU Virtual Private Ethernet and
rxvt-unicode packages, and in the Deliantra MORPG Server and Client.

Signed-off-by: David Höppner <0xffea@gmail.com>

* new commit message
2010-05-30 11:25:33 +02:00
Corey Donohoe
8fe3bb0ef7 add a launchctl script for redis-server
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-29 18:07:16 -07:00
Blake
9423dba851 Fixed leiningen MD5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-29 17:52:53 -07:00
Michaël Larouche
60f459ee3c Add libvorbis to the dependencies of sdl_mixer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-29 09:44:25 -07:00
Faisal N. Jawdat
b45d93e89d ruby formula can install from 1.9.2 dev branch by using --HEAD flag 2010-05-29 12:45:06 +01:00
Jose Diaz-Gonzalez
a1dc8559f8 Correcting name of News.txt to NEWS.txt to support case-sensitive file-systems
Signed-off-by: David Höppner <0xffea@gmail.com>

* Fixes Homebrew/homebrew#1481
2010-05-29 13:02:40 +02:00
Julian Stahnke
cb037c38d6 elasticsearch 0.8.0
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-05-29 12:50:52 +02:00
Travis Cline
d5a61d0674 New formula parallel
paralell is a utility to build and execute shell command lines from standard input in parallel

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-28 13:45:52 -07:00
Adam Vandenberg
9b62b403f4 gforth 0.7.0 2010-05-28 13:45:09 -07:00