aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/findutils.rb
AgeCommit message (Collapse)Author
2014-11-13findutils: update 4.4.2 bottle.BrewTestBot
2014-11-13findutils: option depreciationDominyk Tiller
Depreciates the now defunct default-names option in favour of with-default-names. Adds a test. Closes #34147. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-22findutils: add bottle.Mike McQuaid
2012-12-04findutils: put locate database in #{var}/locate.Mike McQuaid
Fixes #14220. Fixes #14945.
2012-10-24findutils: add --default-names optionDaniel Schuler
Closes #15643. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-01-24Remove the GNU formulae --default-names options.Mike McQuaid
Provoked by #9574.
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-16Default to using 'g' program prefix.Mike McQuaid
OSX already has findutils so we don't want to shadow them by default.
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-18Adding a formula for GNU find.Geoff Cant