git: DragonFly_RELEASE_4_4 Add unzip(1). If you can't beat 'em, join 'em
John Marino
marino at crater.dragonflybsd.org
Tue Mar 22 09:46:27 PDT 2016
commit 796f79d66f7686af5fbc55629bc1e445ea227234
Author: John Marino <draco at marino.st>
Date: Tue Mar 22 16:57:15 2016 +0100
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.
Summary of changes:
usr.bin/Makefile | 1 +
usr.bin/unzip/Makefile | 8 +
usr.bin/unzip/unzip.1 | 193 +++++++++
usr.bin/unzip/unzip.c | 1064 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 1266 insertions(+)
create mode 100644 usr.bin/unzip/Makefile
create mode 100644 usr.bin/unzip/unzip.1
create mode 100644 usr.bin/unzip/unzip.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/796f79d66f7686af5fbc55629bc1e445ea227234
--
DragonFly BSD source repository
More information about the Commits
mailing list