Add unzip(1). If you can't beat 'em, join 'em
authorJohn Marino <draco@marino.st>
Tue, 22 Mar 2016 15:57:15 +0000 (16:57 +0100)
committerJohn Marino <draco@marino.st>
Tue, 22 Mar 2016 16:44:54 +0000 (17:44 +0100)
commit796f79d66f7686af5fbc55629bc1e445ea227234
tree459505edb598da0d68a8bf2b3897511c19bab1d2
parente5255fcf8085a2dc686903c7459162a1272e93f1
Add unzip(1). If you can't beat 'em, join 'em

The unzip utility isn't particularly necessary (the version of unzip in
ports is better), but the ports tree does leverage it extensively.  I've
been patching around all the resulting failures, but it's easier just to
import unzip(1) from FreeBSD and remove the ports tree modifications.

This tool has also been available in NetBSD since version 6.0, so maybe
bringing it into DragonFly will establish it as a standard BSD utility.
usr.bin/Makefile
usr.bin/unzip/Makefile [new file with mode: 0644]
usr.bin/unzip/unzip.1 [new file with mode: 0644]
usr.bin/unzip/unzip.c [new file with mode: 0644]