aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dar.rb
AgeCommit message (Collapse)Author
2014-11-15dar: fix upx depJack Nagel
2014-11-14dar: combine conditionalsJack Nagel
2014-10-26Use opt helpers instead of hardcoded pathsJack Nagel
2014-09-28dar: update 2.4.15 bottle.BrewTestBot
2014-09-28Dar 2.4.15Dominyk Tiller
Please don’t merge this PR till #32755 is merged. Closes #32756. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-17dar: update 2.4.14 bottle.BrewTestBot
Closes #30221. Fixes #27469. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-17dar 2.4.14Tomasz Pajor
2014-06-02dar: add 2.4.13 bottle.BrewTestBot
Closes #29134. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-02dar: fix build, add new options, disable static.ilovezfs
The Mavericks build is fixed by using ENV.libstdcxx with clang. The Mavericks build also can succeed without using ENV.libstdcxx if the compiler is gcc-4.8 (or perhaps others, as well). New options are provided for docs, lzo, gcrypt, gettext, and upx. Accordingly, gettext is no longer a required dependency. The build uses the sed -r option, which is not available in the system sed, but is, in Homebrew's gnu-sed. Specifically, this resolves the error: /usr/bin/sed: illegal option -- r Similarly, when --docs is enabled, the build uses the cp -d option, which is not available in the system cp, but is, in gnu cp, which is part of the coreutils Homebrew formula. In particular, this avoids the error: ./portable_cp html /usr/local/Cellar/dar/2.4.13/share/dar cp: illegal option -- d The configure option --disable-dar-static is now always passed in order to decrease the time it takes for configure to run. This is suggested by the output from configure when configure finds that static is not possible.
2014-04-23dar 2.4.13Misty De Meo
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-15dar 2.4.11Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-30Fixed several broken sourceforge.net download locationsVictor Martinez
Closes #20645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-28dar 2.4.10Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-01dar 2.4.9Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-18dar 2.4.8Brett Koonce
Closes #15530. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05dar 2.4.7Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-10dar 2.4.5nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-11dar: update to 2.4.2Jochen Munz
This update uses the current version of dar from sourceforge.net. Compile tested under OSX Lion gcc 4.2.1 Closes #8545. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-16Fix dar manpage location.Mike McQuaid
2011-01-16+ dar, the Disk ARchiveKaspar Schiess
Version 2.3.10 from http://dar.linux.free.fr/. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>