mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
6eeddf29a0
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
14 lines
549 B
Plaintext
14 lines
549 B
Plaintext
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).
|
|
|
|
WWW: http://www.advsys.net/ken/utils.htm
|