Commit Graph

2130 Commits (556fbdf470208300d7612a219578f29ac8ee258d)

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