aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zint.rb
AgeCommit message (Collapse)Author
2013-04-06Update github URLsJack Nagel
2013-02-01zint: use test DSLJack Nagel
2013-02-01zint: fix depJack Nagel
2012-09-04zint: fix X11 dependency.Mike McQuaid
2012-09-02zing: make test non-interactive.Mike McQuaid
2012-08-22zint: Remove redundnat flags.samueljohn
- the std_cmake_args already include the prefix. - The CMAKE_C_FLAGS are no longer needed for cmake >= 2.8.8 - Update to options DSL. Closes #12921. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06Adjust XQuartz/X11 module naming schemeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01Update formulae for new XQuartz moduleJack Nagel
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-06-07zint: update homepageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24Introduce block form of mkdirAdam Vandenberg
2011-09-01Be more explicit about paths in test methodsAdam Vandenberg
2011-08-30zint 2.4.3Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-18Changed X11R6 paths to X11Michael Lapinsky
Fixed formulas referencing X11 via the X11R6 symlink to instead reference the path X11 should be at directly (in case the user doesn't have that symlink, like I didn't) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-14zint: works fine against system libpngAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-16Update Formula: zintAlexis Hildebrandt
Version bump to 2.4.1 Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-27Zint 2.4.0Alexis Hildebrandt
An Open Source barcode encoding and image generating library written entirely in C. Signed-off-by: Adam Vandenberg <flangy@gmail.com>