Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Jan 2005 09:35:35 -0700
From:      Tom Vilot <tom@vilot.com>
To:        Mike Jeays <Mike.Jeays@rogers.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mkisofs and growisofs
Message-ID:  <41E15D57.6020007@vilot.com>
In-Reply-To: <1105287426.624.23.camel@chaucer>
References:  <1105278401.624.21.camel@chaucer> <200501091558.38291.freebsd-listen@fabiankeil.de> <1105287426.624.23.camel@chaucer>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <name>

where <name> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E15D57.6020007>