Commit Graph

30 Commits (5360eba8021e2188f9cd04ef6e70a70e14684c9c)

Author SHA1 Message Date
Mike McQuaid 6a7e8a9f63 ack: cleanup and add test. 2013-01-30 21:29:19 -08:00
Mike McQuaid e5419aeaea Add bash and zsh completion directory functions. 2013-01-30 21:29:19 -08:00
Adam Vandenberg 41489e326f style nits 2013-01-26 14:01:15 -08:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel a209c24ac2 Automatically append shell completion caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-07 15:32:00 -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
Mike McQuaid 924e53a772 Ack inreplace no longer needed.
Fixes Homebrew/homebrew#11230.
2012-03-27 18:20:09 +11:00
Simon Olofsson 0aae42a362 ack: install zsh completion
Closes Homebrew/homebrew#10106.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-11 14:02:28 -06:00
Jack Nagel ec8e80381f ack: generate man page
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-09 00:13:06 -05:00
Jack Nagel 4a94ce5c40 ack 1.96
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:08:42 -05:00
Adam Vandenberg e9251d6c68 ack 1.94 2010-11-15 21:25:55 -08:00
Adam Vandenberg 7c76d7d16a Allow underscore in github version numbers. 2010-11-07 11:25:20 -08:00
Adam Vandenberg d832c44246 ack 1.93_02 2010-11-07 11:19:58 -08:00
Jacob Quinn Shenker b3485a257f Ack formula now installs bash completion script.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-08 05:17:08 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Dominic Evans 39565f1ec0 Fix ack md5 and blog->raw
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-11 07:08:48 -07:00
Adam Vandenberg d7c76817b4 ack - 1.92 with doc change so fix md5 2010-06-10 20:52:58 -07:00
Adam Vandenberg cb4aa0770b Fix ack md5 2010-06-10 19:06:30 -07:00
Max Howell dabeaddebb String.undent for prettier HEREDOCs 2010-03-07 17:57:05 +00:00
Brian Smyth 218a9af53f Update ack to 1.92 from 1.90. 2010-01-13 14:17:24 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell 45fb79a4cb Fix ack download location
This should be more reliable, still, he could rebase!
2009-09-29 15:46:34 +01:00
Matt Freels 654ed20b88 Ack moved to github 2009-09-24 23:47:34 +01:00
Max Howell fd160ba562 Ack 1.90
<http://groups.google.com/group/ack-announce/t/584c2c2df9b1ad3>
2009-09-11 17:42:54 +01:00
Max Howell d8ba293d16 Update Boost to 1.40 2009-08-29 14:15:22 +01:00
Adam Vandenberg 6df42ad45a Support building from Subversion repositories
Adds a new DownloadStrategy that checks files out from Subversion to the
cache, then exports over to the temp folder for the build.

To use checkout with the svn:// protocol or reimplement download_strategy and
return SubversionDownloadStrategy.
2009-08-24 01:03:30 +01:00
Max Howell aa14a25a43 Apply new ENV capabilities to all existing Formulae 2009-08-10 18:11:22 +01:00
Max Howell d67aab20d1 Fix ack formula 2009-07-23 04:12:25 +01:00
Max Howell 93112b88e6 Refactor class heirarchy 2009-06-05 23:39:56 +01:00
Max Howell 97b1ada08d Created /Library moved brew tool to /bin
Moved Forumla and Cellar/homebrew into Library.

This way the homebrew core files are more sensibly placed, Cellar is
more internally consistent and only generated. And Homebrew is ready for
use straight out of the tarball.
2009-06-04 19:36:58 +01:00