From owner-freebsd-ports@freebsd.org Tue Feb 23 06:55:14 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 4A82C55F249 for ; Tue, 23 Feb 2021 06:55:14 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dl8v61jlxz4VWQ; Tue, 23 Feb 2021 06:55:14 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mammoth.tagato.jp (unknown [IPv6:2409:11:22a0:8900::34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: tagattie/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8B3B92BE95; Tue, 23 Feb 2021 06:55:13 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Subject: Re: vscode vs vscodium (a lot of vs). To: Jacques Foucry , freebsd-ports@freebsd.org References: <31281d48-f7a0-4ec4-952f-97a3110724dd@yandex.com> From: Hiroki Tagato Message-ID: <8422c2fa-8abb-36fe-d384-3f92ac856738@FreeBSD.org> Date: Tue, 23 Feb 2021 15:55:12 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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, 23 Feb 2021 06:55:14 -0000 Hi Jacques, The vscode packages was unavailable for some time. But it should be now in the official package repository. Can you try again? Best regards, Hiroki On 2021/02/14 17:38, Jacques Foucry wrote: > Le samedi 13 févr. 2021 à 20:25:17 (+0900), Hiroki Tagato à écrit: > Hello Hiroki, > >> Hi Jacques, >> >> editors/vscode is based on the source available at the Microsoft's >> GitHub repository: https://github.com/microsoft/vscode >> >> VSCodium is also based on the Microsoft's source but it is with a set of >> patches for removing tracking-related codes and with an alternative >> branding. >> >> If you would like to use VSCode without being tracked by Microsoft, >> please see the following URL: >> https://code.visualstudio.com/docs/getstarted/telemetry > > > Ok. thanks for pointing it to me. > > I have another question about vscode. > I can't find it in my repo: > > FreeBSD: { > url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > > But freshports > (https://www.freshports.org/search.php?query=vscode&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive) > seems to said the pkg is available. > > Did someone have an explaination? > > Thanks again for your time and advices,