From nobody Tue May 30 20:16:43 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QW3Zh6Snsz4Y64q for ; Tue, 30 May 2023 20:16:44 +0000 (UTC) (envelope-from doug@safeport.com) Received: from fledge.watson.org (fledge.watson.org [147.160.157.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "A1-48603", Issuer "A1-48603" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QW3Zh4RfPz4J89; Tue, 30 May 2023 20:16:44 +0000 (UTC) (envelope-from doug@safeport.com) Authentication-Results: mx1.freebsd.org; none Received: from fledge.watson.org (doug@localhost [127.0.0.1]) by fledge.watson.org (8.16.1/8.16.1) with ESMTPS id 34UKGh1F024552 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 30 May 2023 20:16:43 GMT (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.16.1/8.16.1/Submit) with ESMTP id 34UKGhHf024549; Tue, 30 May 2023 20:16:43 GMT (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Tue, 30 May 2023 20:16:43 +0000 (UTC) From: doug Reply-To: doug@safeport.com To: Matthew Seaman cc: questions@freebsd.org Subject: Re: how to show files list of package? In-Reply-To: Message-ID: References: <5f775955-8671-a4b9-5ef0-26a8c084f72c@safeport.com> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4QW3Zh4RfPz4J89 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6405, ipnet:147.160.157.0/24, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, 30 May 2023, Matthew Seaman wrote: > On 30/05/2023 16:48, doug wrote: >>> There isn't really a good solution currently to being able to query a >>> repository and find what packages contain a particular file. >>> >> pkg info -lard | grep name > > Only works for packages you already have installed and not, as I specified, > for any package in a repository. That kind of how I interperted the question. Your answer was very specific. We have several poudriere repositories and it looks like a simple find from the repository base would do this. Mostly I am asking this to see what I am missing.