From nobody Wed Feb 23 04:36:02 2022 X-Original-To: freebsd-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 6F89D19E28B4 for ; Wed, 23 Feb 2022 04:36:17 +0000 (UTC) (envelope-from carlj@peak.org) Received: from smtp.email-protect.gosecure.net (smtp.email-protect.gosecure.net [208.80.203.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.email-protect.gosecure.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4K3NXJ4j24z3LbG for ; Wed, 23 Feb 2022 04:36:16 +0000 (UTC) (envelope-from carlj@peak.org) Received: from envoy14.neonova.net ([137.118.58.100]) by smtp.email-protect.gosecure.net ({f885704e-8644-11ec-a009-815daed18abe}) via TCP (outbound) with ESMTP id 20220223043608136_00004606 for ; Tue, 22 Feb 2022 20:36:08 -0800 X-RC-FROM: X-RC-RCPT: Received: from bay.localnet (unknown [199.58.99.76]) (Authenticated sender: carlj@peak.org) by envoy14.neonova.net (Postfix) with ESMTPA id 4K3NX40yMWz9sxV for ; Tue, 22 Feb 2022 23:36:03 -0500 (EST) Received: from carlj by bay.localnet with local (Exim 4.95 (FreeBSD)) (envelope-from ) id 1nMjNi-0001j7-Fj for freebsd-questions@freebsd.org; Tue, 22 Feb 2022 20:36:02 -0800 From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 12.3-RELEASE amd64, Perl, and URI: : Escape References: <20220222035845.3A03A37BE335@ary.qy> <093c8238-7d42-f04b-6597-12cd229c59d8@holgerdanske.com> Date: Tue, 22 Feb 2022 20:36:02 -0800 In-Reply-To: <093c8238-7d42-f04b-6597-12cd229c59d8@holgerdanske.com> (David Christensen's message of "Tue, 22 Feb 2022 17:25:09 -0800") Message-ID: <86o82y2o99.fsf@bay.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (berkeley-unix) 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=utf-8 Content-Transfer-Encoding: quoted-printable X-MAG-OUTBOUND: greymail.email-protect.gosecure.net@137.118.58.100/32 X-Rspamd-Queue-Id: 4K3NXJ4j24z3LbG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=peak.org; spf=pass (mx1.freebsd.org: domain of carlj@peak.org designates 208.80.203.1 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-3.79 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:208.80.200.0/21]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_SHORT(-0.99)[-0.988]; DMARC_POLICY_ALLOW(-0.50)[peak.org,none]; RCVD_IN_DNSWL_NONE(0.00)[208.80.203.1:from]; MLMMJ_DEST(0.00)[freebsd-questions]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:208.80.202.0/23, country:US]; RCVD_TLS_LAST(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[208.80.203.1:from] X-ThisMailContainsUnwantedMimeParts: N David Christensen writes: > On 2/22/22 07:12, Andrew Gould wrote: >> On Mon, Feb 21, 2022 at 9:59 PM John Levine wrote: >>=20 >>> It appears that David Christensen said: > >>>> Is there a CLI tool, WWW page, etc., that lets me list and/or search t= he >>>> contents of FreeBSD packages? >>> >>> Not easily. I have the ports installed so I can grep through the >>> pkg-plist files. > >> I=E2=80=99ve found http://www.freshports.org to be very useful. > > > I am unable to formulate a search that finds URI::Escape. This > produces results similar to 'pkg search': > > https://www.freshports.org/search.php?stype=3Dlongdescription&method=3Dma= tch&query=3DURI%3A%3AEscape&num=3D10&orderby=3Dcategory&orderbyupdown=3Dasc= &search=3DSearch&format=3Dhtml&branch=3Dhead > You might want to look into the pkg-provides port. It describes itself as: 'Pkg plugin for querying which package provides a particular file'. --=20 Carl Johnson carlj@peak.org