Commit Graph

12318 Commits (5b3a4270febc1eebe6b41d8b68d0860a7f47d955)

Author SHA1 Message Date
Rianol Jou b141ba0342 tmux: Correct japanese sonant mark display
Closes Homebrew/homebrew#13544.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-09-11 22:48:31 -07:00
Jack Nagel c210779f67 postgresql: use default optimization
We default to Os now, so we don't need to force O2.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-11 22:49:55 -05:00
Pete Deffendol 08d221ea28 PostgreSQL 9.2
As always a dump and restore of a previous (9.1) database is required to
upgrade.

Closes Homebrew/homebrew#14834.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-11 22:49:45 -05:00
Jack Nagel 1319f51936 pango: needs newer fontconfig on Leopard
Fixes Homebrew/homebrew#14850.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-11 21:56:59 -05:00
Theo Belaire 874f73c855 Bumped version to 1.2.1
The OSX version of mktemp was not accepting certain GNU arguments.
This is now fixed.

Closes Homebrew/homebrew#14864.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-09-11 18:56:53 -05:00
Randy Thiemann 3840a2346c qt: fix typo
Closes Homebrew/homebrew#14856.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-11 14:14:53 -05:00
Max Howell a9c2a1bac8 Make mongod just work
Hopefully this is safe. I ran a full db against it, everything seemed fine to me.

Homebrew should "just work" no remembering to specify `--config foo`, that's just lame sauce.

Also cleaned up the caveats and removed the `skip_clean: all`.
2012-09-11 03:45:16 -04:00
Alexis Hildebrandt 2e4be2c427 aqbanking 5.0.25
Closes Homebrew/homebrew#14828.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10 21:36:37 -07:00
Lasse Bang Mikkelsen d4683a29cf Wireshark 1.8.2
Closes Homebrew/homebrew#14844.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10 21:17:45 -07:00
Jason A. Donenfeld 56172c4d6b pass 1.2 2012-09-10 22:53:13 -05:00
Jack Nagel a719fa11b9 smpeg: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:47:23 -05:00
Jack Nagel 53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
nibbles 2bits 544ba85f97 openimageio 1.0.9
- Upgrade to 1.0.9
- Update the sha1 on `J2kp4files`. Not sure why it changed, but
it's housed on fedoraproject.org. So I think we're good.
- It passes all 39 of it tests

Closes Homebrew/homebrew#14826.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 22:06:34 -07:00
Jack Nagel 58ecaa14b2 trafshow: update xcode method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-09 21:08:31 -05:00
Adam Vandenberg 7be1458084 uwsgi 1.2.6 2012-09-09 15:32:06 -07:00
Adam Vandenberg 987ff0c166 bam: fix homepage
Closes Homebrew/homebrew#14824
2012-09-09 15:27:46 -07:00
nibbles 2bits eab3479eb1 libshout: fix sha1, use official url
libshout fails sha1 check when trying to install it.

- Change to the download url given on their webpage (no .us.)
- Fix the sha1 hash.  Both old and new urls have this hash.
- Compiles well using clang and superenv.

Closes Homebrew/homebrew#14823.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 14:35:57 -07:00
Adam Vandenberg 230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Adam Vandenberg a42b23a905 Use skip_clean :la 2012-09-09 13:01:56 -07:00
Eddie Ringle 69554007d1 bam 0.4.0
Closes Homebrew/homebrew#14802.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 12:34:51 -07:00
Lee Packham 3b41404923 Python: add DTrace support
Makes use of a patch from http://bugs.python.org/issue13405 with the
first part modified to remove the .hgignore patch.

This ends up providing full probes in OSX just like you have with
built-in Python.

Closes Homebrew/homebrew#14343.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 11:28:33 -07:00
Adam Vandenberg 64c2b7f6a1 Ruby: remove skip_clean :all 2012-09-09 11:06:35 -07:00
Ed Robinson 1e2a41b7fe Ruby: make Tcl/Tk support optional.
Tcl/Tk support requires X11, which is optional on Mountain Lion.
Rather than requiring X11 for Ruby, make these components opt-in.

Fixes Homebrew/homebrew#14770.
Closes Homebrew/homebrew#14814.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 11:05:30 -07:00
David Holm 4087190c65 Fail2Ban 0.8.7.1
Fail2Ban is a log scanner that looks for suspicious activity and then bans the
attackers IP. Similar to DenyHosts but supports any service, not just SSH, and
uses firewall rules (IPFW on OSX) rather than hosts.deny.

Closes Homebrew/homebrew#14819.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 10:50:34 -07:00
Adam Vandenberg 767f520714 aws-sns-cli: don't install 'service' to bin 2012-09-09 09:50:31 -07:00
Simon Sigurdhsson bdacd0d861 aws-sns-cli: update checksum
Closes Homebrew/homebrew#14817.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 09:37:28 -07:00
Anders F Bjorklund a7137bb818 pygobject: depend on glib, not on gtk+
Closes Homebrew/homebrew#14816.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09 09:36:43 -07:00
Tom Vercauteren 0582ceecfe cvsutils 2.5
Closes Homebrew/homebrew#13889.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-08 20:38:17 -07:00
Adam Vandenberg fdbfb5a7f4 smpeg: depends on gtk
Closes Homebrew/homebrew#14805
2012-09-08 12:26:53 -07:00
Brad Ackerman 5962711491 simh: install README files and VAX boot ROM
Closes Homebrew/homebrew#14655.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-08 11:47:58 -07:00
Justin Balthrop 98b5e635c7 drip 0.1.4
Closes Homebrew/homebrew#14807.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-08 11:35:03 -07:00
Adam Vandenberg 0c9951aac2 vips 7.30.2
Closes Homebrew/homebrew#14808.
2012-09-08 11:33:33 -07:00
Yehor Lvivski c839cdce98 dart 11397
Closes Homebrew/homebrew#14806.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-08 10:22:44 -07:00
Xiyue Deng b0c6579945 wine 1.4.1, --devel 1.5.12
Closes Homebrew/homebrew#14809.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-08 09:53:28 -07:00
nibbles 2bits deba95a866 makeicns 1.4.10a
- Upgrade to 1.4.10a. It's been the current release since March.

Closes Homebrew/homebrew#14798.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 22:00:40 -07:00
nibbles 2bits 79a910824a mathomatic 16.0.2
- Upgrade to 16.0.2.
- Works with superenv on ML.

Closes Homebrew/homebrew#14797.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 22:00:32 -07:00
Jason A. Donenfeld d1b728ef95 Add pass: the standard unix password manager.
Closes Homebrew/homebrew#14779.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-09-07 22:04:59 -05:00
Adam Vandenberg 7991fb0011 html-xml-utils 6.1 2012-09-07 14:18:56 -07:00
Stefan Schmidt 0cabc4cf93 html-xml-utils: added fails_with :clang for build 421
Also serialize the install.

Closes Homebrew/homebrew#14790.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 14:18:00 -07:00
Gasol Wu 1b9b9dcbdc gradle devel 1.2-rc1
Closes Homebrew/homebrew#14791.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 13:52:30 -07:00
Adam Vandenberg 5a8f8adfd4 p7zip: don't install docs as read-only 2012-09-07 13:51:47 -07:00
Jack Nagel f9e0c2fe65 opencv: depends on libpng
This used to get pulled in via libtiff's X11 dependency, but that was
removed so we need to explicitly specify it here.

Fixes Homebrew/homebrew#14792.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-07 15:39:08 -05:00
Adam Vandenberg 09ee837985 lpc21isp: fix audit warnings 2012-09-07 09:21:16 -07:00
Houtan Bastani ece9ef7294 libmatio 1.5.0
A C library that can be used to write (or read) .mat files, which, in turn,
can be read (or have been written) by Matlab.

Closes Homebrew/homebrew#14005.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 09:20:13 -07:00
Halvard Skogsrud 758aa8085e Cntlm 0.92.3
Cntlm is an NTLM authenticating HTTP proxy which is very useful if you
work in a company with a Windows based proxy for outgoing Internet
traffic. It sits between your applications and the corporate proxy,
adding NTLM authentication on-the-fly.

Compared to alternatives like NTLMAPS, Cntlm is small, fast and has no
dependencies.

Closes Homebrew/homebrew#14004.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 09:16:27 -07:00
Adam Vandenberg 02382fba45 qemu 1.2.0 2012-09-07 09:02:44 -07:00
Lukas Sabota 12ad8b7a88 fceux: add x11 dependency
Closes Homebrew/homebrew#14663.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 07:28:58 -07:00
Benedikt Arnold dd9e3a4114 ssh-copy-id: add a mirror
Closes Homebrew/homebrew#14727.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 07:27:42 -07:00
Ed Robinson 8d18a2d5f6 Imagemagick: require X11
It seems that imagemagick defaults to use x11, however
the option is there to compile without. The display, animate, and import
programs are not built or installed and some other functionality is
reduced.

Tested on Mountain Lion with and without XQuartz.

Closes Homebrew/homebrew#14649.
Closes Homebrew/homebrew#14774.
Closes Homebrew/homebrew#14714.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 07:25:28 -07:00
Pedro Vanzella 08beff6c45 lpc21isp 1.83
Closes Homebrew/homebrew#14763.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 07:24:00 -07:00