freebsd-ports/archivers/zipmix/pkg-descr
Alexey Dokuchaev 6eeddf29a0 - 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
2015-04-12 15:55:13 +00:00

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