Thanks, Daniel, On 7/05/17 1:05 PM, Daniel Jakots wrote:
On Sun, 7 May 2017 12:58:18 +1000, Douglas Ray <[email protected]> wrote:I want a procedure to discover, for instance, that cdda2wav is an executable supplied by the cdrtools port.If you want to know from which package a binary comes from you can do something like `pkg_info -E $(which cdda2wav)`. If you want to know what are the binaries installed by a port, you can run `grep bin pkg/PLIST`. I hope that helps.
PLIST is what I need.
