aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xpdf.rb
AgeCommit message (Collapse)Author
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
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-02-29xpdf: depends on lesstifJack Nagel
*Really* fix #10588. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29xpdf: fix build of the actual xpdf toolJack Nagel
Tentatively fixes #10588. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-19Xpdf 3.03Simeon Willbanks
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-09xpdf - Add latest security patchMcklaren
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-22set correct mandir for xpdfJonathon L Duckworth
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-04-13added all security patches for xpdf 3.02 to the formulaalf
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-30Added xpdf, version 3.02 + security patch level 3.Tom Taylor