From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 16:35:37 2005 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 21EF816A4CE for ; Sun, 9 Jan 2005 16:35:37 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id B233543D4C for ; Sun, 9 Jan 2005 16:35:36 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.0.4] (c-67-174-105-242.client.comcast.net [67.174.105.242]) (authenticated bits=0) by fusion.vilot.net (8.13.1/8.12.9) with ESMTP id j09GWTCq045538; Sun, 9 Jan 2005 10:32:30 -0600 (CST) (envelope-from tom@vilot.com) Message-ID: <41E15D57.6020007@vilot.com> Date: Sun, 09 Jan 2005 09:35:35 -0700 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Jeays References: <1105278401.624.21.camel@chaucer> <200501091558.38291.freebsd-listen@fabiankeil.de> <1105287426.624.23.camel@chaucer> In-Reply-To: <1105287426.624.23.camel@chaucer> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: mkisofs and growisofs 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, 09 Jan 2005 16:35:37 -0000 Mike Jeays wrote: >Thanks very much. They both installed fine once I was told where they >are! > My avenue of last resort is this: cd /usr/ports find . -type f -name pkg-descr | xargs grep -i where is what I remember the program name to be (cdrecord, etc) Also kinda handy if you have no idea what the name is but you know you want something like, say, "audio compression": cd /usr/ports/audio find . -type f -name pkg-descr | xargs grep -i compres