Commit Graph

25 Commits (6860c2ff9a90103b78f79feef27ab6c85494fba8)

Author SHA1 Message Date
Jaeho Shin a05e14aed3 coreutils 8.15
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-27 20:47:13 -08:00
Mike McQuaid d2a2226a81 Fix coreutils typo. 2012-01-24 21:23:59 +00:00
Mike McQuaid 17e8632ddb Remove the GNU formulae --default-names options.
Provoked by Homebrew/homebrew#9574.
2012-01-24 21:22:13 +00:00
Jack Nagel 8affb1856d coreutils 8.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09 16:16:46 -06:00
Jack Nagel 83fcafb5aa Add mirrors for GNU formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30 12:56:07 -06:00
Jack Nagel 57c6c38535 coreutils: clarify consequences of --default-names
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 22:38:58 -05:00
Misty De Meo 0ad45ea328 coreutils: Add caveat for --default-names
Closes Homebrew/homebrew#8387.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 21:57:50 -05:00
Jack Nagel fa3d89a7c0 Use automatic mirror selection for GNU downloads
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-09-12 15:08:20 -05:00
Michel Martens 33e7d6dd6f Fix typo in coreutils formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28 09:01:26 -07:00
Birger J. Nordølum db35820ba1 Coreutils 8.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28 09:01:16 -07:00
Birger J. Nordølum 5c47b39d44 Coreutils 8.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14 15:44:14 -07:00
Adam Vandenberg 669039a511 coreutils 8.10 2011-03-23 11:33:34 -07:00
Adam Vandenberg ef48874b10 coreutils: install does not look parallel-safe 2011-03-23 10:42:26 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Hannu Hartikainen dad368979a coreutils - change [ to \[ so it works with zsh
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-20 09:49:41 -08:00
Ryan Barnard 45f5dcd72e Updated coreutils to v8.7.
Simply updated the url and md5 hash to the 8.7 version of GNU coreutils.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-04 17:19:43 +00:00
Adam Vandenberg 3346807775 coreutils - note that aliases break things 2010-10-20 08:50:10 -07:00
Adam Vandenberg aca2595817 coreutils - handle the aliases in a better way 2010-10-17 15:44:59 -07:00
Adam Vandenberg ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
Adam Vandenberg cdfa30b495 coreutils - generate aliases 2010-07-22 13:42:00 -07:00
Adam Vandenberg ba6579b5fb Update coreutils to 8.5 and silence constant warning. 2010-07-01 19:03:04 -07:00
Ed Ceaser 33bade21a0 add default-names to coreutils
adds a --default-names option to coreutils which generates binaries without
a prefix, removing the need for tons of aliases.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-16 22:05:22 -08: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
Joe Shaw 3874f6f4c6 coreutils aliases should use brew --prefix, not /usr/local
The aliases file which can be generated with brew --install hardcodes
/usr/local.  Changed it to set a brew_prefix environment variable
and use it instead.
2009-09-30 01:24:31 +01:00
Tom von Schwerdtner 13af1c5120 GNU Core Utilities formula
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities which are
expected to exist on every operating system.
2009-08-31 18:09:20 +01:00