Port details |
- rzip Compression program similar to gzip or bzip2
- 2.1_2 archivers =10 2.1_2Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2004-04-20 11:40:56
- Last Update: 2024-01-23 13:37:38
- Commit Hash: 879c351
- People watching this port, also watch:: unzip, zip, mplayer, flac, aspell
- License: GPLv2
- WWW:
- https://rzip.samba.org/
- Description:
- rzip is a compression program, similar in functionality to gzip or bzip2, but
able to take advantage from long distance redundancies in files, which can
sometimes allow rzip to produce much better compression ratios than other
programs.
The principal advantage of rzip is that it has an effective history buffer of
900 Mbyte. This means it can find matching pieces of the input file over huge
distances compared to other commonly used compression programs. The gzip
program by comparison uses a history buffer of 32 kbyte and bzip2 uses a
history buffer of 900 kbyte. The second advantage of rzip over bzip2 is that it
is usually faster. This may seem surprising at first given that rzip uses the
bzip2 library as a backend (for handling the short-range compression), but it
makes sense when you realise that rzip has usually reduced the data a fair bit
before handing it to bzip2, so bzip2 has to do less work.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/archivers/rzip/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/rzip
- pkg install rzip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rzip
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rzip-2.1.tar.gz) = 4bb96f4d58ccf16749ed3f836957ce97dbcff3e3ee5fd50266229a48f89815b7
SIZE (rzip-2.1.tar.gz) = 46785
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- archivers/deco
Configuration Options:
- No options to configure
- Options name:
- archivers_rzip
- USES:
- cpe
- 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 |
2.1_2 23 Jan 2024 13:37:38 |
Emanuel Haupt (ehaupt) |
archivers/rzip: Move man pages to share/man |
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) |
2.1_1 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 ) |
2.1_1 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 ) |
2.1_1 05 Oct 2021 19:11:35 |
Bernhard Froehlich (decke) |
archivers/rzip: Add CPE information
Approved by: portmgr (blanket) |
2.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1_1 13 Feb 2020 23:42:42 |
ehaupt |
Set the install-path via configure instead of patching Makefile.in
The change gets rid of the sole patch -- and thus the entire files/ -- by using
a Makefile-knob.
The resulting build is exactly the same -- no need to bump PORTREVISION.
PR: 244107
Submitted by: mi |
2.1_1 28 Aug 2018 07:55:30 |
ehaupt |
Update WWW and MASTER_SITES |
2.1_1 08 Aug 2016 09:23:08 |
ehaupt |
Strip binary |
2.1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.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 |
2.1 15 Nov 2013 09:41:41 |
ehaupt |
- Add LICENSE
- Support staging
- Take maintainership |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
2.1 09 Jul 2013 21:26:49 |
pav |
- Drop all my ports |
2.1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.1 21 Feb 2006 10:41:26 |
pav |
- Update to 2.1 |
2.0 23 Nov 2005 17:38:02 |
pav |
- Add some SHA256s |
2.0 20 Apr 2004 11:39:49 |
pav |
Add rzip, a compression program, similar in functionality to gzip or bzip2, but
able to take advantage from long distance redundancies in files, which can
sometimes allow rzip to produce much better compression ratios than other
programs.
WWW: http://rzip.samba.org/ |