Port details |
- apache-poi Java API To Access Microsoft Format Files
- 5.3.0 textproc =2 5.2.5Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2013-11-04 14:21:16
- Last Update: 2025-01-02 15:40:13
- Commit Hash: 84bb1a6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel java
- License: APACHE20
- WWW:
- https://poi.apache.org/
- Description:
- The POI project consists of APIs for manipulating various file formats based
upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you
can read and write MS Excel files using Java. Soon, you'll be able to read and
write Word files using Java. POI is your Java Excel solution as well as your
Word Excel solution. However, we have a complete API for porting other OLE 2
Compound Document formats and welcome others to participate.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- apache-poi>0:textproc/apache-poi
- To install the port:
- cd /usr/ports/textproc/apache-poi/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/apache-poi
- pkg install apache-poi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-poi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735816061
SHA256 (poi-5.3.0.jar) = d514ebff22327762d38f551b6d1d78bb764770afd8d37546387ca41790323fef
SIZE (poi-5.3.0.jar) = 2979181
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- apache-log4j2>0 : devel/apache-log4j2
- SparseBitSet>0 : devel/sparsebitset
- apache-commons-io>0 : devel/apache-commons-io
- apache-commons-math>0 : math/apache-commons-math
- apache-commons-codec>0 : java/apache-commons-codec
- apache-commons-compress>0 : archivers/apache-commons-compress
- apache-commons-collections4>0 : java/apache-commons-collections4
- java : java/openjdk8
- This port is required by:
- for Run
-
- math/R-cran-XLConnect
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_apache-poi
- USES:
- cpe java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.0 02 Jan 2025 15:40:13 |
Thierry Thomas (thierry) |
textproc/apache-poi: upgrade to 5.3.0
Changelog at https://poi.apache.org/changes.html#5.3.0 . |
5.2.5 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
5.2.5 04 Feb 2024 21:13:08 |
Thierry Thomas (thierry) |
textproc/apache-poi: upgrade to 5.2.5
Changelog at <https://poi.apache.org/changes.html#5.2.5>.
Remark: POI 5.2.3 was the last version where they produced a set of
poi-bin*.zip and poi-bin*.tgz files. Now jars are published as
separate files to Maven Central.
I tried to build them from source, but failed. |
5.2.3 21 Oct 2022 20:56:58 |
Thierry Thomas (thierry) |
textproc/apache-poi: upgrade to 5.2.3
Changelog at <https://poi.apache.org/changes.html>. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.1.2 29 Jun 2022 16:33:08 |
Po-Chuan Hsieh (sunpoet) |
textproc/apache-poi: Update WWW |
4.1.2 11 Oct 2021 19:24:45 |
Daniel Engberg (diizzy) |
textproc/apache-poi: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32375 |
4.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.2 26 Feb 2020 05:05:24 |
pfg |
textproc/apache-poi: Update to 4.1.2.
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) |
4.1.1 25 Jan 2020 15:50:28 |
pfg |
textproc/apache-poi: update to version 4.1.1
Approved by: thierry (mentor) |
3.15 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
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 |
3.15 28 Mar 2017 17:36:52 |
robak |
textproc/apache-poi: update 3.14 -> 3.15
PR: 215481
Submitted by: pfg |
3.14 05 Jun 2016 09:03:51 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers
- Simplify installation |
3.14 17 Apr 2016 19:20:56 |
pi |
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 |
3.10.1 25 May 2015 21:24:23 |
amdmi3 |
- Don't install empty documentation directory
- Add LICENSE_FILE |
3.10.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
3.10.1 30 Mar 2015 18:56:11 |
sunpoet |
- Add CPE information
PR: 199031
Submitted by: shun <shun.fbsd.pr@dropcut.net> |
3.10.1 25 Sep 2014 11:23:44 |
marino |
Unbreak textproc/apache-poi to save the port from deletion
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. |
3.9 28 Aug 2014 17:26:23 |
antoine |
Deprecate ports broken for more than 6 months
With hat: portmgr |
3.9 08 Feb 2014 14:16:18 |
antoine |
Mark broken: tries to fetch files during build stage
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 |
3.9 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@) |
3.9 25 Dec 2013 22:13:10 |
rakuco |
Add license information.
PR: ports/185183
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
3.9 04 Nov 2013 14:22:34 |
wg |
textproc/apache-poi: add back to the pool
- Maintainer address no longer exists |
3.9 04 Nov 2013 14:20:39 |
wg |
textproc/apache-poi: update to 3.9
- 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) |