Date: Sun, 09 Jan 2005 12:24:54 -0500 From: Mike Jeays <Mike.Jeays@rogers.com> To: Tom Vilot <tom@vilot.com> Cc: freebsd-questions@freebsd.org Subject: Re: mkisofs and growisofs Message-ID: <1105291493.624.27.camel@chaucer> In-Reply-To: <41E15D57.6020007@vilot.com> References: <1105278401.624.21.camel@chaucer> <200501091558.38291.freebsd-listen@fabiankeil.de> <1105287426.624.23.camel@chaucer> <41E15D57.6020007@vilot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2005-01-09 at 11:35, Tom Vilot wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I tried 'find /usr/ports -name "mkiso*"' before submitting my question. It yielded nothing because mkisofs is 'hidden' inside cdrtools. I guess I ought to have known this, as I have used if for a couple of years, but I had forgotten.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1105291493.624.27.camel>