aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mupdf.rb
AgeCommit message (Collapse)Author
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.