freebsd-ports/archivers/zipmix/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

12 lines
507 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).