Commit Graph

12 Commits (04248c273e0eaeb7f4e62a6e184f0b2a26078ab1)

Author SHA1 Message Date
Tryn Mirell dc58b7b84f gsed: add libexec/gnubin option for unprefixed sed
Mirrors what is done for coreutils.

Closes Homebrew/homebrew#20536.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-17 18:11:46 -07:00
Anton Rieder a6deb86f41 gnu-sed: Add caveat about "g" prefix
Closes Homebrew/homebrew#18689.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-04 17:15:22 -05:00
Brett Koonce bcd4e8a770 gnu-sed 4.2.2
Closes Homebrew/homebrew#16713.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-22 15:39:47 -06:00
Jack Nagel 1a5b46ed51 gnu-sed: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:39 -05: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 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
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Mike McQuaid 4660959a6e gnu-sed: remove unnecessary function declaration. 2011-01-16 15:25:51 +00:00
Gabriele Sales 1d0d20380d gnu-sed: added --default-names option.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-19 06:25:10 -08:00
Adam Vandenberg 339f0e310b gnu-sed - remove unused configure switch 2010-05-30 11:59:20 -07: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 b4e3d82ce6 Add a formula for GNU sed.
Installs as $prefix/bin/gsed, like the Macports version.  This
makes it easier to alias so that you don't have to put $prefix/bin
ahead of /usr/bin in your $PATH.
2009-09-30 01:24:31 +01:00