aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/recode.rb
AgeCommit message (Collapse)Author
2013-01-29recode 3.7-beta2Misty De Meo
Moving to a beta since recode 3.6 segfaults using clang. Fixes #17419.
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-09Update copy_libtool_filesAdam Vandenberg
Fixes #14075.
2012-07-25Use new Xcode moduleJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-17Normalize copying over libtool filesAdam Vandenberg
TODO: move this into MacOS or another module.
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-15Add more autoconf deps where appropriateJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16Recode: update downloadAdam Vandenberg
2012-02-27recode: help the linker find libiconvJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27Pass configure since Xcode 4.3Max Howell
Refs #10508.
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-12Fix a halfway-done path changeGeorge Kulakowski
Commit ca61263... `Cleanup copying config.*' changes absolute to relative paths in a few places. In recode.rb it is done incorrectly. This commit finishes the change. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-12Cleanup copying config.*Adam Vandenberg
2011-02-17Fix infodir for recodeGeorge Kulakowski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-09fix audit issuesAdam Vandenberg
2010-11-08recode - fix for LeopardAdam Vandenberg
2010-09-13update recode url - fixes #2418howthebodyworks
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-15Fix mandir for recodeAdam Vandenberg
2010-05-14Added new formula for recode 3.6.Ryan Shaw
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Note that the patches come from MacPorts