Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 14:33:12 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: looking for port origin for executable
Message-ID:  <PSAPR03MB56398E56EF174D97201B8D6AFA589@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <20210504192848.7e255495@daleth.home>
References:  <24721.26936.103525.451533@jerusalem.litteratus.org> <20210504192848.7e255495@daleth.home>

next in thread | previous in thread | raw e-mail | index | archive | help
Piotr Smyrak wrote on 2021/05/05 02:28:
> $ find /usr/ports -name pkg-plist | xargs grep -l bin/g-ir-scanner

If grep is to be used, then

grep -rn --include \*/Makefile\* --include \*/pkg-plist\* -e g-ir-scanner /usr/ports

It can also be picked up to some extent from PLIST_FILES in the Makefile.




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