From owner-freebsd-ports@freebsd.org Tue May 4 17:28:56 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BCB05FB0CB for ; Tue, 4 May 2021 17:28:56 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from m-09.smrt1.linuxpl.com (m-09.smrt1.linuxpl.com [78.46.219.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZRdz06smz3p0T for ; Tue, 4 May 2021 17:28:54 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from [88.198.46.46] (helo=s33.cyber-folks.pl) by smrt1.linuxpl.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) (envelope-from ) id 1ldyqp-000EiT-KC for freebsd-ports@freebsd.org; Tue, 04 May 2021 19:28:52 +0200 Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s33.cyber-folks.pl with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94) (envelope-from ) id 1ldyqp-0005Ck-4r for freebsd-ports@freebsd.org; Tue, 04 May 2021 19:28:51 +0200 Date: Tue, 4 May 2021 19:28:48 +0200 From: Piotr Smyrak To: freebsd-ports@freebsd.org Subject: Re: looking for port origin for executable Message-ID: <20210504192848.7e255495@daleth.home> In-Reply-To: <24721.26936.103525.451533@jerusalem.litteratus.org> References: <24721.26936.103525.451533@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; amd64-portbld-freebsd12.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FZRdz06smz3p0T X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 78.46.219.98 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com X-Spamd-Result: default: False [-3.01 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[78.46.219.98:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.46.219.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[smyrak.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[78.46.219.98:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.77)[-0.765]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.94)[-0.941]; RCVD_IN_DNSWL_NONE(0.00)[78.46.219.98:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 17:28:56 -0000 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 any additional tools: $ find /usr/ports -name pkg-plist | xargs grep -l bin/g-ir-scanner -- Piotr Smyrak