Port details |
- bzip Block-sorting file compressor
- 0.21_1 archivers =58 0.21_1Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: unknown
- Last Update: 2024-01-26 02:15:04
- Commit Hash: 4240a87
- People watching this port, also watch:: unzip, zip, gmake, png, libiconv
- License: GPLv2
- WWW:
- https://sourceware.org/bzip2/
- Description:
- Use of bzip2, which is intended to replace bzip, is recommended.
The algorithms used in bzip2 are different and incompatible with
those used in bzip. To open .bz archives, you must use bzip, and
to open .bz2 archives you must use bzip2. Although bzip2 sometimes
yields slightly larger output, it is faster, more reliable, maintained,
much more widely used and is believed to be patent-free.
Julian Seward, the author of bzip, gives this warning:
This program may or may not infringe certain US patents
pertaining to arithmetic coding and to the block-sorting
transformation itself. Opinions differ as to the precise
legal status of some of the algorithms used. Nevertheless,
you should be aware that commercial use of this program
could render you liable to unfriendly legal action.
- ¦ ¦ ¦ ¦
- 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/bzip/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/bzip
- pkg install bzip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bzip
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bzip-0.21.tar.gz) = 85846f55406fa019305cee6f0aa3637769e857d8fff00eba26d8effc4539b014
SIZE (bzip-0.21.tar.gz) = 325757
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_bzip
- 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 |
0.21_1 26 Jan 2024 02:15:04 |
Koichiro Iwao (meta) |
*/*: reassign ports to maintainer
that were returned to pool due to BSDforge.com unavailability (5 days).
Also, remove DEPRECATED from some ports as they have a maintainer and
he is still willing to maintain.
PR: 276620 |
0.21_1 06 Jan 2024 08:54:12 |
Daniel Engberg (diizzy) |
archivers/bzip: Unbreak and return to pool
* Update MASTER_SITES
* Modernize port
* Return to pool as bsdforge.com has expired
Approved by: portmgr (build fix) |
0.21_1 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
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) |
0.21_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 ) |
0.21_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 ) |
0.21_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.21_1 12 Nov 2020 16:11:37 |
bapt |
Patents are a complicated topic, and their regulation varies depending on
jurisdiction. Patents are not necessarily related to the license and so
should not be connected to the license framework.
As a project we will officially remove all patent limitations within the
ports tree and leave it to the user or consumer to deal with their local
legislation to determine if they can use the software without legal
restrictions.
Approved by: core |
0.21_1 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.21_1 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.21_1 06 Apr 2018 09:33:34 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
0.21_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 |
0.21_1 04 Jul 2014 09:27:59 |
culot |
- Add WWW link
PR: ports/191482
Submitted by: C. Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.21_1 11 Jun 2014 09:49:15 |
marino |
Resurrect archivers/bzip and assign maintainer
This port was removed due not having a publically available distfile.
That has been fixed per the PR with maintainership assigned to submitter.
Additionally:
* The patch-aa was renamed
* The patch-ab and patch-ac touched the same file; they were combined
and renamed
* DragonFly support was added (hence the portrevision bump)
* GPLv2 license was annotated
* 80-column formatting was respected
* PLIST sorted
PR: 188939
Submitted by: Chris Hutchinson
Tweaks: marino |
0.21 08 Mar 2014 09:49:50 |
rene |
Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles |
0.21 07 Feb 2014 18:50:30 |
bapt |
Deprecate ports unmaintained for which distillator is not able to find public
distfiles
Reported by: distilator |
0.21 21 Oct 2013 20:22:15 |
danilo |
- Update MASTER_SITES
- Add stage support |
0.21 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.21 18 Dec 2012 07:57:31 |
danfe |
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here. |
0.21 05 Jul 2012 17:26:10 |
pawel |
Add USE_CSTD=gnu89 to fix linking when building with clang |
0.21 21 Sep 2011 14:12:46 |
mi |
Unbreak by providing a new master site. Fix an ancient warning, while
I'm here. |
0.21 29 Aug 2011 03:26:33 |
linimon |
Bah, forgot to set BROKEN. |
0.21 29 Aug 2011 03:25:31 |
linimon |
Mark deprecated: unfetchable. Only one port in the repo uses this anways. |
0.21 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.21 19 Jun 2010 04:23:03 |
linimon |
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.
Hat: portmgr
Feature safe: yes |
0.21 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.21 14 Aug 2006 12:33:28 |
jmelo |
- Respect DESTDIR.
PR: ports/101783
Submitted by: Gabor Kovesdan <gabor@FreeBSD.org> |
0.21 05 Apr 2006 21:04:30 |
jmelo |
- Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by: mnag (mentor) |
0.21 22 Nov 2005 16:04:02 |
barner |
- Add backup master site
- Add SHA256 checksum
PR: ports/89416
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) |
0.21 11 Oct 2005 21:06:49 |
mnag |
Fix unfetchable master site
Take MAINTAINER
PR: 87290
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
0.21 12 Jun 2005 00:34:46 |
trevor |
This software is licensed under the GNU GPL. As mentioned in the
DESCR file and in ports/LEGAL, it may be covered by patents. I
changed NO_CDROM to RESTRICTED.
I also added a DEPRECATED line because the DESCR file recommends
the use of bzip2 instead of bzip. |
0.21 12 Jun 2005 00:21:50 |
trevor |
Explain more clearly why users might need to install this port.
Mention the fact that bzip2 sometimes compresses less efficiently.
Remove the WWW: line, since the listed site has no information about
this port. Credit the author for text taken from his README. |
0.21 27 Jul 2004 06:39:39 |
osa |
Move package files from plist to Makefile, remove pkg-plist. |
0.21 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.21 20 Feb 2003 16:44:17 |
knu |
De-pkg-comment. |
0.21 24 Sep 2002 09:24:30 |
knu |
The distfile is corrupt on this master site at the moment. Replace it
with a mirror mite that has a genuine copy.
Submitted by: bento |
0.21 22 Aug 2002 01:41:08 |
kevlo |
Update MASTER_SITES
PR: 41868
Submitted by: Josef El-Rayes <shammer@exception.at> |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
03 Jan 2001 22:17:47 |
andreas |
Changed maintainer to ports, I want to reduce my personal workload. Maybe I
take over again in the future if I have more time for this. |
08 Oct 2000 00:02:22 |
asami |
Convert archivers category to new layout. |