Commit graph

2733 commits

Author SHA1 Message Date
David Albert
31f4fea96b Updated fossil to latest version
Current version as of this commit is 20100703153359

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-19 22:29:17 -07:00
Nathaniel Talbott
7807d38a17 Formula for MzScheme
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-19 14:56:52 -07:00
Nathaniel Talbott
9b2f3119a6 Add support for ssdeep.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-19 14:49:00 -07:00
Benjamin Fritsch
4c053733d7 updated node to 0.1.101
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-19 12:08:28 -07:00
Alex Rea
941a675002 aalib no longer gives top level manpage error
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-19 06:28:28 -07:00
Adam Vandenberg
cd6f06a0fe Update leiningen to 1.2.0 2010-07-18 15:11:41 -07:00
Adam Vandenberg
c7d1617497 R - add gfortran notes to caveats 2010-07-18 11:22:26 -07:00
Chris Hoffman
5adc6977cb Update nginx formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-18 11:16:49 -07:00
Kashif Rasul
2ab81654fa Updated glew to 1.5.5
GLEW 1.5.5 fixes minor bugs and adds new extensions.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-18 10:01:58 -07:00
Martin Kühl
c6169edcc5 Upgraded formula: tmux 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-18 10:01:21 -07:00
Richard Hurt
949cf523b8 Added Geany text editor
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-18 09:14:02 -07:00
Adam Vandenberg
944be22b67 Fix PYTHONPATH in PyQT - Fixes Homebrew/homebrew#1885 2010-07-18 08:38:16 -07:00
Tojek Anselm
762a071707 Update and fix tintin.rb
Updates to upstream version 2.00.2. Now declares 'pcre' as a package
dependency. Patches Makefile.in such that brew's environment variables, namely
CPPFLAGS and CFLAGS, are passed to autotools.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-17 21:17:35 -07:00
Martin Kühl
cc9361b2a3 Make gfortran only report errors on install.
As is, the gfortran formula reports an Error when no compatible Xcode
version is available, but does so even in cases when it is neither
installed nor in the process of being installed. For example, `brew
outdated` reports the error, just because it needs to load the formula
to check its version.

This changeset delays the error message until someone tries to install
the formula. The version and URL are determined solely by checking the
OSX version.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 17:40:38 -07:00
Curtis J Schofield
6d70be7a77 md5 was backwards
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 17:36:13 -07:00
Adam Vandenberg
ac31e4e60a Fix lua.pc
Fixes Homebrew/homebrew#1876
2010-07-16 14:19:14 -07:00
Adam Vandenberg
57189d3f97 Hotfix gfortran to not break Homebrew when user doesnt have a compatible Xcode installed. 2010-07-16 11:50:52 -07:00
Stuart Carnie
eb2ff6087e Updated to 9.13. Default to 64/32-bit compile appropriately, with --32-bit override
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 11:42:30 -07:00
Matt Ball
d76ed7d160 Added mediainfo formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Renamed per Homebrew naming convention
2010-07-16 11:12:24 -07:00
Mark McGranaghan
359aa0ecd2 New formula for FleetDB 0.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Rename per Homebrew convention
2010-07-16 10:38:48 -07:00
Adam Vandenberg
c0e59c77be Fix man path for pth 2010-07-16 10:19:08 -07:00
Damon McCormick & Cameron Walters
256df997ee New formula for GPG-Agent install from GPG 2.0 package.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 10:15:31 -07:00
Adam Vandenberg
0b7c9e104c Update homepage for libgcrypt 2010-07-16 10:14:58 -07:00
Damon McCormick & Cameron Walters
cf08313317 New formula for GPG pinentry program.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 10:10:02 -07:00
Adam Vandenberg
7ef7eda51d Tweaks for libgpg-error 2010-07-16 10:10:02 -07:00
Adam Vandenberg
0d707e47f8 Tweaks for libksba 2010-07-16 10:09:52 -07:00
Adam Vandenberg
4b1a0dd653 Tweaks for libassuan 2010-07-16 10:09:52 -07:00
Adam Vandenberg
49e9576ae4 Update r to homebrew style 2010-07-16 09:09:57 -07:00
Matt Ball
a3e850bf17 Formula for the R programming language
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 09:09:57 -07:00
Adam Vandenberg
56cae725c7 Update fortran to homebrew style 2010-07-16 09:09:57 -07:00
Charlie Sharpsteen
3df513b7fd New formula for installing gfortran 4.2.4 binaries
This formula enables preliminary support for Fortran-based brews in the
Hombrew project by providing a Fortran compiler- specifically a build of
gfortran 4.2.4 that incorporates Apple's patches to GCC.

These gfortran 4.2.4 binaries were created to support the compilation of
Fortran code used by the R Project for statistical computing by Simon
Urbanek and are sourced from:

  http://r.research.att.com/tools

The compilers are somewhat tied to specific versions of the XCode tool
chain. Therefore XCode version 3.1.4 is required on OS X 10.5.x and
XCode 3.2.2 is required on OS X 10.6.x for installation to take place.

Please read the caveats section of this brew for notes concerning the
creation of Fortran-based brews.

For more discussion concerning Fortran support in Homebrew see:

  http://github.com/mxcl/homebrew/issues/issue/72

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 09:09:57 -07:00
Adam Vandenberg
8c56f544b7 Add ARGV.build_head? and use it.
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
2010-07-16 09:09:39 -07:00
Michael Hale
417795eeb6 amazon web services cloudwatch formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:54:18 -07:00
Michael Hale
2bba8a05b4 amazon web services autoscaling formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:54:14 -07:00
Martin Kühl
920933b64f Updated formula: remind 03.01.09.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:41:05 -07:00
Nate Stedman
5d182df782 Update vala formula to 0.9.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:36:44 -07:00
Yacin Nadji
8862d99c8d New formula: netsed
NetSED is small and handful utility designed to alter the contents of packets
forwarded through your network in real time.

It is useful for network hackers in following applications:

* Black-box protocol auditing - whenever there are two or more propriety boxes
communicating over an undocumented protocol, it is possible to enforce changes
in ongoing transmissions. This helps to test if the tested application is
secure.

* Fuzz-alike experiments, integrity tests - whenever you want to test
stability of the application and see how it ensures data integrity.

* Other common applications - fooling other people, content filtering etc.,
choose whatever you want to.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:34:35 -07:00
Victor Castell
0c516ed627 Added drush + drush make formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:32:03 -07:00
Jake Bell
05fa53eccc Updating task to 1.9.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 17:16:50 -07:00
Stein Magnus Jodal
2c945ad57c New formula: liboil
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 09:57:18 -07:00
Adam Vandenberg
f63dc13e99 Fix mandir for recode 2010-07-15 09:37:11 -07:00
Adam Vandenberg
70f499fdb4 Fix mandir for aview 2010-07-15 09:37:07 -07:00
Alex Rea
ef4c9519a8 New plowshare.rb based on that from rybesh
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 09:36:03 -07:00
Ronny Haryanto
1139016a1b added new formula for talkfilters 2010-07-15 09:17:19 -07:00
Alexander Chernyshev
c4a7ac496e Added a formula for bsdiff 2010-07-15 09:06:30 -07:00
Jannis Leidel
768789aca2 Updated distribute formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 08:58:53 -07:00
Devin Weaver
1f0b50cadd Update Formula: avanor
The data directory was incorrectly assigned. This will fix the problem
were the help files can not be found.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 08:15:30 -07:00
Adam Vandenberg
ef44802988 Update Pianobar
* Peg to a stable revision
* Now uses make instead of cmake
2010-07-15 07:11:41 -07:00
minusfive
ac53338413 - Upgrated taglib to 1.6.3
- Commented out 'cmake' from dependencies

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 07:05:28 -07:00
Jannis Leidel
892869aa56 Fixed pip's default storage dir.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 07:01:35 -07:00
Jannis Leidel
d17cf048d5 Fixed compilation of mad formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15 06:59:59 -07:00
Adam Vandenberg
297b747090 Cmake 2.8.2 2010-07-14 21:50:29 -07:00
Adam Vandenberg
4d3f990bda Fix name of GNU Typist 2010-07-14 17:37:00 -07:00
Devin Weaver
f37f10b353 Adds New Formaula: avanor
Avanor is a (not so) quick-growing roguelike game with easy
    ADOM-like user interface

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 17:05:40 -07:00
hpoydar
5d28cd4f29 Added GNU Typist v2.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 17:04:42 -07:00
Stein Magnus Jodal
4a8e2f0e8e New formula: gstreamer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 15:46:22 -07:00
Ilmari Vacklin
6cd484084f Update Scala to 2.8.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 11:17:19 -07:00
Adam Vandenberg
15376720c0 Fix shell-fm md5 (again?) 2010-07-14 09:19:21 -07:00
Caleb Land
64b0426c60 update couchdb to 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 09:12:46 -07:00
Peter Aronoff
ef5ee117a1 Add optional configure flag for Last.fm support in mpd
As of mpd 0.15, mpd provides experimental native support for Last.fm radio.

This commit adds an optional configure flag (--lastfm) to give Homebrew
users a chance to try it out. (I'm using it here with good results.)

See http://mpd.wikia.com/wiki/Last.fm_Radio for more details about how to
use Last.fm with mpd if enabled.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 08:43:02 -07:00
Frank DENIS
eb204999b2 Add a formula for the Jed editor.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 07:20:41 -07:00
benderydt
9939dd6ba7 Change the .plist to a working launchd example. <http://github.com/mxcl/homebrew/issues/issue/1841>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 17:24:08 -07:00
Adam Vandenberg
aa1a852423 Bump versions of pyqt and sip 2010-07-13 14:07:54 -07:00
Adam Vandenberg
becb45073b Fix MD5 for npm 0.1.19 2010-07-13 09:09:57 -07:00
Horst Gutmann
cf100c7fe7 Added dotless-1.1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 08:33:46 -07:00
Adam Vandenberg
40446cc7fa Bump cppcheck to 1.43 and stop stripping. 2010-07-13 08:07:57 -07:00
Nick Stenning
c4b101b6cc New formula: jsdoc-toolkit 2.3.2
Add a formula for the Jsdoc Toolkit, an application for automatically
generating template-formatted, multi-page HTML documentation from commented
Javascript source code.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 08:03:31 -07:00
Chris Hoffman
425592fcc5 Have nginx save state between installs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 07:58:18 -07:00
Adam Vandenberg
ec96bf2e8f ffmpeg - clear pinned revision on HEAD now that we build 0.6 stable 2010-07-13 07:54:47 -07:00
Martin Kühl
5387794450 Updated formula: ffmpeg 0.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 07:51:29 -07:00
Wes Oldenbeuving
dc29f84e62 x264 runs version.sh to set its version and allow ffmpeg to compile against it
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 07:51:18 -07:00
Adam Vandenberg
e8e8dc1f28 Link "emacs" binary into bin even for a Cocoa app. 2010-07-13 07:49:36 -07:00
Adam Vandenberg
dd7d28d42b Add x11 option to emacs 2010-07-13 07:44:01 -07:00
Joshua Peek
e827344c11 update coffee-script to 0.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-12 16:16:50 -07:00
Sebastian Cohnen
c7be5bd79f New formula for Tsung, the open-source multi-protocol distributed load testing tool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-12 11:57:39 -07:00
Adam Vandenberg
285115851d Tweak cdargs
* Remove "FileUtils." prefix; it is included in formula.rb
* Remove silly path concatenation
2010-07-12 10:38:17 -07:00
Kalin Harvey
c5db34e47f updated qpdf to version 2.1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-12 10:01:34 -07:00
Eric Christopher
d5c2695375 Update deja-gnu to specify a mandir.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Also fix install for >2 cores.
2010-07-12 08:35:39 -07:00
Nelson Tam
3a08cd4571 New formula: openocd (#1831)
openocd is an open-source On-Chip Debugger software package.  It is commonly
used in embedded software development.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-12 08:33:41 -07:00
Pierre Riteau
a7a79c7069 Fix mandir for pwgen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-12 08:33:32 -07:00
Jay Soffian
474181174c Added formula for djbdns-1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-10 20:21:36 -07:00
Lee Packham
d47d355cb5 makensis 2.46
(includes everything from NSIS 2.46, plugins and extensions and the like).
Basically only makensis can cross-compile. Then you need all the Win32 DLLs
from the binary distribution. That is what I've done here.

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

* Added aka
2010-07-10 13:40:03 -07:00
Adam Vandenberg
a12405b1b1 ocaml - Install libraries into lib/ocaml/site-lib
Made the "site-lib" folder a real folder, similar to how the Python brews work.
This will allow other ocaml softare to be built into this location instead of directly
into ocaml's Cellar.
2010-07-10 13:36:15 -07:00
Devin Weaver
acae1d1eef New Formula: wtf
The wtf utility displays the expansion of the acronyms specified on
    the command line.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-10 09:47:18 -07:00
Martin Kühl
dc94cb46d4 New formula: xmlto
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-10 09:40:41 -07:00
Martin Kühl
9d000d5f51 New formula: getopt
The GNU version of getopt, required for tools like xmlto.

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

* Renamed formula to "gnu-getopt" since it shadows the BSD getopt
* Made keg-only for same reason as above
2010-07-10 09:40:29 -07:00
Charlie Sharpsteen
b49d1d15e2 New formula for SuiteSparse
SuiteSparse is a collection of C and C++ routines designed for sparse
matrix operations.  Among other things, it is used to drive some
routines in the SciPy library.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-10 08:04:57 -07:00
Simon COURTOIS
89c995e008 eyeD3 0.6.17
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time, etc.)
is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.

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

* Install privately to libexec and link the script into bin
2010-07-10 07:41:16 -07:00
Lee Packham
112c01a5a3 Update Xapian to 1.0.21
* Fix extension build for python 2.7

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-10 07:23:19 -07:00
Swaroop C H
9b07e19755 Adding formula for Clay language 2010-07-09 23:14:45 -07:00
Adam Vandenberg
4ac187b2b7 Tweaks to Python 3.x
Take features from Python (2.x) formula up to the Python 3.x formula.
2010-07-09 23:06:57 -07:00
Adam Vandenberg
652b29222b Tweaks to Python 2.x 2010-07-09 23:06:49 -07:00
Jannis Leidel
62985e9f91 Bumped Python version up to 2.7.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 20:38:36 -07:00
Brett Cannon
77a8b25638 Add a formula for Python 3 (specifically 3.1.2).
Based off of the Python 2.6.5 formula. Minor comment tweaks along with adding
an extra performance flag that works under both gcc and LLVM.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 20:38:14 -07:00
George Macon
b7b35bed5c Silence warning during brew search.
The warning concerns improper use of parentheses
in the rdiff-backup formula.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 19:32:08 -07:00
Adam Vandenberg
8bbca11387 Reformat boost a bit 2010-07-09 16:36:52 -07:00
Aku Kotkavuo
515a0c3399 Updated formula: boost 1.43.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 16:19:57 -07:00
Jeff Putsch
07f94fe678 Added formula for lmutil
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 16:18:15 -07:00
Joe Shaw
e9319521af add new getmail formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Bump to 4.20.0
* Install to libexec and link scripts into bin
2010-07-09 15:56:28 -07:00
Adam Vandenberg
2c32eb5693 ActiveMQ 5.3.2 2010-07-09 15:34:49 -07:00
Adam Vandenberg
6496e51a62 Cleanup ipcalc 2010-07-09 13:03:46 -07:00
Adam Vandenberg
3000656319 Clean up xml2rfc formula. 2010-07-09 12:47:57 -07:00
Adam Vandenberg
7572451cbc git-flow - remove git dependency comments 2010-07-09 12:07:40 -07:00
lukas
618d05b27d added wkhtmltopdf 0.9.9 (depends on qt)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 09:17:21 -07:00
Adam Vandenberg
5aa6305da2 Update mad for newer Macs.
Mad won't brew on arrandale CPUs, so include a submitted patch.
While we're at it, enable 64bit where appropriate.
2010-07-09 09:02:56 -07:00
Florian Sowade
5136f7de90 New Formula open-vcdiff
An encoder and decoder for the format described in
RFC 3284: "The VCDIFF Generic Differencing and
Compression Data Format".

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 06:59:15 -07:00
Ariejan de Vroom
e95204a1c0 Bumped lame to 3.98.4. Fixes issues with 'output buffer too small' when encoding mp3 audio with ffmpeg.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 06:57:36 -07:00
Chris Hoffman
9f4c6ec4f0 Change nginx head, make nginx use homebrew installed pcre, and check for -H flag
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 06:56:26 -07:00
Max Howell
0c4e6e8d88 Last.fm CLI Fingerprinting Client formula
A tool to return probable metadata for MP3 files
2010-07-09 09:03:29 -04:00
Adam Vandenberg
798146a7fa Improved Subversion support.
Homebrew will now use the svn binary pointed to by HOMEBREW_SVN if set,
use a Homebrew-installed svn if present, finally falling back to the
system-provided svn binary.

If a formula (mplayer) requires a newer version of Subversion than what
Leopard provides, it can use the "StrictSubversionDownloadStrategy"
download strategy to warn the user.

These changes also fix an issue with forcing exports not working on a
stock Leopard subversion, but letting the user either specify a specific
binary or install Subversion via Homebrew and pick that up instead.
2010-07-08 22:45:03 -07:00
Adam Vandenberg
3aa0bba3bc moxi - fix indentation 2010-07-08 22:40:39 -07:00
Michael Hale
de424f2932 formula for s3backer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 20:01:59 -07:00
Josh Owens
e52a5af7e7 New formula: moxi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 19:59:05 -07:00
Blake Smith
7ca322e70f Add gnupg dependency for duplicity encryption backup
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 15:48:24 -07:00
JR Boyens
9dda9975d2 Upgraded Grails to 1.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 13:45:15 -07:00
Adam Vandenberg
2c9c7c0dd2 smlnj - nuke existing targets list first
Fixes Homebrew/homebrew#1806
2010-07-08 13:06:10 -07:00
Adam Vandenberg
ad8eea1bd0 Add pcre hack to nginx
Nginx sometimes needs to find PCRE in /usr/local/lib even though
it links against the system library in /usr/lib. The upstream
configure scripts really ought to be fixed.
2010-07-08 10:03:02 -07:00
Pierre Riteau
57cd5ed65a New formula: s3cmd
S3cmd is a command line tool for uploading, retrieving and managing
data in Amazon S3. It is best suited for power users who don't fear
command line. It is also ideal for scripts, automated backups
triggered from cron, etc.

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

* Install privately to libexec
2010-07-08 09:58:40 -07:00
Eero Saynatkari
329f91ceaa Formula for OfflineIMAP (6.2.0).
* The maintainer is changing so for now the distribution is
  from my repository clone.

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

* Install privately into libexec instead of touching any
  site-packages
2010-07-08 09:29:43 -07:00
Martin Kühl
e6e5503028 New formula: moreutils.
We skip the man pages because building them requires docbook.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 09:11:26 -07:00
Steven Sartorius
20e4a405ee rdiff-backup
rdiff-backup backs up one directory to another, possibly over a network. It's
a python script which I installed using the '--local' switch. This will create
a 'site-packages' folder under ~/.local/. Don't know if this is the approved
homebrew approach but it works for me.

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

* Install privately into libexec and link scripts into bin.
  This way we don't touch any site-packages folders.
2010-07-08 09:03:51 -07:00
Lars
b9cc1c4739 Updated formula: dovecot 1.2.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 08:29:15 -07:00
Chris Hoffman
8648241a9b Updated cherokee to 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08 07:22:02 -07:00
Adam Vandenberg
283369f80f Update SML-NJ
The existing SML-NJ formula does all sorts of nasty things, like spewing
ML files into lib and polluting bin with hidden dot-folders.

Instead of removing it just yet, making it install into libexec.

If you can improve this formula, go for it, otherwise it might be retracted
in the future.
2010-07-07 22:11:09 -07:00
Joshua Suggs
5d99f5a0b0 Changed ruby-odbc formula for Snow Leopard
* modify the makefile so that it is only compiled as x86_64. This fixes issue
  where ruby-odbc would choose iODBC over unixODBC.

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

* Bumped to latest verison
* Only apply fix to 64-bit Snow Leopard
2010-07-07 21:55:20 -07:00
luckow
42fcca1b37 New formula: saga-cpp
SAGA is an API that provides the basic functionality required to build
distributed applications, tools and frameworks so as to be independent of the
details of the underlying infrastructure.

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

* Don't depend directly on PostgreSQl, so the user can use a non-Homebrew
  version of the database. But warn if we can't find a pg-config.
2010-07-07 21:26:00 -07:00
Seth Chisamore
9ff6dfd008 added formula for install Sproxy
Sproxy is a complimentary tool for the load testing tool Siege. Sproxy is the
[S]iege[proxy], a tool designed to harvest URLs to a urls.txt for the Siege
http/https regression tester. Sproxy is designed to work like a regular http
proxy. It listens for http requests on port 9001 (default) and it returns
requested content to the web browser while it writes the URL along with any
GET requests and/or POST data to a file for Siege.

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

* Fix man file location.
2010-07-07 20:51:57 -07:00
Rémi Prévost
6ad622573a abfind 0.1
ABFind is a Public Domain command-line tool that lets you search your
Address Book.

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

* Compile from source
2010-07-07 20:36:50 -07:00
Adam Vandenberg
4c65186657 Redact FileZilla formula.
FileZilla requires wxWidgets 2.8.x, which doesn't compile 64-bit
on Snow Leopard. The upcoming wxWidgets 3.0 will compile 64-bit at
some point, but software will need to be ported forward to use it.

Since compiling FileZilla from source is of dubious benefit over
downloading the .app, removing the formula for now.

Fixes Homebrew/homebrew#926
2010-07-07 20:25:33 -07:00
Trek Glowacki
e2e2799b77 New Formula: DBSLayer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* And warning and caveats about MySQL dependency.
2010-07-07 17:29:36 -07:00
Martin Kühl
affc966355 New formula: sic.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-07 14:21:18 -07:00
Adam Vandenberg
61afbabc6e Fix nspr on 32-bit machines. 2010-07-07 13:02:40 -07:00
Jon Gretar Borgthorsson
486d9ac5c0 New formula: pincaster
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-07 08:12:40 -07:00
Matt Rogers
7e67542659 Update rasqal:
* Remove --disable-debug from the configure line.
* Patch rasqal's configure script to do a proper comparison

The configure script was checking the variable that had dots in the version
number, which blew up the comparison and kept the rasqal configure script from
finding the just brewed version of raptor.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-07 07:31:18 -07:00
Adam Vandenberg
140486971c ImageMagick 6.6.3-0 2010-07-07 07:29:57 -07:00
Ronny Haryanto
2782664cfb added jpegoptim formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-07 07:29:56 -07:00
Mike Arthur
803fe91881 Readd needed libQtUiTools_debug files.
Found something which needed these files in order to build so readd
them into the formula.
2010-07-07 14:13:58 +01:00
Adam Vandenberg
13201b7318 Update formula to use Debian version style
* Debian downloads have ".orig" in the tarball name. Now that
  Pathname supports this style, remove explicit versions from some brews.
2010-07-06 13:17:59 -07:00
Adam Vandenberg
92a3f78cc2 npm - fix MD5 2010-07-06 13:02:43 -07:00
Martin Kühl
3d8b337a9a Updated formula: npm 0.1.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-06 12:38:05 -07:00
Jannis Leidel
97a45a4e9e Updated bash-completion formula to 1.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-06 09:59:57 -07:00
Adam Vandenberg
338d4f475d fop - link shell script into bin 2010-07-06 07:52:37 -07:00
Donald Ephraim Curtis
bb7479d680 fftw - check for gfortran before disabling it.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-06 07:31:22 -07:00
Adam Vandenberg
18ebe53dc8 Add explicit version to scons 2010-07-06 07:27:39 -07:00
Adam Vandenberg
9815a95142 Chocolate Doom 1.3.0 2010-07-06 07:18:42 -07:00
Adam Vandenberg
d17510f0dc bash-completion 1.2 2010-07-06 07:18:32 -07:00
Brett Cannon
8715e51547 Update SCons to 2.0.0.final0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 21:03:15 -07:00
pablo flouret
5095348a8d renameutils formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 17:00:32 -07:00
Peter Aronoff
be3c716b2c A Perl-based renaming script - better than mv
This is simply a (slightly) packaged up version of Aristotle Pagaltzis rename
script (which is in turn based on the Debian rename script by Larry Wall and
others).

rename provides for more powerful renaming via Perl's support for regular
expressions. This version also provides some handy built-in utility functions.
For example, you can quickly upcase or downcase file names, as well as removing
unsafe/non-standard characters from filenames.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 16:59:55 -07:00
Dane Springmeyer
27f40df496 osm2pgsql no longer needs patch as svn breakage was fixed
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 16:44:58 -07:00
Kashif Rasul
5299227410 Fixed typo in spatialite-tools formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 16:42:49 -07:00
Adam Vandenberg
3482e42df4 Fix spring-roo url 2010-07-04 11:20:19 -07:00
Adam Vandenberg
0b45376e70 Libevent 1.4.14b 2010-07-04 11:03:22 -07:00
Adam Vandenberg
064556e910 couchdb-lucene version 0.5.3 2010-07-04 10:44:51 -07:00
Kashif Rasul
65597befa7 Updated gpsbabel to 1.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-04 08:05:37 -07:00
Adam Vandenberg
50b71eb8a2 Pip - use pip.conf as the settings file (not .ini) 2010-07-04 07:58:37 -07:00
Adam Vandenberg
99da044d37 Apache Tomcat 2010-07-03 23:04:32 -07:00
Adam Vandenberg
24cfa2c498 nmap - tighten up formula 2010-07-03 22:37:48 -07:00
Adam Vandenberg
870d51bdfc Add Python caveats to duplicity. 2010-07-03 22:18:26 -07:00
Adam Vandenberg
73994d22b1 librsync - fix mandir 2010-07-03 22:17:12 -07:00
Tom Dunham
9ce5102589 PIL 1.1.7
The Python Imaging Library (PIL) allows Python to manipulate images.

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

* Added as a formula because installing using pip does not pick up
  many optional but useful dependencies.
2010-07-03 21:55:34 -07:00
Adam Vandenberg
251f73aa5a Blacklist setuptools in favor of distribute. 2010-07-03 21:55:34 -07:00
Adam Vandenberg
3d641c7919 Update pip formula.
"brew install pip" now only works with a Homebrew-provided Python, and installs
directly into that Python's cellar.

This brew, by design, will only install against a Homebrew-built
version of Python, with instructions for installing
distribute against a custom Python.
2010-07-03 21:55:34 -07:00
Adam Vandenberg
fafad4e7af Add formula for Distribute for Python.
"Distribute" is a "setuptools" replacement for Python, and is
a prequisite for "pip". Homebrew suggests using pip to install
Python modules required by a few brews.

This brew, by design, will only install against a Homebrew-built
version of Python, with instructions for installing
distribute against a custom Python.
2010-07-03 21:55:33 -07:00
Adam Vandenberg
28d5982e4b Python - update formula
Many updates and (hopefully) improvements to the Python formula, including:
* Build as shared by default.
* Better handling of Framework builds.
* More reasonable Homebrew+site-packages support.
* Documentation (as a comment in the formula)
2010-07-03 21:55:33 -07:00
Brian McKelvey
5190072e2b Updating haproxy formula to newest version 1.4.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 14:23:01 -07:00
Adam Vandenberg
134564a379 Update pango to 1.28.1 2010-07-03 14:00:03 -07:00
Martin Kühl
7872cdf9d4 New formula: docbook2x.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:43:35 -07:00
Martin Kühl
af1e48e523 New formula: docbook.
DocBook is XML. A lot of XML.
Unfortunately, to some people, it is still used by a lot of projects,
like git, to generate their documentation, and not all of these, like
everything except git, provide pre-built documentation for download.

This formula installs all currently released docbook-xml and the most
recent docbook-xsl package and stuffs them all in the Cellar. In
addition, a script is provided that registers all of these packages in
the global XML catalog, as noted in the caveats.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:29:54 -07:00
Martin Kühl
a2f00595a0 Updated formula: node 0.1.100
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:26:19 -07:00
Martin Kühl
e33396e3f6 Updated formula: npm 0.1.18
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:26:16 -07:00
Taybin Rutkin
75c5eaf001 add formula for jack-audio-connection-kit
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:25:59 -07:00
Simon COURTOIS
8a11a694d4 Adding a --unicode-path option to subversion
Inspired from the +unicode_path variant of the Macports subversion package.
This option activates a patch to enable Mac OS X unicode paths handling.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:16:22 -07:00
Kyle Fuller
d4ac5e3f58 Update formula znc to 0.092
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:15:20 -07:00
Martin Kühl
10ac953eb8 New formula: smartypants.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 19:50:27 -07:00
Martin Kühl
93244bda21 Add HEAD support for formula leiningen.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 19:50:03 -07:00
Jonathan Groß
e4919bcac9 new formula: mailtomutt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Cleaned download URL
* Tweaked caveats
2010-07-02 19:33:39 -07:00
Ches Martin
09fc555100 New formula: kumofs 0.4.8
Kumofs is a simple and fast distributed key-value store, with Tokyo
Cabinet-backed storage and memcached protocol compatibility. Data is
partitioned and replicated over multiple servers with automatic
rebalancing.

http://kumofs.sourceforge.net/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 19:26:43 -07:00
Tim Kersey
9d732bf701 New Formula: GOCR
GOCR is an OCR (Optical Character Recognition) program, developed under the
GNU Public License. It converts scanned images of text back to text files.
Joerg Schulenburg started the program, and now leads a team of developers.
GOCR can be used with different front-ends, which makes it very easy to port
to different OSes and architectures. It can open many different image formats,
and its quality have been improving in a daily basis.

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

* Fixed man install path
2010-07-02 19:18:46 -07:00
Daniel Salber
78d82376d1 Formula for httrack website copier.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 19:09:32 -07:00
Doug Fritz
05e0be4aae updated zeromq to version 2.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 19:03:41 -07:00
Adam Vandenberg
fd213f42ea Ghostscript - tweak deps
* Can use libtiff
* Uses internal jasper instead of HOMEBREW one
2010-07-02 13:04:28 -07:00
David Höppner
4d15db14d5 New formula openjpeg
The OpenJPEG library is an open-source JPEG 2000 library developed
in order to promote the use of JPEG 2000.
2010-07-02 20:02:12 +02:00
Yacin Nadji
121eaf4192 Add new formula: grepcidr
grepcidr can be used to filter a list of IP addresses against one or more
Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks
specified by an address range. As with grep, there are options to invert
matching and load patterns from a file. grepcidr is capable of comparing
thousands or even millions of IPs to networks with little memory usage
and in reasonable computation time.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 09:33:03 -07:00
Adam Vandenberg
1be221b651 Nginx - force linking against system PCRE library 2010-07-02 09:30:46 -07:00
Jan Berkel
c14dfa153c Updated app-engine-java-sdk formula (1.3.5)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 09:28:11 -07:00
Adam Vandenberg
8030ca706f libnet - use stable download and fix configure process for OS X 2010-07-02 08:40:04 -07:00
Alec Thomas
c67e37edf5 Redis head moved source.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 07:36:24 -07:00
Dennis Krupenik
20caeed785 updated formula: nginx head to 0.8.43
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 07:34:00 -07:00
Kyle Fuller
185d18a192 Update formula irssi to 0.8.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02 07:31:12 -07:00
Devin Weaver
4b48a9ea01 Adds new formula: boxes
http://boxes.thomasjensen.com/

    /*       _\|/_
             (o o)
     +----oOO-{_}-OOo----+
     | boxes draws any   |
     | kind of boxes     |
     | around your text! |
     +------------------*/

A simple text filter that will add boxes of ASCII text around the
filtered text.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-01 23:23:04 -07:00
palxex
08caeac364 Add adplug 2010-07-01 23:15:59 -07:00
palxex
396de29a49 Add libbinio 2010-07-01 23:11:32 -07:00
Adam Vandenberg
a061c0df1a Add magit as separate brew at 0.8.1. 2010-07-01 21:40:11 -07:00
Luke Amdor
b247fb71d2 Not including magit when building emacs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-01 21:36:07 -07:00
Adam Vandenberg
ba6579b5fb Update coreutils to 8.5 and silence constant warning. 2010-07-01 19:03:04 -07:00
Mark A. Matienzo
f1e1d715ae Upgrade yaz to 4.0.10
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-07-01 20:18:24 +02:00
David Höppner
9b344b9cb2 libgpg-error: update version to 1.8 2010-07-01 19:46:42 +02:00
Adam Vandenberg
6332dc0440 Patch Spidermonkey to export 2 date functions used by MongoDB.
When compiling MongoDB from source, it relies on 2 date functions
which are not exported in the version of SpiderMonkey provided by Homebrew.
Homebrew itself uses binary MongoDB installs, but we include this patch
to allow manual compiles of MondoDB.
2010-07-01 09:44:27 -07:00
Adam Vandenberg
bac3c48d55 Update rrdtool to 1.4.3.
Also adds a (failing) test for the Ruby support.
2010-07-01 09:20:32 -07:00