Port details |
- kzip PKZIP-compatible compressor focusing on space over speed
- 20200115_1 archivers =2 20200115_1Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2009-01-09 00:38:59
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: KZIP
- WWW:
- http://www.advsys.net/ken/
- Description:
- Linux ports of KZIP and ZIPMIX by Ken Silverman.
A PKZIP-compatible compressor focusing on space over speed. KZIP
creates smaller .ZIP files than PKZIP with maximum compression
enabled and even beats 7-Zip most of the time.
- ¦ ¦ ¦ ¦
- 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/kzip/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/kzip
- pkg install kzip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kzip
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1610703063
SHA256 (kzipmix-20200115-bsd-static.tar.gz) = c583763646f08788d5929de295662a3b3384f7082029e041f7b6612b7270aff6
SIZE (kzipmix-20200115-bsd-static.tar.gz) = 803973
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_kzip
- 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 |
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) |
20200115_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 ) |
20200115_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 ) |
20200115_1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
20200115_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20200115_1 01 Feb 2021 19:48:21 |
antoine |
Do not include bsd.port.mk twice |
20200115_1 18 Jan 2021 10:19:27 |
rodrigo |
archivers/kzip: license change
After discussion with the author, the license terms of kzip where updated to
allow repackaging and redistribution of the original binaries by non-commercial
projects that distribute it freely.
http://advsys.net/ken/utils.htm#pngoutkziplicense
- Update the LICENCE_* in the port
- Add a license file with the lew license terms displayed in the website
- Update LEGAL accordingly |
20200115 15 Jan 2021 10:46:24 |
rodrigo |
archivers/kzip: update to v20200115
- Use FreeBSD static binary instead of linux one
- Take maintenership for this port
- Update Makefile to make portlint happy
Major changes:
* hardening options enabled during compilation |
20150319 25 Dec 2017 09:00:42 |
amdmi3 |
- Simplify Makefile
- Unsilence installation commands |
20150319 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
20150319 07 May 2015 10:04:00 |
jbeich |
archivers/kzip: update to 20150319 and allow on amd64 |
20091108 27 Jul 2014 01:16:19 |
marino |
archivers/kzip: Upgrade version 20070805 => 20091108
PR: 191205
Submitted by: Carlos JPM |
20070805 14 Feb 2014 16:51:44 |
tabthorpe |
- Reassign lioux' ports to the heap
With hat: portmgr |
20070805 12 Feb 2014 21:27:33 |
ehaupt |
Support staging |
20070805 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
20070805 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
20070805 09 Jan 2009 00:38:45 |
lioux |
New port kzip version 20070805: PKZIP-compatible compressor focusing
on space over speed. |