Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Enable libarchive-based unzip frontend.



details:   https://anonhg.NetBSD.org/src/rev/6df61c30dedb
branches:  trunk
changeset: 747114:6df61c30dedb
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Sep 03 01:17:29 2009 +0000

description:
Enable libarchive-based unzip frontend.

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 distrib/sets/lists/comp/mi |  3 ++-
 distrib/sets/lists/man/mi  |  5 ++++-
 usr.bin/Makefile           |  4 ++--
 4 files changed, 10 insertions(+), 5 deletions(-)

diffs (85 lines):

diff -r a74dbe29aedf -r 6df61c30dedb distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Wed Sep 02 22:03:08 2009 +0000
+++ b/distrib/sets/lists/base/mi        Thu Sep 03 01:17:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.824 2009/08/23 09:05:44 mrg Exp $
+# $NetBSD: mi,v 1.825 2009/09/03 01:17:29 joerg Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -978,6 +978,7 @@
 ./usr/bin/uniq                                 base-util-bin
 ./usr/bin/units                                        base-util-bin
 ./usr/bin/unvis                                        base-util-bin
+./usr/bin/unzip                                        base-util-bin
 ./usr/bin/uptime                               base-util-bin
 ./usr/bin/usbhidaction                         base-util-bin
 ./usr/bin/usbhidctl                            base-util-bin
diff -r a74dbe29aedf -r 6df61c30dedb distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Wed Sep 02 22:03:08 2009 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Sep 03 01:17:29 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1294 2009/08/20 22:07:49 he Exp $
+#      $NetBSD: mi,v 1.1295 2009/09/03 01:17:29 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3111,6 +3111,7 @@
 ./usr/libdata/debug/usr/bin/units.debug                comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/unprotoize.debug   comp-c-debug            gcccmds,debug
 ./usr/libdata/debug/usr/bin/unvis.debug                comp-util-debug         debug
+./usr/libdata/debug/usr/bin/unzip.debug                comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/usbhidaction.debug comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/usbhidctl.debug    comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/users.debug                comp-util-debug         debug
diff -r a74dbe29aedf -r 6df61c30dedb distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed Sep 02 22:03:08 2009 +0000
+++ b/distrib/sets/lists/man/mi Thu Sep 03 01:17:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1153 2009/08/14 21:17:21 mbalmer Exp $
+# $NetBSD: mi,v 1.1154 2009/09/03 01:17:30 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -507,6 +507,7 @@
 ./usr/share/man/cat1/uniq.0                    man-util-catman         .cat
 ./usr/share/man/cat1/units.0                   man-util-catman         .cat
 ./usr/share/man/cat1/unvis.0                   man-util-catman         .cat
+./usr/share/man/cat1/unzip.0                   man-util-catman         .cat
 ./usr/share/man/cat1/uptime.0                  man-util-catman         .cat
 ./usr/share/man/cat1/usbhidaction.0            man-util-catman         .cat
 ./usr/share/man/cat1/usbhidctl.0               man-util-catman         .cat
@@ -3176,6 +3177,7 @@
 ./usr/share/man/html1/uniq.html                        man-util-htmlman        html
 ./usr/share/man/html1/units.html               man-util-htmlman        html
 ./usr/share/man/html1/unvis.html               man-util-htmlman        html
+./usr/share/man/html1/unzip.html               man-util-htmlman        html
 ./usr/share/man/html1/uptime.html              man-util-htmlman        html
 ./usr/share/man/html1/usbhidaction.html                man-util-htmlman        html
 ./usr/share/man/html1/usbhidctl.html           man-util-htmlman        html
@@ -5507,6 +5509,7 @@
 ./usr/share/man/man1/uniq.1                    man-util-man            .man
 ./usr/share/man/man1/units.1                   man-util-man            .man
 ./usr/share/man/man1/unvis.1                   man-util-man            .man
+./usr/share/man/man1/unzip.1                   man-util-man            .man
 ./usr/share/man/man1/uptime.1                  man-util-man            .man
 ./usr/share/man/man1/usbhidaction.1            man-util-man            .man
 ./usr/share/man/man1/usbhidctl.1               man-util-man            .man
diff -r a74dbe29aedf -r 6df61c30dedb usr.bin/Makefile
--- a/usr.bin/Makefile  Wed Sep 02 22:03:08 2009 +0000
+++ b/usr.bin/Makefile  Thu Sep 03 01:17:29 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.178 2009/08/15 16:21:04 joerg Exp $
+#      $NetBSD: Makefile,v 1.179 2009/09/03 01:17:29 joerg Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -25,7 +25,7 @@
        showmount shuffle sockstat soelim sort spell split stat su systat \
        tabs tail talk tcopy tee telnet tftp time tip tn3270 touch tput \
        tr true tset tsort tty ul uname unexpand unifdef \
-       uniq units unvis usbhidaction usbhidctl users utoppya \
+       uniq units unvis unzip usbhidaction usbhidctl users utoppya \
        uudecode uuencode uuidgen vacation vgrind vis vmstat vndcompress w \
        wall wc what whatis whereis who whois window \
        write xargs xinstall xlint xstr yacc yes



Home | Main Index | Thread Index | Old Index