aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dash.rb
AgeCommit message (Collapse)Author
2015-01-16dash: add 0.5.8 bottle.BrewTestBot
2015-01-16dash 0.5.8David Holm
Closes #35941. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-04dash: modernize autotools depsJack Nagel
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-13dash: use autogen.sh for HEAD buildJack Nagel
2013-11-13Add explicit :autoconf deps where missingJack Nagel
2013-09-21dash: use spec depsJack Nagel
2012-08-26dash: use new dslAdam Vandenberg
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Add more autoconf deps where appropriateJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05dash: clean up testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19Remove redundant :using specsAdam Vandenberg
2012-02-27depends_on "automake" where necessaryMax Howell
Had to remove full paths, since we have two options for location now.
2011-09-23dash: Update to 0.5.7 and added glob + fnmatchNibbles McGurk
dash gets an update to 0.5.7 plus a few additional configure flags to add functionality to its shell supporting file and directory globbing and matching expressions from libc fnmatch(3) and glob(3). I also added a test def. This was compiled on OSX 64bit 10.6.8 using llvm 2335 and gcc-4.2.1. It fails_with_clang, an ld error, though I've not seen fails_with_clang in a formula so I left it out. Undefined symbols for architecture x86_64: "_bgcmd", referenced from: _builtincmd in builtins.o Closes #7637. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-19DASH Shell: Added HEAD option.Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-08dash: fix homepageTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-07dash 0.5.6.1Adam Vandenberg
2010-09-30Update formulae to use preferred debian mirrorAdam Vandenberg
2010-07-06Update formula to use Debian version styleAdam Vandenberg
* Debian downloads have ".orig" in the tarball name. Now that Pathname supports this style, remove explicit versions from some brews.
2010-01-30Add dash formula (0.5.5.1)Emmanuel Blot