| Age | Commit message (Collapse) | Author |
|
Closes #30064.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
According to @jiefoxi's comment, the patch is only relevant for version 6.0.4.
https://github.com/Homebrew/homebrew/pull/28647#issuecomment-41487843
Closes #28751.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #28647.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Closes #28322.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #28283.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Closes #28254.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #27764.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #27535.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #27301.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
|
|
Closes #27002.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Closes #26476.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Closes #26322.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #25887.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25889.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25859.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
gettext is now bottled on three of the platforms we support, so remove
the hackery and just depend on it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Upgrade dos2unix to version 6.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
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>
|
|
|
|
|
|
* 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
|
|
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.
|
|
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.
|
|
|
|
|
|
Signed-off-by: Max Howell <max@methylblue.com>
|
|
|
|
|
|
|
|
|