From nobody Fri May 26 02:08:58 2023 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 4QS7dr0n8lz4TJNY for ; Fri, 26 May 2023 02:09:20 +0000 (UTC) (envelope-from freebsd@gushi.org) Received: from prime.gushi.org (prime.gushi.org [IPv6:2620:137:6000:10::142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prime.gushi.org", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QS7dq5YjWz3R3J for ; Fri, 26 May 2023 02:09:19 +0000 (UTC) (envelope-from freebsd@gushi.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (2603-6080-3000-f008-3c1d-9799-b2b8-594c.res6.spectrum.com [IPv6:2603:6080:3000:f008:3c1d:9799:b2b8:594c]) (authenticated bits=0) by prime.gushi.org (8.16.1/8.16.1) with ESMTPSA id 34Q29DVI087073 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 May 2023 19:09:15 -0700 (PDT) (envelope-from freebsd@gushi.org) DKIM-Filter: OpenDKIM Filter v2.10.3 prime.gushi.org 34Q29DVI087073 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gushi.org; s=prime2014; t=1685066956; bh=1boV5aWaq7YLZRh1HTWplGASIK0Lgws+2xEiV3ARm2Q=; h=Subject:From:In-Reply-To:Date:Cc:References:To; z=Subject:=20Re:=20how=20to=20get=20info=20of=20all=20packages|From :=20"Dan=20Mahoney=20(Ports)"=20|In-Reply-To:=2 0|Date:=20Thu,=2025=20May=202023=2022:08:58=20- 0400|Cc:=20"freebsd-questions@freebsd.org"=20|References:=20|To:=20hl=20; b=OBv63CRoUYv++5sSh0QOnsXCfj7yYf9bMlstUuY+4jVoq2ilSA2TgIDkMukHnvz+p jqBsteTsobZ5ojflXXXZLTQmmWw58ZTpGichF6uewEuCt83m9wcCXSA042bfSER72P kOONR9cxoa2S6+gw7z8SUuxrYvuVF3cKn+UGLEarF25x4hWoJzbWIU/NQhxxn6cecE TiH6I3AaYzfkD6rfb1r/c78/Da1R5vUfXznNetQf+NIsM68oz+cfmFbCJ3o59z0QxN f4EYPQGa+2DZxNRN/Oq/JKtHrANyN1MYcVJ5HF0EU8xTpxrT5o9w0pD+HZo8sN9r8b OMwc2JIorW8Aw== X-Authentication-Warning: prime.gushi.org: Host 2603-6080-3000-f008-3c1d-9799-b2b8-594c.res6.spectrum.com [IPv6:2603:6080:3000:f008:3c1d:9799:b2b8:594c] claimed to be smtpclient.apple Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: Re: how to get info of all packages From: "Dan Mahoney (Ports)" In-Reply-To: Date: Thu, 25 May 2023 22:08:58 -0400 Cc: "freebsd-questions@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <1BB65DF8-B010-4C8C-941D-1EE57A54B53C@gushi.org> References: To: hl X-Mailer: Apple Mail (2.3731.600.7) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.4 (prime.gushi.org [IPv6:2620:137:6000:10:0:0:0:142]); Fri, 26 May 2023 02:09:16 +0000 (UTC) X-Rspamd-Queue-Id: 4QS7dq5YjWz3R3J X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:393507, ipnet:2620:137:6000::/44, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > On May 25, 2023, at 9:53 PM, hl wrote: >=20 > i'd like to get info of all packages, in format below: >=20 > http://ftp.sunet.se/debian/dists/bullseye/main/binary-i386/Packages.gz >=20 > does any mirror have such file for freebsd 12? Thanks! >=20 By that you mean you want to download all the packages that are = currently on a mirror, for FreeBSD 12? I don=E2=80=99t think so. They=E2=80=99d be out of date fairly = immediately. A note in the repo says: Our distfiles cache has been moved to: http://distcache.FreeBSD.org/ports-distfiles/ distfiles can be fetched by name from there, as specified in the corresponding port that uses it. But trying to view the index returns forbidden =E2=80=94 for a reason, I = think. -Dan