summaryrefslogtreecommitdiff
path: root/textproc/apache-poi
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/apache-poi: Update to 4.1.2.Pedro F. Giffuni2020-02-262-5/+5
| | | | | | | | | | | | | This release features better chart support in XDDF, various rendering fixes in the Common SL/EMF modules and OOM fixes when handling arbitrary slide indexes in XSLF (+ a new dependency to SparseBitSet 1.2). Several dependencies were also updated to their latest versions to pick up security fixes and other improvements. Approved by: thierry (mentor, implicit) Notes: svn path=/head/; revision=527151
* textproc/apache-poi: update to version 4.1.1Pedro F. Giffuni2020-01-252-9/+10
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=524044
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* textproc/apache-poi: update 3.14 -> 3.15Bartek Rutkowski2017-03-282-8/+8
| | | | | | | | PR: 215481 Submitted by: pfg Notes: svn path=/head/; revision=437143
* - Add NO_ARCHDmitry Marakasov2016-06-051-11/+10
| | | | | | | | - Switch to options helpers - Simplify installation Notes: svn path=/head/; revision=416388
* textproc/apache-poi: 3.10.1 -> 3.14Kurt Jaeger2016-04-172-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=413539
* - Don't install empty documentation directoryDmitry Marakasov2015-05-251-1/+2
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=387436
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Add CPE informationSunpoet Po-Chuan Hsieh2015-03-301-0/+3
| | | | | | | | PR: 199031 Submitted by: shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382708
* Unbreak textproc/apache-poi to save the port from deletionJohn Marino2014-09-252-34/+21
| | | | | | | | | | | | | | PR: 193142 1st Proposal: turutani (kyoto) 2nd Proposal: pfg@ winner: vanilla@ In the final iteration, the Maven infrastructure was removed in favor of a precompiled binary which provides the bonus of a simpler makefile in additional to being poudriere-compatible. Notes: svn path=/head/; revision=369238
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-08-281-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=366441
* Mark broken: tries to fetch files during build stageAntoine Brodin2014-02-081-0/+2
| | | | | | | | | | | | | | | | | downloadfile: [get] Getting: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [get] To: /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/lib/commons-logging-1.1.jar [get] Error getting http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar to /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/lib/commons-logging-1.1.jar BUILD FAILED /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/build.xml:323: The following error occurred while executing this line: /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/build.xml:302: java.net.UnknownHostException: repo1.maven.org Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=343332
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add license information.Raphael Kubo da Costa2013-12-251-0/+2
| | | | | | | | PR: ports/185183 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=337460
* textproc/apache-poi: add back to the poolWilliam Grzybowski2013-11-041-1/+1
| | | | | | | - Maintainer address no longer exists Notes: svn path=/head/; revision=332727
* textproc/apache-poi: update to 3.9William Grzybowski2013-11-043-0/+61
- Update to 3.9 - Rename it to jakarta-poi - Allow staging PR: ports/181308 Submitted by: Pedro Giffuni <giffunip tutopia.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=332726