aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mupdf.rb
AgeCommit message (Collapse)Author
2013-06-18mupdf: use :macosAdam Vandenberg
2013-03-01mupdf 1.2Rommel G Custodio
Signed-off-by: Rommel G Custodio <sessyargc.jp@gmail.com> Closes #18160. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-27mupdf: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-18Use fatal DSL method in requirementsJack Nagel
2012-11-07mupdf: Fix freetype include pathCharlie Sharpsteen
Was missing a `-I` flag. Fixes #15890.
2012-10-30mupdf: Update to 1.1Charlie Sharpsteen
In this release, all command line tools have been centralized into the `mubusy` executable.
2012-09-04Avoid referencing MACOS_VERSION directlyJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-24MuPDF: Update to 1.0Charlie Sharpsteen
Make requirement on Snow Leopard or newer fatal. Remove code that prefixes command line tools with `mu` as this has been done upstream.
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-04-17MuPDF: Add caveats and 10.6+ RequirementCharlie Sharpsteen
The incompatibility with Leopard is now expressed as a requirement. Caveats added explaining that the names of the command line tools have been altered to prevent clashes with other packages.
2012-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-29New Formula: MuPDFCharlie Sharpsteen
MuPDF is a PDF and XPS rendering library written in C licensed under GPL v3.