aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
AgeCommit message (Collapse)Author
2015-04-08coreutils: update 8.23_1 bottle.BrewTestBot
2015-04-08coreutils: install realpath without prefixSteven Willis
Closes #38444. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-06coreutils: head addedBaptiste Fontaine
Closes #35576. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-28coreutils: modernize and add testXu Cheng
Closes #35305. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-21coreutils: update 8.23_1 bottle.BrewTestBot
2014-10-05coreutils: update 8.23_1 bottle.BrewTestBot
2014-10-05coreutils: upstream fix for stdbufJack Nagel
Fixes #32906.
2014-07-19coreutils: update 8.23 bottle.BrewTestBot
2014-07-19coreutils 8.23David Christenson
Update to latest stable release, use HTTPS on homepage and mirror, change single quotes to double. Closes #30946. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-09coreutils: add 8.22 bottle.BrewTestBot
2014-03-14Remove remaining explicit xz build-time depsJack Nagel
These dependencies are automatically detected from the URL, so declaring them is redundant. If these formulae ever get a head or devel spec, then explicit xz deps would need to be re-scoped appropriately. Thus we should remove them.
2014-03-07use opt shortcutsAdam Vandenberg
2013-12-15coreutils 8.22Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-12coreutils/ganglia conflictAdam Vandenberg
2013-11-09coreutils/idutils conflictAdam Vandenberg
2013-04-06coreutils: disable gmpJack Nagel
Closes #19007.
2013-02-15coreutils 8.21Birger J. Nordølum
Closes #17853. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-11-12coreutils 8.20 + patchBirger J. Nordølum
Closes #16007. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-11coreutils: Add man dir with de-prefixed namesJaeho Shin
Closes #15876. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-10-27Revert "coreutils 8.20"Adam Vandenberg
This reverts commit 44c79337e4d3a00c2f8a12e74e1a1d09e86e5a6f.
2012-10-27coreutils 8.20Birger J. Nordølum
Closes #15696. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-20coreutils 8.19Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19coreutils: simplify mapping commands into gnubinJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18coreutils 8.18Birger J. Nordølum
Closes #14213. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16coreutils 8.17Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01coreutils: symlink all binariesTsukasa OMOTO
Instead of maintaining a list of binaries, just symlink everything found in bin. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30coreutils 8.16Adam Vandenberg
Also fix gsha224sum link. Closes #11308.
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-17Bite the bullet and declare xz as a build-time depJack Nagel
Determining build-time deps as part of the download strategy is probably a Homebrew 2 topic, so avoid the "you need to install xz" warning by declaring xz as a dep where used. The "don't use xz if there are alternatives" policy is still in effect, though. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-27coreutils 8.15Jaeho Shin
Also add unprefixed symlinks in libexec/gnubin: - libexec/gnubin directory contains symlinks to all the coreutils commands without its program-prefix "g". (Inspired by MacPorts' coreutils) - Now without the --default-names option, this directory is essential to those who have a lot of shell scripts that use GNU coreutils with their default names. (The aliases file is no use for them) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-24Fix coreutils typo.Mike McQuaid
2012-01-24Remove the GNU formulae --default-names options.Mike McQuaid
Provoked by #9574.
2011-12-09coreutils 8.14Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03coreutils: clarify consequences of --default-namesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03coreutils: Add caveat for --default-namesMisty De Meo
Closes #8387. 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-04-28Fix typo in coreutils formula.Michel Martens
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28Coreutils 8.12Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14Coreutils 8.11Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-23coreutils 8.10Adam Vandenberg
2011-03-23coreutils: install does not look parallel-safeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-20coreutils - change [ to \[ so it works with zshHannu Hartikainen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-04Updated coreutils to v8.7.Ryan Barnard
Simply updated the url and md5 hash to the 8.7 version of GNU coreutils. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-20coreutils - note that aliases break thingsAdam Vandenberg
2010-10-17coreutils - handle the aliases in a better wayAdam Vandenberg
2010-08-10Document all existing install options.Adam Vandenberg
2010-07-22coreutils - generate aliasesAdam Vandenberg