Commit graph

4076 commits

Author SHA1 Message Date
Mike McQuaid
5fe8207fc3 Update couchdb-lucene to 0.6.0.
Closes Homebrew/homebrew#3287.
2011-01-06 22:48:02 +00:00
Adam Vandenberg
a5c1fe6bc6 uptimed - don't strip 2011-01-06 11:01:55 -08:00
David Waite
4c7ced3e96 Upgrade git to version 1.7.3.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-06 09:47:16 -08:00
Mike McQuaid
8f0e23cf70 Update D-Bus to 1.4.1. 2011-01-05 12:28:18 +00:00
Charlie Sharpsteen
6e27cb2cb2 Update SuiteSparse to version 3.5.0 and add alias
Makefile patch has been replaced by an inreplace block as it is easier to
understand.

`umfpack` is now aliased to `suite-sparse`.  UMFPACK is the SuiteSparse
component that most people look for as it is a SciPy dependency.

Closes Homebrew/homebrew#3814.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-04 21:43:03 +00:00
Justin Clift
151d70c435 Updated formula: libvirt
Updated for new 0.8.7 upstream release of libvirt.

Closes Homebrew/homebrew#3813.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-04 17:21:13 +00:00
Mike McQuaid
f97623039b Cleanup up exodriver formula universal changes. 2011-01-04 16:23:45 +00:00
Tokuhiro Matsuno
eaa032dd05 upgrade to groonga 1.0.6
Closes Homebrew/homebrew#3812.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-04 12:26:36 +00:00
Ian
df0654cf6b added --universal option to exodriver formula
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-04 12:17:08 +00:00
Adam Vandenberg
68a6e10368 sdf - fix audit warning 2011-01-03 12:21:00 -08:00
Adam Vandenberg
eff831ba00 Update swi-prolog
* Install JPL bridge by default, change switch to turn it off
  Needs Apple's Java Developer Update 3

* 10.5 needs a newer version of expat than the system version
2011-01-03 12:15:09 -08:00
Mark A. Matienzo
4e9a3d5341 Update formula: fits
Closes Homebrew/homebrew#3807.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 17:26:01 +00:00
Mike McQuaid
e8739012a5 Fix redis version. 2011-01-03 17:25:41 +00:00
Mike McQuaid
07da760ece Revert "Upgrade node to 0.3.2."
We're sticking to stable versions at the moment, my fault.

This reverts commit 168cb3d3ff56105394d572dd2966b8b0de820714.
2011-01-03 17:19:26 +00:00
Duncan Grazier
3a0e97c9f0 Upgrade node to 0.3.2.
Closes Homebrew/homebrew#3806.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:22:14 +00:00
Duncan Grazier
2bbc8b5441 Change redis download url to point at Github to match redis.io. Changed SHA1 to match version currently hosted.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:16:36 +00:00
flow
f37f20113d update drush to drush-6.x-4.0-rc7
Closes Homebrew/homebrew#3803.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:11:51 +00:00
Dmitriy Kopylenko
d1bdb07092 Upgraded Formula: gradle 0.9.1
Closes Homebrew/homebrew#3805.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:10:51 +00:00
Ian
2448cd0ffe add --universal option to libusb formula
Closes Homebrew/homebrew#3681.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:08:45 +00:00
Camillo Lugaresi
2c6b2b64fd updated socat to 1.7.3.1 (fixes security issue)
see http://www.dest-unreach.org/socat/contrib/socat-secadv2.html

Closes Homebrew/homebrew#3804.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:07:11 +00:00
Bryan Ross
aa65689acd Added formula for yaml-cpp
Closes Homebrew/homebrew#3795.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-02 20:41:09 +00:00
Tony Sloane
2defc0116f Add formula for strategoxt
Add formula for Stratego a leading program transformation language and
its supporting toolkit XT.

Closes Homebrew/homebrew#3789.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>

Add formula for sdf

Add formula for SDF (Syntax Definition Formalism) tools and libraries
for scannerless generalised parsing (used with Stratego/XT).

Closes Homebrew/homebrew#3789.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>

Add formula for aterm

Add formula for ATerm annotated term representation library (used by
both Stratego/XT and SDF).

Closes Homebrew/homebrew#3789.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-02 11:11:43 +00:00
Tony Sloane
55ffed0596 Add formula for sdf
Add formula for SDF (Syntax Definition Formalism) tools and libraries
for scannerless generalised parsing (used with Stratego/XT).

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-02 11:11:43 +00:00
Tony Sloane
0609ea03df Add formula for aterm
Add formula for ATerm annotated term representation library (used by
both Stratego/XT and SDF).

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-02 11:11:43 +00:00
Charlie Sharpsteen
f6e6c6b20e Update PostGIS HEAD build
Bugfix:

- The PostGIS HEAD requires libintl, which requires linking against keg-only
  gettext.

Features:

- Added options for enabling the topology and raster extensions that are present
  in the HEAD source.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-01 16:57:03 -08:00
Charlie Sharpsteen
880341dfec Bumped PostgreSQL to 9.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-01 16:53:37 -08:00
Moritz Bitsch
5e6e5a3363 Add formula for gtksourceview
Gtksourceview is a library which extends gtk+ with a multiline
text editing control supporting source code editor capabilities.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-01 18:25:12 +00:00
Matt Aimonetti
d7d419c742 updated asciidoc to version 8.6.3
Closes Homebrew/homebrew#3786.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-01 15:24:31 +00:00
Mike McQuaid
49abc314ee Update sshuttle to 0.44.
Closes Homebrew/homebrew#3785.
2011-01-01 11:59:32 +00:00
Rob Rix
d94a0582be Added a formula for mogenerator.
Closes Homebrew/homebrew#3779.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-01 11:52:36 +00:00
David Koppstein
4e01a624f1 Adding formula for Primer3, a bioinformatics tool.
Made changes that adamv suggested to the formula.

Closes Homebrew/homebrew#3771.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-31 20:39:46 +00:00
Mike McQuaid
ea2df8b061 Add liblqr option to imagemagick. 2010-12-31 20:21:05 +00:00
Nick Dowell
c5fd228889 Add formula for gtkmm 2.18.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-31 09:16:53 -08:00
Indrajit Raychaudhuri
dc197244ef sbt - add caveat about SBT_OPTS
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-31 09:05:05 -08:00
Mike McQuaid
961f3ef2ee Fix aggregate homepage.
Closes Homebrew/homebrew#3552.
2010-12-31 16:15:39 +00:00
Aku Kotkavuo
1ddd11de2a Update node.js to 0.2.6.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30 21:37:19 -08:00
Garrett Barboza
beb166545f lsof - Change URL to a host that is more tolerant
The current URL for the sourcecode points to a
persnickety server that has a DNS configuration
which blocks anyone behind any sort of remotely
complex network infrastructure. The substituted
URL is provided as an alternative by the
persnickety host upon rejecting unworthy clients.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30 21:35:00 -08:00
inkytonik
0c3e1fe352 Add --with-docs option to scala formula
The Scala distributions do not include documentation for library APIs
and tools. That documentation is distributed separately. This change
makes the formula install this documentation when the --with-docs
option is given.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30 20:24:05 -08:00
David Schlosnagle
ee3485494d Update formula: autojump 14
Closes Homebrew/homebrew#3760.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 21:39:35 +00:00
Mark A. Matienzo
6f930743f7 Update formula: yaz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30 09:31:39 -08:00
Adam Vandenberg
a7491f1ca8 Fix sip version number in patch. 2010-12-30 08:43:02 -08:00
Michael Shapiro
6e79c97819 MacVim: Remove the Envy Code R font build step, since the site is apparently down often.
Closes Homebrew/homebrew#3736.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 16:30:55 +00:00
Dan Callahan
ebe8f5fe8a Fix typo in PostgreSQL formula
Closes Homebrew/homebrew#3752.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 15:27:17 +00:00
Keith Fitzgerald
24a8548d47 updated ec2 autoscaling tools
Closes Homebrew/homebrew#3751.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 14:36:31 +00:00
Charlie Sharpsteen
abf7143f2d Updated Qwt to 5.2.1
Closes Homebrew/homebrew#3748.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 14:28:28 +00:00
Mathias Laurin
ef4f2c9d45 Add missing equal sign (=) to setup instructions
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 10:41:27 +00:00
Mike McQuaid
988367d104 Update libgpg-error to 1.10. 2010-12-30 10:35:02 +00:00
Mike McQuaid
ced4ee77d5 Add formula for openconnect 2.2.6.
Closes Homebrew/homebrew#3746.
2010-12-30 10:32:25 +00:00
Ben Lovett
4d6e2d0d86 New formula: Aggregate, a IPv4 prefix aggregator.
Note, there is no homepage for this package, and is probably considered
by many to be abandonware (the last update was in 2001). However, it's
quite useful and gets the job done.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 10:24:13 +00:00
Mike McQuaid
4f685593b6 Remove liblqr dependency on imagemagick.
This is until we include the patch in Homebrew/homebrew#3727.
2010-12-30 09:43:05 +00:00