aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-04-12Innotop: add perlbrew supportRobson Peixoto
Closes #19118. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-12Be kind to users with old nginx plistsMax Howell
Since I moved the nginx binary from `sbin` to `bin`, it's possible old Launch Agent plists exist that still look in `sbin` (among other things). If we find an old nginx keg that has an `sbin` directory, we create an `sbin` symlink for the new nginx we are installing. Homebrew always works.
2013-04-12nginx: Compile static gzip moduleMax Howell
Every example of nginx I have seen out there has this compiled in by default.
2013-04-12Don’t call non-existent functions; Fixes #19133Max Howell
I did test this, but then I broke it and didn't test it again. Also corrects the plist binary location. Since I changed that from sbin to bin.
2013-04-12ruby: modernize styleJack Nagel
2013-04-12ruby: simplify configure options with "--with-tcltk"Jeong Mok Cho
Closes #19124. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Make brew services use the correct filenameChad Catlett
Closes #19050. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11versions: work for tapped formulaeJiang Xin
brew versions is hardcoded to cd to HOMEBREW_REPOSITORY before running git, and as such fails to report previous versions for any formulae from a tapped repository. Add two new private methods repository and entry_name to replace the hardcoded HOMEBREW_REPOSITORY and formula path, and brew versions work for both builtin and tapped formulae. Closes #12356. Closes #19069. Reported-by: Misty De Meo <mistydemeo@gmail.com> Suggested-by: Jack Nagel <jacknagel@gmail.com> Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11ginac: depends on pkg-configJack Nagel
Fixes #19143.
2013-04-11git: add optional gettext depJiang Xin
The localization for Git has been started since v1.7.10, and it needs gettext to work properly. To install git with l10n translations, run this command: brew install --with-gettext git Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Closes #19097. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11mercurial 2.5.4Robson Peixoto
Closes #19116. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11activemq 5.8.0Brett Koonce
Closes #19125. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11youtube-dl 2013.04.11Jaime Marquínez Ferrándiz
Closes #19134. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11ta-lib: support universal buildsJohn Benediktsson
Closes #19129. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11node 0.10.4 + devel 0.11.0Christian Moritz
Closes #19138. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11isl 0.11.2Alex Burka
Closes #19142. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Fix google-app-engineVincent
Add "_python_runtime.py" to the file list. If this file is omitted then google app engine can't run in development mode and raise the following error: /usr/bin/python: can't open file '/usr/local/bin/_python_runtime.py': [Errno 2] No such file or directory Closes #19139. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11pngcrush: fix URLJack Nagel
Fixes #19131.
2013-04-11libwebsockets: use git checkoutJack Nagel
Rationale: the tarballs are timestamped so the hash changes on every download.
2013-04-11Make nginx more convenient; clean up caveatsMax Howell
No shin, screw that. Make nginx use a sensible docroot. All web servers should use this docroot from now on. I suggest the symlink method to making them do this so it is easy for people to change this on a server-by-server basis and have multiple docroots.
2013-04-11json-c: note why we reverted 0.11Jack Nagel
2013-04-11google appengine 1.7.7Brett Koonce
Closes #19094. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11appengine-java-sdk 1.7.7Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11go-app-engine amd64 1.7.7Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11go-app-engine 386 1.7.7Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11gecode 4.0.0Will Langstroth
Closes #19115. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11ssh-copy-id 6.2p1Birger J. Nordølum
Closes #19098. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11doctor: suggest `brew update` in outdated warningGeoff Petrie
Closes #19106. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11guile 2.0.9Florian Over
Closes #19096. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11ruby: "make install-doc" is not necessaryJeong Mok Cho
Closes #19120. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Add tap --repair to bash completion scriptRobson Peixoto
Closes #19113. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-10Eliminate test_bucketJack Nagel
Most of the behavior tested here is now tested elsewhere. Move the remaining useful tests to better places.
2013-04-10More comprehensive tests for Pathname extensionJack Nagel
2013-04-10link: eliminate naked rescueJack Nagel
2013-04-10Make test formulae initializers more flexibleJack Nagel
2013-04-10Move formula equality tests out of test_bucketJack Nagel
2013-04-10Remove last use of deprecated Formula#recursive_depsJack Nagel
Fixes #19107.
2013-04-09botan 1.10.5Jack Nagel
2013-04-09libgpg-error: add mirrorReddy
Closes #19091. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-09Check existence rather than rescue exceptionsJack Nagel
2013-04-09Simplify these testsJack Nagel
2013-04-09Fix man page formattingJack Nagel
2013-04-09Revert "json-c 0.11"Jack Nagel
Apparently the shared library has been split into two libraries on 0.11, which breaks things that are dependent on the old structure (e.g. postgis). See #19068. This reverts commit a37b4561a6f1664888568ad4c0c44e44d38bee18.
2013-04-09New formula: libwebsockets-1.22Max Howell
Libwebsockets is the main C library implementation of the latest websockets protocol. Refs #16221.
2013-04-09Add `brew sh` to the manpageMax Howell
2013-04-09Luarocks caveatsMax Howell
2013-04-09Add an alias to gmake in superenvMax Howell
I had a luarock explicitly look ONLY for gmake, FFS. This should be safe.
2013-04-09adobe-air-sdk 3.7Kyle Fritz
Closes #19076. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-09ios-webkit-debug-proxy 1.1Todd Wright
Closes #19079. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-09ezlupdate: update download URLArnaud Lafon
Closes #19075. Signed-off-by: Jack Nagel <jacknagel@gmail.com>