Commit Graph

9794 Commits (b1efcd3f3817cc964f54740ededb4eca8d2c32a1)

Author SHA1 Message Date
nibbles 2bits b1efcd3f38 mapnik: fix relative path in paths.py
Add patch to mapnik.rb to use an absolute path into site-packages
rather than a relative path in the file `paths.py`.  The upstream
bug report is noted in the formula comments and is where the patch
offered by the developer came from.

Fixes Homebrew/homebrew#12026.
Closes Homebrew/homebrew#12043.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:53:58 -07:00
nibbles 2bits 829beb0b8a newlisp 10.4.2
Upgrade newlisp to version 10.4.2

Closes Homebrew/homebrew#12056.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:53:58 -07:00
Jack Baty 2027ad1c74 ttytter 2.0.00
Closes Homebrew/homebrew#12060.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:49:02 -07:00
Mislav Marohnić d7260abac6 hub: Update to 1.9.0
The glorious GitHub API v3 Edition

Closes Homebrew/homebrew#12070.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:47:37 -07:00
Charlie Sharpsteen 29fbada106 QPDF: Update to 2.3.1
Also add a patch to workaround a PCRE API function that was removed in 8.30

Fixes Homebrew/homebrew#12069.
2012-05-04 11:42:42 -07:00
Adam Malcontenti-Wilson 6fd4937b62 ifuse: Update to 1.1.2
Closes Homebrew/homebrew#12067.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:13:50 -07:00
Charlie Sharpsteen fda4b9eeeb libimobiledevice: Disable Cython bindings
As long as libplist doesn't provide Cython bindings, they must be disabled for
libimobiledevice.
2012-05-04 11:13:50 -07:00
Charlie Sharpsteen 0ccaf8ccfd usbmuxd: Pass path to libusb headers to CMake
CMake fails to find this info on it's own.

Fixes Homebrew/homebrew#7293.
2012-05-04 11:09:33 -07:00
Adam Malcontenti-Wilson cea9127232 libimobiledevice: Update to 1.1.4
Closes Homebrew/homebrew#12058.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:04:11 -07:00
Adam Malcontenti-Wilson 06abf2f7d9 usbmuxd: Update to 1.0.8
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:04:00 -07:00
Adam Vandenberg 29d4858948 Jenkins: fix path in plist 2012-05-03 21:27:00 -07:00
Adam Vandenberg 805166de7a CouchDB: remove anticipated devel branch
The --devel branch didn't actually exist, so removing.
2012-05-03 21:17:53 -07:00
nibbles 2bits c1ed59f0a3 highlight 3.9
Upgrade highlight to version 3.9.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:44:40 -07:00
Adam Vandenberg 302aed1f57 Jenkins: install to libexec, not lib 2012-05-03 20:40:23 -07:00
Adam Vandenberg aaf81c1531 Simplify some :using 2012-05-03 20:37:57 -07:00
Ben Woskow 0fc64231ad Atlassian SDK 3.10.1
Closes Homebrew/homebrew#12044.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:17:46 -07:00
nibbles 2bits 93392c5803 mpop 1.0.27
Add build time dep on pkg-config that it uses.
Remove `--disable-debug`, which is not a valid option.
Remove option to enable MacOS Keyring.  It is the default.
Compiles with clang and llvm-gcc from XCode-4.3.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:16:34 -07:00
David Rupp 404334b4e6 cloc 1.56
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:15:47 -07:00
Jack Nagel d547cd88f7 jless: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 19:41:29 -05:00
Christian Köstlin da39bf6d7b msmtp 1.4.28
Closes Homebrew/homebrew#12041.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 18:27:08 -05:00
Don Onwunumah b2426b2037 glib: disable dtrace
This was apparently lost in a recent update to the glib formula.

See https://trac.macports.org/ticket/30413

Closes Homebrew/homebrew#11977.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 18:10:42 -05:00
Charlie Sharpsteen a33127cf09 Revert "ENV.rb: Always return integers from make_jobs"
This reverts commit ea1a9e603abe3dab90bf5b157d2614cf58e2cc8e.

Argh. Unrelated PySide changes slipped in.
2012-05-03 15:48:51 -07:00
Charlie Sharpsteen f118b859d4 ENV.rb: Always return integers from make_jobs
When referencing `Hardware.processor_count`, `ENV.make_jobs` will return an
integer. If referencing the environment variable `HOMEBREW_MAKE_JOBS`, it
returned a string.

Now, the function always returns an integer.

Fixes Homebrew/homebrew#12033.
2012-05-03 15:45:31 -07:00
Christian Höltje 2963cd12ed git-now: fix typo in caveats
The zsh-completion path in the caveat was missing the
`share` directory component.

Closes Homebrew/homebrew#12035.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 17:34:51 -05:00
Jack Nagel a6c02b6811 metasploit: fix checksum
Fixes Homebrew/homebrew#12039.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 17:22:19 -05:00
Charlie Sharpsteen 6dd9f49cc9 ffmpeg: Actually change optional deps checking
Ooops, this should have been ammended onto 9e24c7a.
2012-05-03 11:33:43 -07:00
nibbles 2bits 40fa5cfc49 ffmpeg: use linked_keg when checking optional deps
ffmpeg when built as head checks if x264 is installed using
`Formula.factory.installed?` that won't find x264 stable as it looks for a HEAD
build.  Switch from `.installed?` to `linked_keg.exist?` for all dependencies
as this will find them whether they are installed as head or stable.

Fixes Homebrew/homebrew#11996.
Closes Homebrew/homebrew#12020.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:23:28 -07:00
nibbles 2bits 34fefdc2aa cfitsio 3.30
Upgrade cfitsio to version 3.30.  Tested using openimageio.

Closes Homebrew/homebrew#12027.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:16:01 -07:00
nibbles 2bits b50ea6d487 openimageio 1.0.4
Upgrade openimageio to version 1.0.4.  All tests pass.

Closes Homebrew/homebrew#12028.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:14:38 -07:00
Henrik Almer d5eb02cd0c httrack: Update to 3.45.4
Closes Homebrew/homebrew#12031.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:13:07 -07:00
iandol 0d32ffb979 Exodriver: update to 2.5
Closes Homebrew/homebrew#12034.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:12:16 -07:00
Gregory Pakosz 605d8dfc5e peg: Update to 0.1.9
Closes Homebrew/homebrew#12037.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:10:55 -07:00
Misty De Meo 1052596dbc htop-osx: fix typo in caveats 2012-05-03 10:09:33 -05:00
Misty De Meo fd5266c321 media-info 0.7.57 2012-05-03 09:52:29 -05:00
Christian Höltje 32229958eb autojump: install completion into site-functions
`_autojump` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11942.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje 5180ae9a7f git-flow: install completion into site-functions
`_git-flow` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11941.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje 867de6aceb git-now: install completion into site-functions
`_git-now` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11940.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje c40e374a4c task: install completion into site-functions
`_task` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

Closes Homebrew/homebrew#11939.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje 72d1022eae hub: install completion into site-functions
`_hub` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

Closes Homebrew/homebrew#11938.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje 3bdc970ab5 ack: install completion into site-functions
`_ack` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

Closes Homebrew/homebrew#11937.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:50 -05:00
Christian Höltje 211df3a266 zsh: support site specific files
This fixes the `site-scripts` and `site-functions` directories
so that zsh points to the HOMEBREW_PREFIX version of these files
instead of the Cellar version.

This means you can drop files in these directories and the files
will persist when you upgrade zsh. Otherwise they disappear when
you upgrade zsh.

Closes Homebrew/homebrew#11955.

[jn: mkpath everything under share/zsh]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:30 -05:00
Bauerpauer fd3b3024a7 jpeginfo 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-02 20:10:06 -07:00
KOBAYASHI Daisuke 8a126e80e3 jless 382
Includes iso262 + ext03 support

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-02 19:57:33 -07:00
Mike McQuaid d15c25dc29 htop-osx: add setuid caveats
From discussion in Homebrew/homebrew#11727.
2012-05-03 10:49:45 +08:00
Max Horvath 5a1c61a376 Added htop-osx: patched version of htop 0.8.2.1.
Closes Homebrew/homebrew#11727.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-05-03 10:19:05 +08:00
Kevin Moore ab1f829549 git 1.7.10.1
Closes Homebrew/homebrew#12019.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 19:27:27 -05:00
Jack Nagel 725f33591e mercurial 2.2
- add test

Closes Homebrew/homebrew#12013.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 18:45:16 -05:00
Steven Luu ceec73c902 scala: fix completion URL
Closes Homebrew/homebrew#12018.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 18:35:22 -05:00
Matias Bjarland dc755a77fc griffon: Update to 0.9.5
Closes Homebrew/homebrew#12003.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:19:55 -07:00
Sergey Avseyev 48789c81e1 libcouchbase: Update to 1.0.3
Closes Homebrew/homebrew#12016.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:15:23 -07:00