aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnu-sed.rb
AgeCommit message (Collapse)Author
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.