X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-gw0-f66.google.com (mail-gw0-f66.google.com [74.125.83.66]) by lists.alpinelinux.org (Postfix) with ESMTP id 443061EB588 for ; Thu, 13 Jan 2011 13:35:04 +0000 (UTC) Received: by gwj18 with SMTP id 18so406506gwj.1 for ; Thu, 13 Jan 2011 05:35:04 -0800 (PST) Received: by 10.236.95.173 with SMTP id p33mr4841617yhf.44.1294925704446; Thu, 13 Jan 2011 05:35:04 -0800 (PST) Received: from petrie.gateway.2wire.net (99-101-246-16.lightspeed.tulsok.sbcglobal.net [99.101.246.16]) by mx.google.com with ESMTPS id f13sm37484yhf.33.2011.01.13.05.35.03 (version=SSLv3 cipher=RC4-MD5); Thu, 13 Jan 2011 05:35:04 -0800 (PST) Date: Thu, 13 Jan 2011 07:33:55 -0600 From: William Pitcock To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] wishlist for APK in 2.2 Message-ID: <20110113073355.1b79d45c@petrie.gateway.2wire.net> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I'm mainly making some notes of some things that are inconsistent at present. These are: 1. apk info -W shows an english message: petrie:/$ apk info -W /bin/busybox /bin/busybox is owned by busybox-1.17.4-r1 Really, this should probably work more like this: petrie:/$ apk info -W /bin/busybox /bin/busybox: busybox-1.17.4-r1 That behaviour is consistent with the rest of APK's output. 2. apk search doesn't show descriptions unless you use -v: petrie:~$ apk search *busybox* busybox-1.17.4-r1 busybox-static-1.17.4-r1 busybox-initscripts-2.0-r14 If you're a user, this is unintuitive. The apk search -v output is more helpful, when you consider that someone is probably going to use apk search to find what packages to install most of the time. petrie:~$ apk search -v *busybox* busybox-1.17.4-r1 - Size optimized toolbox of many common UNIX utilities busybox-static-1.17.4-r1 - Size optimized toolbox of many common UNIX utilities busybox-initscripts-2.0-r14 - Init scripts for busybox daemons This shows what the package *does* which is useful. - nenolod --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---