Re: looking for port origin for executable

2021-05-05 Thread Tatsuki Makino
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

Re: looking for port origin for executable

2021-05-05 Thread Eugene Grosbein
05.05.2021 0:28, Piotr Smyrak wrote: >> Would some kind soul please tell me which port installs the >> executable "g-ir-scanner"? I was purging unused ports and seem to >> have done this one by mistake. > > When I hit a wall like this, this is my usual way to get around without > any

Re: looking for port origin for executable

2021-05-05 Thread Michael Gmelin
> On 5. May 2021, at 20:25, Christian Weisgerber wrote: > > On 2021-05-04, Robert Huff wrote: > >>Would some kind soul please tell me which port installs the >> executable "g-ir-scanner"? I was purging unused ports and seem to >> have done this one by mistake. > > pkg-which(1) > > $

Re: looking for port origin for executable

2021-05-05 Thread Christian Weisgerber
On 2021-05-04, Robert Huff wrote: > Would some kind soul please tell me which port installs the > executable "g-ir-scanner"? I was purging unused ports and seem to > have done this one by mistake. pkg-which(1) $ pkg which /usr/local/bin/g-ir-scanner /usr/local/bin/g-ir-scanner was

Re: looking for port origin for executable

2021-05-04 Thread Rodrigo Osorio
On 5/4/21 3:53 PM, Freddie Cash wrote: On Tue, May 4, 2021 at 8:33 AM Robert Huff wrote: Would some kind soul please tell me which port installs the executable "g-ir-scanner"? I was purging unused ports and seem to have done this one by mistake. http://freshports.org allows you to

Re: looking for port origin for executable

2021-05-04 Thread Rodrigo Osorio
On 5/4/21 5:29 PM, Tatsuki Makino wrote: Rodrigo Osorio wrote on 2021/05/05 00:59: pkg-provides also does the job :) % pkg provides g-ir-scanner Name    : gobject-introspection-1.66.1,1 Desc    : Generate interface introspection data for GObject libraries Repo    : FreeBSD Filename:

Re: looking for port origin for executable

2021-05-04 Thread Tatsuki Makino
Rodrigo Osorio wrote on 2021/05/05 00:59: > pkg-provides also does the job :) > > % pkg provides g-ir-scanner > > Name    : gobject-introspection-1.66.1,1 > Desc    : Generate interface introspection data for GObject libraries > Repo    : FreeBSD > Filename: usr/local/man/man1/g-ir-scanner.1.gz

Re: looking for port origin for executable

2021-05-04 Thread Piotr Smyrak
On Tue, 4 May 2021 11:33:12 -0400 Robert Huff wrote: > Would some kind soul please tell me which port installs the > executable "g-ir-scanner"? I was purging unused ports and seem to > have done this one by mistake. When I hit a wall like this, this is my usual way to get around without

Re: looking for port origin for executable

2021-05-04 Thread Rodrigo Osorio
On 5/4/21 3:53 PM, Freddie Cash wrote: On Tue, May 4, 2021 at 8:33 AM Robert Huff wrote: Would some kind soul please tell me which port installs the executable "g-ir-scanner"? I was purging unused ports and seem to have done this one by mistake. http://freshports.org allows you

Re: looking for port origin for executable

2021-05-04 Thread Freddie Cash
On Tue, May 4, 2021 at 8:33 AM Robert Huff wrote: > Would some kind soul please tell me which port installs the > executable "g-ir-scanner"? I was purging unused ports and seem to > have done this one by mistake. > http://freshports.org allows you to do searches of pkg-plist files.

Re: looking for port origin for executable

2021-05-04 Thread Herbert J. Skuhra
On Tue, May 04, 2021 at 11:33:12AM -0400, Robert Huff wrote: > > Hello: > Would some kind soul please tell me which port installs the > executable "g-ir-scanner"? I was purging unused ports and seem to > have done this one by mistake. devel/gobject-introspection -- Herbert