aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fop.rb
AgeCommit message (Collapse)Author
2014-03-19fop: use patch DSLJack Nagel
2014-03-11fop: fix broken JAVA_HOME when using oracle's jdkGaëtan Lehmann
see https://issues.apache.org/jira/browse/FOP-2356 Closes #27410. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-11fop: use resourceAdam Vandenberg
2013-07-19fop: Add hyphenation patternsPeter Eisentraut
Install compiled hyphenation patterns for FOP per instructions at http://offo.sourceforge.net/hyphenation/binary/installation.html and https://xmlgraphics.apache.org/fop/trunk/hyphenation.html. Closes #21326. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-09FOP 1.1Ricky Morse
Closes #19699. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-15fop: fix URLsamuel tonini
Closes #16088. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-07fop: upstream URL changedGuillermo López Leal
Closes #15897. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-27Use script helpersAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-02-11fop: fix quotingAdam Vandenberg
2012-02-04fop: run in headless modeJonathan Jacobs
Run apache FOP in headless mode to avoid creating a dock icon and stealing UI focus. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27Revert unintentional permissions changesMax Howell
Not sure what caused this, but needless to say, it wasn't desired.
2011-07-27Use Apache’s closer.cgi where appropriateMax Howell
Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it. mod_python still uses archive.apache.org as that is the only place it exists that I could find. jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.
2011-07-20fop: use apache.org binaryClaudio Ortolina
Signed-off-by: Claudio Ortolina <claudio@jumpzero.com> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-04ENH: Upgrade fop to 1.0Michael Wild
Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-07-06fop - link shell script into binAdam Vandenberg
2010-04-17Clean ups to several formulas, including:Adam Vandenberg
* Removing silly concatenation * Removing .bat files before installing * Removing silly quoting * Fixing download URLs * Removing explicit versions
2009-12-02Put more aliases in the formulaMax Howell
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-30Adding Apache FOPAustin Ziegler
Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter.