Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jan 2022 21:33:11 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com>
Cc:        FreeBSD Ports List <freebsd-ports@freebsd.org>
Subject:   Re: New 2022Q1 branch
Message-ID:  <fsq7-42ns-wny@FreeBSD.org>
In-Reply-To: <CAOgwaMsnSm4iRu3-g6HRCeGXfhcr2YAVFzJqqYjjoqUEuNsd%2BQ@mail.gmail.com> (Mehmet Erol Sanliturk's message of "Sat, 1 Jan 2022 22:46:04 %2B0300")
References:  <YdCZVT%2BNaiSYoT0n@freefall.freebsd.org> <CAOgwaMsnSm4iRu3-g6HRCeGXfhcr2YAVFzJqqYjjoqUEuNsd%2BQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com> writes:

> On Sat, Jan 1, 2022 at 9:12 PM Rene Ladan <portmgr-secretary@freebsd.org>
> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA512
>>
>> Hi,
>>
>> The 2022Q1 branch has been created. It means that the next update on the
>> quarterly packages will be on the 2022Q1 branch.
[...]
> Is there a link ( or links ) of downloadable package repositories ?
>
> Searches in the Internet are not producing a usable link to a package
> repository or repositories ( if there are mirror sites ) .

What's the intent? For a local mirror try the following:

  #### On 13.0 amd64 the whole set is about 90 GiB and it constantly changes
  # pkg fetch -r FreeBSD -a
  # mkdir -p /usr/local/etc/pkg/repos
  # printf 'cache: {\n  url: "file:///var/cache/pkg",\n  enabled: yes\n}\n' >/usr/local/etc/pkg/repos/cache.conf
  # pkg repo /var/cache/pkg

If you just want to browse available packages the directory listing via
HTTP has been disabled due to "the generation of these indexes was
causing excessive CPU load on the servers" (bug 247998). Instead use
FreshPorts, pkg(8) or manually parse e.g.,

  $ w3m -dump https://freshports.org/www/firefox
  [...]
              ABI           latest  quarterly
  [...]
      FreeBSD:13:amd64     95.0.2,2 95.0.2,2
  [...]

  $ pkg rquery %v firefox
  95.0.2,2

  $ fetch https://pkg.freebsd.org/FreeBSD:13:amd64/latest/packagesite.pkg
  $ tar xOf packagesite.pkg --include \*.yaml | jq -r '.. | select(.name? == "firefox") | .version'
  95.0.2,2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fsq7-42ns-wny>