diff options
author | pi <pi@FreeBSD.org> | 2016-05-06 15:16:47 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-06 15:16:47 +0800 |
commit | a2fe1e527f63de7aab721f41dc0a9298813ae81a (patch) | |
tree | 6edf3ea4862cc9c8230d236964f671003e87de20 /textproc/fop/Makefile | |
parent | a2cfb1ecb9b5b94f33211fef50a0caf1aa15f736 (diff) | |
download | freebsd-ports-graphics-a2fe1e527f63de7aab721f41dc0a9298813ae81a.tar.gz freebsd-ports-graphics-a2fe1e527f63de7aab721f41dc0a9298813ae81a.tar.zst freebsd-ports-graphics-a2fe1e527f63de7aab721f41dc0a9298813ae81a.zip |
textproc/fop: 2.0 -> 2.1
Changes:
- http://xmlgraphics.apache.org/fop/2.1/releaseNotes_2.1.html
Add PreloaderRawPNG to handle images ImageIO cant
Support Barcode4J page number
Support CMYK JPEG in AFP
Support IPD change on last page
Support PDF/UA
Support TrueType fonts in PCL
Support TrueType fonts in AFP
Support for PDF/A-3
PR: 209023
Submitted by: delphij
Approved by: geoff@sea-incorporated.com (maintainer)
Diffstat (limited to 'textproc/fop/Makefile')
-rw-r--r-- | textproc/fop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 7f0acf2e7d4..f04674ca7c2 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fop -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= textproc java MASTER_SITES= APACHE/xmlgraphics/fop/source/:fop \ SF/offo/offo-hyphenation/2.1:hyph @@ -25,6 +24,7 @@ PORTDOCS= * USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes +NO_ARCH= yes # Prevent out of memory error during build MAKE_ENV+= "ANT_OPTS=-Xmx512m" @@ -38,7 +38,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/${d} .endfor @cd ${WRKSRC} && \ - ${INSTALL_DATA} status.xml ${STAGEDIR}${DATADIR} && \ ${INSTALL_DATA} build/*.[jw]ar ${STAGEDIR}${DATADIR}/build && \ ${INSTALL_DATA} lib/*.jar lib/README.txt ${STAGEDIR}${DATADIR}/lib && \ ${INSTALL_DATA} conf/fop.xconf ${STAGEDIR}${DATADIR}/conf && \ |