From owner-cvs-src Mon Mar 24 16:51:46 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D1F37B401; Mon, 24 Mar 2003 16:51:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0B143FA3; Mon, 24 Mar 2003 16:51:42 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2P0pg0U076152; Mon, 24 Mar 2003 16:51:42 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2P0pgN6076151; Mon, 24 Mar 2003 16:51:42 -0800 (PST) Message-Id: <200303250051.h2P0pgN6076151@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 24 Mar 2003 16:51:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 X-FreeBSD-CVS-Branch: HEAD X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/03/24 16:51:42 PST FreeBSD src repository Modified files: usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 Log: Implement the 'Q' option which is like 'q' (quiet output) except that it prefaces the output with the package name. This is useful for things like this: # pkg_info -Qsa | awk -F : '{print $2 "\t" $1}' | sort -rn | expand -t 10 Revision Changes Path 1.25 +1 -0 src/usr.sbin/pkg_install/info/info.h 1.42 +7 -1 src/usr.sbin/pkg_install/info/main.c 1.51 +2 -0 src/usr.sbin/pkg_install/info/perform.c 1.46 +7 -1 src/usr.sbin/pkg_install/info/pkg_info.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message