aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pdflib-lite.rb
AgeCommit message (Collapse)Author
2012-09-15Fix link to pdflib-lite license.Bradley M. Froehle
Closes #14957. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11pdflib-lite 7.0.5p3Adam Vandenberg
2012-05-15pdflib-lite: define caveats outside def installJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30pdflib-lite: Update to 7.0.5Juan Sebastian Casallas
-Updated url and md5 to download the 7.0.5 tarball -Removed version as it is inferred from the url -This version no longer fails with llvm Closes #8895. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
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-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2009-10-23Add formula for pdflib-lite.Björn B. Brandenburg
pdflib-lite is required to enable Gnuplot's PDF terminal. While not free (as in speach) software, pdflib-lite is available for non-commercial (i.e., academic and personal) use free of charge. A license reminder is printed at the end of the build. pdflib is also provided by MacPorts; a workaround from their portfile was adapted to this formula to get the build to go through.