notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
apache-commons-compress Classes for working with various archivers
1.27.1 archivers on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.27.1Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-05-01 20:12:11
Last Update: 2025-02-02 17:01:53
Commit Hash: 2748d7e
People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
Also Listed In: java
License: APACHE20
WWW:
https://commons.apache.org/proper/commons-compress/
Description:
The Apache Commons Compress library defines an API for working with ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE, lz4, Brotli, Zstandard, DEFLATE64 and Z files.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. /usr/local/share/java/classes/commons-compress.jar
  2. /usr/local/share/licenses/apache-commons-compress-1.27.1/catalog.mk
  3. /usr/local/share/licenses/apache-commons-compress-1.27.1/LICENSE
  4. /usr/local/share/licenses/apache-commons-compress-1.27.1/APACHE20
Collapse this list.
Dependency lines:
  • apache-commons-compress>0:archivers/apache-commons-compress
To install the port:
cd /usr/ports/archivers/apache-commons-compress/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/apache-commons-compress
  • pkg install apache-commons-compress
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: apache-commons-compress
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1738513616 SHA256 (commons-compress-1.27.1-bin.tar.gz) = a6c0fd56c796c71da8bdd5068c46d40a6f9f8e743f0f64bbd0dbb26769ec5f00 SIZE (commons-compress-1.27.1-bin.tar.gz) = 130521374

Packages (timestamps in pop-ups are UTC):
apache-commons-compress
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.27.11.27.1-1.27.11.27.1---
FreeBSD:13:quarterly1.26.21.26.21.23.01.26.21.26.2-1.25.01.25.0
FreeBSD:14:latest1.27.11.27.11.221.27.11.27.1--1.23.0
FreeBSD:14:quarterly1.26.21.26.2-1.26.21.26.2-1.25.01.25.0
FreeBSD:15:latest1.27.11.27.1n/a1.27.1n/a-1.25.01.26.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Run
  1. math/R-cran-XLConnect
  2. textproc/apache-poi

Configuration Options:
===> The following configuration options are available for apache-commons-compress-1.27.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
archivers_apache-commons-compress
USES:
java
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (7 items)
Collapse this list.
  1. http://ftp.kddi-research.jp/infosystems/apache/commons/compress/binaries/
  2. http://miroir.univ-lorraine.fr/apache/commons/compress/binaries/
  3. http://mirror.cogentco.com/pub/apache/commons/compress/binaries/
  4. http://mirror.navercorp.com/apache/commons/compress/binaries/
  5. https://dlcdn.apache.org/commons/compress/binaries/
  6. https://ftp.wayne.edu/apache/commons/compress/binaries/
  7. https://mirror.its.dal.ca/apache/commons/compress/binaries/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.27.1
02 Feb 2025 17:01:53
commit hash: 2748d7ec1e7b80f86f78235618272623e817ef59commit hash: 2748d7ec1e7b80f86f78235618272623e817ef59commit hash: 2748d7ec1e7b80f86f78235618272623e817ef59commit hash: 2748d7ec1e7b80f86f78235618272623e817ef59 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.27.1

Changelog at
https://commons.apache.org/proper/commons-compress/changes-report.html#a1.27.1
1.26.2
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
1.26.2
01 Jun 2024 18:24:16
commit hash: 1e2817f4a30685053543d7b00e376a5f0ce72557commit hash: 1e2817f4a30685053543d7b00e376a5f0ce72557commit hash: 1e2817f4a30685053543d7b00e376a5f0ce72557commit hash: 1e2817f4a30685053543d7b00e376a5f0ce72557 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.26.2

Changelog at
	<https://commons.apache.org/proper/commons-compress/changes-report.html#a1.26.2>
1.26.1
13 Mar 2024 20:50:20
commit hash: 4484b1a5e73cc39e457ebcce17b1658851661bb4commit hash: 4484b1a5e73cc39e457ebcce17b1658851661bb4commit hash: 4484b1a5e73cc39e457ebcce17b1658851661bb4commit hash: 4484b1a5e73cc39e457ebcce17b1658851661bb4 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.26.1

Changelog at
	<https://commons.apache.org/proper/commons-compress/changes-report.html#a1.26.1>
1.26.0
20 Feb 2024 19:06:15
commit hash: ddcefa1b7576f68f08fa504d23521682202df58ecommit hash: ddcefa1b7576f68f08fa504d23521682202df58ecommit hash: ddcefa1b7576f68f08fa504d23521682202df58ecommit hash: ddcefa1b7576f68f08fa504d23521682202df58e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.26.0

Changelog at
<https://commons.apache.org/proper/commons-compress/changes-report.html#a1.26.0>
1.25.0
17 Nov 2023 18:04:20
commit hash: cf4ba9ed714c3b24686e07fa5309d968ba638d82commit hash: cf4ba9ed714c3b24686e07fa5309d968ba638d82commit hash: cf4ba9ed714c3b24686e07fa5309d968ba638d82commit hash: cf4ba9ed714c3b24686e07fa5309d968ba638d82 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.25.0

Release notes at
	<https://commons.apache.org/proper/commons-compress/changes-report.html#a1.25.0>
1.24.0
10 Sep 2023 16:29:48
commit hash: 6427a447b62316a5b2808a0283e76f15bbd53e28commit hash: 6427a447b62316a5b2808a0283e76f15bbd53e28commit hash: 6427a447b62316a5b2808a0283e76f15bbd53e28commit hash: 6427a447b62316a5b2808a0283e76f15bbd53e28 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.24.0
1.23.0
24 Mar 2023 16:58:01
commit hash: 68877e2caa9c6533daa783d3d5b53ed7aa103c96commit hash: 68877e2caa9c6533daa783d3d5b53ed7aa103c96commit hash: 68877e2caa9c6533daa783d3d5b53ed7aa103c96commit hash: 68877e2caa9c6533daa783d3d5b53ed7aa103c96 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.23.0

Changelog at
	<https://commons.apache.org/proper/commons-compress/changes-report.html#a1.23.0>
1.22
02 Nov 2022 21:06:33
commit hash: 66fa0dcd803e0949135232e179cf67d57ffc38a9commit hash: 66fa0dcd803e0949135232e179cf67d57ffc38a9commit hash: 66fa0dcd803e0949135232e179cf67d57ffc38a9commit hash: 66fa0dcd803e0949135232e179cf67d57ffc38a9 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: upgrade to 1.22

Release notes at
<https://dlcdn.apache.org//commons/compress/RELEASE-NOTES.txt>.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.21
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.21
20 Jul 2022 14:20:49
commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.21
01 May 2022 20:09:06
commit hash: d0b89749222fcc872fd318dcb15be44ed3eabc7bcommit hash: d0b89749222fcc872fd318dcb15be44ed3eabc7bcommit hash: d0b89749222fcc872fd318dcb15be44ed3eabc7bcommit hash: d0b89749222fcc872fd318dcb15be44ed3eabc7b files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
archivers/apache-commons-compress: adding a Java library to work with various
archivers

Number of commits found: 13