From owner-freebsd-questions Tue Apr 4 13:49:25 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA23020 for questions-outgoing; Tue, 4 Apr 1995 13:49:25 -0700 Received: from ix3.ix.netcom.com (ix3.ix.netcom.com [199.182.120.5]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA23006 for ; Tue, 4 Apr 1995 13:49:19 -0700 Received: from by ix3.ix.netcom.com (8.6.12/SMI-4.1/Netcom) id NAA28563; Tue, 4 Apr 1995 13:45:39 -0700 Date: Tue, 4 Apr 1995 13:45:39 -0700 Message-Id: <199504042045.NAA28563@ix3.ix.netcom.com> From: PVinci@ix.netcom.com (Paul Vinciguerra) Subject: Re: Package / Port Descriptions ... To: questions@FreeBSD.org Sender: questions-owner@FreeBSD.org Precedence: bulk >For packages, you can use pkg_info to view inside the packages. > > * All of this stuff is practically screaming: "FRAMEWORK! WHERE'S THE > * SYSTEM ADMINISTRATION PACKAGE??" at me, so I have to go now.. :-) > >Maybe we can have an undergrad (hey, isn't there someone on the list >teaching a user interface course? :) write a frontend in tcl/tk that >will descend into the /usr/ports tree and show all the descriptions >and such. And maybe even install it if you're root. :) I've written a simple script to pkg_info each package in the Package directory. If you're really going to include a html browser with 2.1, I'll try to work the output of the script into a html, built on the fly based on which packages are in the directory. Is this of any use?