From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 15:26:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38E516A4CE for ; Sun, 14 Dec 2003 15:26:37 -0800 (PST) Received: from catseye.mine.nu (d207-81-17-215.bchsia.telus.net [207.81.17.215]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F8A843D1D for ; Sun, 14 Dec 2003 15:26:37 -0800 (PST) (envelope-from catseye@catseye.mine.nu) Received: (qmail 54088 invoked by uid 1001); 14 Dec 2003 23:27:47 -0000 Date: Sun, 14 Dec 2003 15:27:47 -0800 From: Chris Pressey To: freebsd-questions@freebsd.org Message-Id: <20031214152747.6a94c98d.cpressey@catseye.mine.nu> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.8 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: How to list all packages in a given category? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 23:26:37 -0000 Hi all, Apologies in advance if this is a stupid question, but I couldn't find anything relevant in the man pages or with Google: How can I list all the packages I have installed in a certain category? I'm thinking it should be something like 'pkg_info -C games', but AFAICT pkg_info doesn't have any such option like that. TIA, -Chris