aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dos2unix.rb
AgeCommit message (Collapse)Author
2012-01-04dos2unix: specify Homebrew's CC, CPP, and CFLAGSJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08dos2unix: use new homepageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08dos2unix 5.3.1Justin Hahn
This change upgrades dos2unix to release 5.3.1, eliminating the now duplicate unix2dos formula. This also introduces optional NLS support for dos2unix through the --enable-nls option. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-04-11Updated to dos2unix 3.2Sebastian Staudt
The source for dos2unix 3.1 wasn't available anymore. I switched to this slightly updated version. There are already newer versions on SourceForge, but I wanted to make it work again first. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-10Update formulae to use ENV.cflagsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
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-23Added small DSL for formulasClinton R. Nixon
You can now use "url", "version", "homepage", and any checksums as class methods, like so: class Dos2unix <Formula url 'http://www.sfr-fresh.com/linux/misc/old/dos2unix-3.1.tar.gz' md5 '25ff56bab202de63ea6f6c211c416e96' homepage 'http://www.sfr-fresh.com/linux/misc/' end The previous usage ("@url = 'http://example.com/tarball.tgz'") still works, maintaining compatibility with previous formulas. "dos2unix.rb" is translated into the new format as an example.
2009-09-21ENV.cc; returns the compiler we useMax Howell
2009-09-21Don't hardcode 'gcc' in manual formulas.Adam Vandenberg
2009-08-12Updated dos2unix download URL.Adeel Ahmad Khan
Signed-off-by: Max Howell <max@methylblue.com>
2009-07-31Use our CFLAGS for dos2unixMax Howell
2009-07-23Fix issues with Pathname.install and arraysMax Howell
2009-06-15Rename mv_from to installMax Howell
2009-06-08dos2unix formulaMax Howell