diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-24 14:45:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-25 22:58:04 +0700 |
commit | 7034688606f6bc651fafc1ff10555450da483e9b (patch) | |
tree | 208157d4dbce6a90aaf40f11d68499824496d345 /office/fop | |
parent | 8c3720f130ae6ff8c23816a92a422b749a974d98 (diff) |
office/fop: Fix download URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop')
-rw-r--r-- | office/fop/README | 19 | ||||
-rw-r--r-- | office/fop/fop.info | 4 |
2 files changed, 13 insertions, 10 deletions
diff --git a/office/fop/README b/office/fop/README index 063a19b2f85f1..6d323c7135a41 100644 --- a/office/fop/README +++ b/office/fop/README @@ -1,11 +1,11 @@ -Apache FOP (Formatting Objects Processor) is a print formatter driven -by XSL formatting objects (XSL-FO) and an output independent formatter. -It is a Java application that reads a formatting object (FO) tree and -renders the resulting pages to a specified output. +Apache FOP (Formatting Objects Processor) is a print formatter +driven by XSL formatting objects (XSL-FO) and an output independent +formatter. It is a Java application that reads a formatting object +(FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, XML -(area tree representation), Print, AWT and PNG, and to a lesser extent, -RTF and TXT. The primary output target is PDF. +(area tree representation), Print, AWT and PNG, and to a lesser +extent, RTF and TXT. The primary output target is PDF. The goals of the Apache FOP project are to deliver an XSL-FO to PDF formatter that is compliant to at least the Basic conformance level @@ -19,11 +19,14 @@ Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP Project will attempt to use the latest version of evolving specifications. -The default build is for jdk 7 and 8 (including openjdk). To build -on jdk11 and newer, pass JDK11=yes to the build scrip. If you are +The default build is for jdk 7 and 8 (including openjdk). To build +on jdk11 and newer, pass JDK11=yes to the build script. If you are still running the (incredibly ancient) jdk 6, please use fop2.0, also available on SBo. Requires apache-ant and apache-maven. jai and jai-imageio are optional but recommended dependencies. + +WARNING: The SlackBuild requires network access, as the build process +downloads files from the internet. diff --git a/office/fop/fop.info b/office/fop/fop.info index 9cfe10aec6d10..2faf58b7463ba 100644 --- a/office/fop/fop.info +++ b/office/fop/fop.info @@ -2,8 +2,8 @@ PRGNAM="fop" VERSION="2.6" HOMEPAGE="https://xmlgraphics.apache.org/fop/" DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/source/fop-2.6-src.tar.gz \ - http://mirror.reverse.net/pub/apache/pdfbox/2.0.23/fontbox-2.0.23.jar \ - http://mirror.reverse.net/pub/apache/pdfbox/2.0.23/pdfbox-2.0.23.jar \ + https://slackware.uk/~urchlay/src/fontbox-2.0.23.jar \ + https://slackware.uk/~urchlay/src/pdfbox-2.0.23.jar \ https://downloads.sourceforge.net/offo/2.2/offo-hyphenation.zip" MD5SUM="1d6bc84d2ab7f971bbc628080e3c307f \ f9aa90c666c88ff29e3cd34c15d538ca \ |