Port details |
- zipmix Produce .ZIP file from two other ones with the best compressed files
- 20070221 archivers
=2 20070221Version of this port present on the latest quarterly branch. - Maintainer: portmaster@BSDforge.com
 - Port Added: 2009-01-09 00:37:20
- 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: not specified in port
- WWW:
- http://www.advsys.net/ken/utils.htm
- Description:
- Sometimes, when you run 2 different .ZIP programs on the same data
(PKZIP & KZIP for example), some files get compressed better in one
program, while other files get compressed better in the other.
ZIPMIX will take the best files from each one and create a new
output file, which is guaranteed to be equal to or smaller in size
to both of the input files.
ZIPMIX can also be used to perform boolean operations on ZIP files,
such as merging 2 ZIP files together, or updating a new file (with
some tricks).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zipmix>0:archivers/zipmix
- To install the port:
- cd /usr/ports/archivers/zipmix/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/zipmix
- pkg install zipmix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zipmix
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (zipmix_src.zip) = 34f049928f691be4ba3decd559654a052877b2cc377ebe78255398b532592b99
SIZE (zipmix_src.zip) = 4759
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_zipmix
- USES:
- dos2unix ncurses zip
- 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) |
20070221 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 ) |
20070221 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 ) |
20070221 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
20070221 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20070221 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
20070221 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) |
20070221 20 Nov 2016 04:41:18
  |
marino  |
archivers/zipmix, multimedia/gst123: Document ncurses requirement
Approved by: ncurses blanket |
20070221 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 |
20070221 12 Apr 2015 15:55:14
  |
danfe  |
- Unbreak: it fetches fine now from Ken Silverman's page, there was
probably some transient error; nonetheless, provide fallback mastersite
- Set MAKEFILE variable and thus kill trivial `pre-build' target
- Unmute installation command in `do-install', rephrase COMMENT text
- Transfer maintainership to the submitter
- Remove bogus header from port description text while here
PR: 199315
Submitted by: Chris Hutchinson |
20070221 05 Apr 2015 15:15:50
  |
antoine  |
Mark a few ports BROKEN in astro and archivers category (unfetchable) |
20070221 07 Mar 2014 15:35:40
  |
bapt  |
Convert archivers to USES=zip |
20070221 14 Feb 2014 16:51:44
  |
tabthorpe  |
- Reassign lioux' ports to the heap
With hat: portmgr |
20070221 26 Dec 2013 16:55:34
  |
bapt  |
Support stage
Use bsdtar to extract zip |
20 Sep 2013 13:11:21

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
20070221 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
20070221 27 May 2013 10:34:54
  |
bapt  |
Fix build with recent clang |
20070221 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
20070221 26 Mar 2009 03:41:54
 |
lioux  |
Mark MAKE_JOBS_SAFE for SMP compilation |
20070221 09 Jan 2009 00:36:38
 |
lioux  |
New port zipmix version 20070221: Produce a .ZIP file from 2 other
ones with the best compressed files from each. |