From owner-cvs-all Tue Jan 11 17:20:54 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id BBDFF154A9; Tue, 11 Jan 2000 17:20:50 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id RAA01779; Tue, 11 Jan 2000 17:21:01 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Kris Kennaway Cc: "Matthew D. Fuller" , "Rodney W. Grimes" , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/delete perform.c In-reply-to: Your message of "Tue, 11 Jan 2000 17:09:06 PST." Date: Tue, 11 Jan 2000 17:21:01 -0800 Message-ID: <1777.947640061@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I think the wider objective should be to make wildcarding work for all the pkg_foo tools (where it makes sense). That is to say that it should be possible to say: pkg_info '*apache*' pkg_delete 'emacs*' etc. And no, I don't have time to write the code which takes a regexp and iteratively matches it against directory components in /var/db/pkg, but I can certainly say that it should be easy enough to implement for anyone who DOES have the time. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message