textproc/apache-poi: 3.10.1 -> 3.14

Changes: http://poi.apache.org/changes.html
- Fix for CVE-2014-3574
- Common: New version of ooxml-schema and ooxml-security jars which
  are linked to custom safe type loader
- Common: OPC relation fix for multiple same named ids (#54916)
- Common: Update third-party dependencies: commons-logging,
  commons-codec, xmlsec, bouncycastle
- Excel: Allow to set multiple cell style properties at once (#58633)
- Excel: Add API for inserting ignored warnings into XSSF sheets.
  This can be used e.g. to suppress 'number stored as text' warnings.
  (#56892)
- Powerpoint: unify hyperlink handling
- HSLF: various fixes for parsing and rendering
- WMF: new API for WMF parsing and rendering (for Powerpoint)
- XWPF: various fixes for handling paragraphs and tables

PR:		207934
MFH:		2016Q2
Submitted by:	pfg
This commit is contained in:
Kurt Jaeger 2016-04-17 19:20:56 +00:00
parent 4ebfb4cc75
commit 4b204588f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413539
2 changed files with 7 additions and 7 deletions

View file

@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= poi
PORTVERSION= 3.10.1
PORTVERSION= 3.14
CATEGORIES= textproc devel java
MASTER_SITES= APACHE/${PORTNAME}/release/bin
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}-${RELEASE_DATE}
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java API To Access Microsoft Format Files
@ -18,7 +18,7 @@ PORTDOCS= *
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
RELEASE_DATE= 20140818
RELEASE_DATE= 20160307
JARNAMES= examples excelant scratchpad ooxml ooxml-schemas
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
@ -33,9 +33,9 @@ PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${i}.jar
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${RELEASE_DATE}.jar..."
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
.for i in ${JARNAMES}
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar
.endfor
@${ECHO_MSG} " [ DONE ]"
@${ECHO_MSG} -n ">> Installing documentation in ${STAGEDIR}${DOCSDIR}/..."

View file

@ -1,2 +1,2 @@
SHA256 (poi-bin-3.10.1-20140818.tar.gz) = 9b6b7fcb5e90fe128808e5ecee97ab911676fbd419df85f660417e216ca8045c
SIZE (poi-bin-3.10.1-20140818.tar.gz) = 16653077
SHA256 (poi-bin-3.14.tar.gz) = 4aeef6a01d966510fb9d8e07faa04d8dfa6a87234beb4cd07619f914dd1b02ec
SIZE (poi-bin-3.14.tar.gz) = 19438466