aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnu-sed.rb
AgeCommit message (Collapse)Author
2014-03-07use opt shortcutsAdam Vandenberg
2013-06-17gsed: add libexec/gnubin option for unprefixed sedTryn Mirell
Mirrors what is done for coreutils. Closes #20536. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-04gnu-sed: Add caveat about "g" prefixAnton Rieder
Closes #18689. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-22gnu-sed 4.2.2Brett Koonce
Closes #16713. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13gnu-sed: use options DSLJack 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-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-16gnu-sed: remove unnecessary function declaration.Mike McQuaid
2010-11-19gnu-sed: added --default-names option.Gabriele Sales
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-30gnu-sed - remove unused configure switchAdam Vandenberg
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-30Add a formula for GNU sed.Joe Shaw
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.