Port details |
- zutils Utilities for searching in bzip2, gzip, lzip, and xz archives
- 1.13 archivers =2 1.13Version of this port present on the latest quarterly branch.
- Maintainer: dutra@FreeBSD.org
- Port Added: 2011-04-24 20:55:11
- Last Update: 2024-05-19 04:21:03
- Commit Hash: 81c6a23
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.nongnu.org/zutils/zutils.html
- Description:
- Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given
file, including standard input, is compressed, its decompressed
content is used. Compressed files are decompressed on the fly; no
temporary files are created.
The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.
Zupdate - Recompresses files to lzip format.
The supported compressors are bzip2, gzip, lzip, and xz.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zutils>0:archivers/zutils
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/archivers/zutils/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/zutils
- pkg install zutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zutils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716092035
SHA256 (zutils-1.13.tar.lz) = 957d03c6c1b6b68c94e313ff9633bf6c7e32ab50e150ab67cc244b0ccd2a4c17
SIZE (zutils-1.13.tar.lz) = 63316
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:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_zutils
- USES:
- cpe tar:lz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13 19 May 2024 04:21:03 |
Gabriel M. Dutra (dutra) |
archivers/zutils: Update to 1.13
Take maintainership |
1.12_1 20 Feb 2024 22:09:28 |
Muhammad Moinur Rahman (bofh) |
archivers/zutils: Moved man to share/man
Approved by: portmgr (blanket) |
1.12 11 Jan 2023 17:34:09 |
Fernando Apesteguía (fernape) |
archivers/zutils: update to 1.12
Reported by: portscout |
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) |
1.11 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 ) |
1.11 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
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 ) |
1.11 29 Jun 2022 14:42:06 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict) |
1.11 11 Feb 2022 17:40:06 |
Neel Chauhan (nc) |
archivers/zutils: Update to 1.11 |
1.10 17 Jan 2022 13:20:24 |
Tobias Kortkamp (tobik) |
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan |
1.10 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
1.10 07 Oct 2021 07:05:56 |
Bernhard Froehlich (decke) |
archivers/zutils: Add CPE information
Approved by: portmgr (blanket) |
1.10 12 May 2021 21:22:13 |
Danilo Egea Gondolfo (danilo) |
archivers/zutils: Update to 1.10
Drop maintainership. |
1.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9 12 Aug 2020 16:43:02 |
danilo |
- Update to 1.9 |
1.8 12 Jun 2019 10:25:56 |
danfe |
Convert to USES=tar:lz now that support for it was added in r504008. |
1.8 06 Jan 2019 23:35:44 |
danilo |
- Update to 1.8
This version fixes a buffer overflow in zcat.
MFH: 2019Q1 |
1.7_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.7 27 Feb 2018 23:28:04 |
danilo |
- Update to 1.7 |
1.6 07 May 2017 17:24:04 |
danilo |
- Update to 1.6 |
1.5 21 May 2016 01:43:11 |
danilo |
- Update to 1.5 |
1.4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.4 16 Jun 2015 19:10:01 |
danilo |
- Fix LICENSE and pkg-descr
Requested by: Antonio Diaz <antonio@gnu.org> |
1.4 09 Jun 2015 14:58:45 |
danilo |
- Update to 1.4 |
1.3 02 Sep 2014 14:30:26 |
danilo |
- Update from 1.2 to 1.3
- Use install-strip |
1.2 01 Jul 2014 17:37:42 |
antoine |
Make those ports more likely to build with texinfo from ports
With hat: portmgr |
1.2 22 Feb 2014 13:46:33 |
danilo |
- Update from 1.1 to 1.2 |
1.1 26 Sep 2013 12:23:47 |
danilo |
- Update from 1.0 to 1.1
- Change maintainer email to @FreeBSD.org
- Add staging support
- Add lzip as EXTRACT_DEPENDS
Approved by: wg (mentor) |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.0 12 Jun 2013 11:53:22 |
wg |
- Update to 1.0
- Pass maintainership to submitter
PR: ports/179461
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Approved by: culot / jpaetzel (mentors, implicit) |
0.9 06 Dec 2012 16:39:08 |
zi |
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by: portscout
Feature safe: yes |
0.9 24 Apr 2011 20:54:44 |
makc |
Add new port archivers/zutils:
Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given
file, including standard input, is compressed, its decompressed
content is used. Compressed files are decompressed on the fly; no
temporary files are created.
The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.
The supported compressors are bzip2, gzip, lzip, and xz.
WWW: http://www.nongnu.org/zutils/zutils.html
PR: ports/156359
Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com> |