Commit graph

8507 commits

Author SHA1 Message Date
Adam Vandenberg
59207ed6d0 libplist 1.8 2012-02-20 20:23:07 -08:00
Erik Gregg
a0aa9bedc4 Pari 2.5.1
Also added readline support.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 20:12:06 -08:00
Tuncer Ayaz
3a9305ab0e kes: add configure call and enable readline
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 20:10:10 -08:00
Hiram Chirino
264b7124b4 Apache Apollo 1.0
Closes Homebrew/homebrew#6000.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:56:57 -08:00
Adam Vandenberg
5150b9e4b7 Remove pngwriter from homebrew-core.
This software appears unmaintained, and does not work with libpng 1.5
provided by Lion. So moving to Homebrew-alt.
2012-02-20 19:39:45 -08:00
Nicola Tuveri
559e12c916 Tidyp: add manpage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:36:37 -08:00
Mike Clarke
6b9c5fd1b8 xplanet 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:30:18 -08:00
Adam Vandenberg
9907bcd418 qemu: update llvm message 2012-02-20 19:21:26 -08:00
Steven Merrill
585e67a78a cbmbasic (Commodore BASIC) 1.0
Closes Homebrew/homebrew#8455.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:17:11 -08:00
David Turnbull
f9205abf48 pulledpork 0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:14:18 -08:00
Adam Vandenberg
1706d0459c nmap: style issues 2012-02-20 19:11:44 -08:00
Jussi Hagman
7a39dda3b7 cc65 2.13.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:02:20 -08:00
Justin Clift
a32ef3eeb4 libvirt 0.9.10
Includes a patch by Lincoln Myers <lincoln_myers@yahoo.com>,
fixing a recently introduced compilation bug on OSX.

Patch is already included upstream, and will be in libvirt 0.9.11.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 18:09:28 -08:00
Jack Nagel
ddac152bf9 libgcrypt: break long line
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:28:01 -06:00
Jack Nagel
7dd44370f7 libgpg-error: builds in parallel
This has had ENV.j1 since the beginning, but it seems to build fine
these days. If it still fails for someone it needs a comment with
justification.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:26:08 -06:00
Jack Nagel
4b166ada2c libgcrypt: fix homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:25:42 -06:00
Jack Nagel
db0d485a26 libassuan 2.0.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:25:22 -06:00
Jack Nagel
4d682f2db4 zsh: fix test
Better tests are certainly welcome, but keep in mind that the source is
not available to `brew test`. If `make check` is necessary it should be
done as part of the build.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 15:53:20 -06:00
Bert JW Regeer
1071fc860b Add small patch to fix build of nmap with clang
This adds a very small patch to fix an issue with building nmap with
clang. The crux of the issue is that clang no longer compiles files with
void main() instead requiring int main(). This causes the configure to
fail when attempting to identify if a certain feature exists which
causes nmap to include its own version which off course causes a compile
failure because now you have two structs with the same name and two
functions with the same name in the same compilation unit.

This patch should probably be sent upstream as well.

Closes Homebrew/homebrew#10302.
Closes Homebrew/homebrew#10300.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-20 19:01:46 +00:00
Carsten Dreesbach
9ccb7bbe00 xdotool 2.20110530.1
Closes Homebrew/homebrew#8425.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 20:33:53 -08:00
Adam Vandenberg
41242cd1a8 dmd: fix writing conf file 2012-02-19 19:10:56 -08:00
Jack Nagel
b19a3c5544 dbus 1.4.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 19:34:11 -06:00
Jannis Leidel
5138124bb6 Added a formula for knife bash completion.
Closes Homebrew/homebrew#10223.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:26:45 -08:00
Stevan Vučenović
3d44ac2d50 dmd 2.058
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:16:44 -08:00
Trevor Wennblom
e6d86b65cf orbit 2.14.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:12:53 -08:00
Bert JW Regeer
46479d4025 Botan: add debug build option
This adds an extra flag --enable-debug so that the user can build Botan
with debugging enabled which is handy for debugging programs written
with Botan.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:09:16 -08:00
Anthony Grimes
e853c0b256 nimrod 0.8.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:07:54 -08:00
tungolcraft
cb9e3e0269 ECM 1.0
ECM is a program to remove redundant information from cd images, and
losslessly replace that information when you want the original back.
This formula installs two binaries: ecm and unecm. That's all.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:05:51 -08:00
Sorin Ionescu
f1520325a1 zsh 4.3.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:00:33 -08:00
Chris Lowis
c2ce50dcaf gibbslda 0.2.0
A formula for GibbsLDA++ (A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference). http://gibbslda.sourceforge.net/

Closes Homebrew/homebrew#7164.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 16:50:48 -08:00
Maxime Nowak
bb863835e7 Sonar 2.13.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 16:43:49 -08:00
Alexander Simonov
b46ba5a7f3 APE 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 15:25:36 -08:00
Jack Nagel
3e99604803 autojump: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 17:03:21 -06:00
Jack Nagel
9d2b217aa2 libgnomecanvas: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 17:03:10 -06:00
Jack Nagel
026440d7a1 gnupg 1.4.12
- Adjust CFLAGS to preserve building with clang
 - Remove the patch, which fails to apply. It was not submitted upstream
   prior to the 1.4.12 release; users who need this patch preserved
   should see that it is sent to the GnuPG maintainer. We will consider
   carrying it again once that is done.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 16:39:01 -06:00
Justin de Vesine
4389e9059d spidermonkey: add --HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 13:50:01 -08:00
Matt McClure
ecfbd431ea git-diffall 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 13:40:32 -08:00
Jim Myhrberg
7819a5c689 Rsense 0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:34:44 -08:00
Evan Shelhamer
987e00f084 autojump 19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:32:12 -08:00
Perry Wagle
d105a1743e pdf2svg: Patch Poppler rendering call.
Fix call to poppler to render normal thickness lines in Firefox.

Closes Homebrew/homebrew#10317.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-19 11:23:51 -08:00
David Wooldridge (z0mbix)
c0c42781b2 arp-scan 1.8
arp-scan is a command-line tool that uses the ARP protocol to discover
and fingerprint IP hosts on the local network. It is available under the
GPL licence (GPLv3).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:09:28 -08:00
Adam Vandenberg
b38d08daa5 kes 0.9 2012-02-19 09:51:06 -08:00
Kenneth Reitz
a4728883d0 autoenv 0.1.0
Closes Homebrew/homebrew#10325.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 09:29:14 -08:00
Adam Vandenberg
087915dba5 swi-prolog 6.0.0 2012-02-19 09:27:25 -08:00
Jack Nagel
740ceee9ba gnupg: fix compilation with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 01:05:58 -06:00
Hao Hong
80b2325afd byobu 5.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 22:37:00 -08:00
John Harrison
21e0f3213c pygtk 2.24.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00
Ralf Stephan
bd7152088d py2cairo 1.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00
John Harrison
d6f0a95d41 pygobject 2.28.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00
Trever Miller
6181d5e538 whatmask: add test
Closes Homebrew/homebrew#8736.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18 21:39:43 -06:00