From owner-freebsd-ports@freebsd.org Fri Sep 30 08:15:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19D73C025D3 for ; Fri, 30 Sep 2016 08:15:39 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1B8E1BF7; Fri, 30 Sep 2016 08:15:38 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 0D2942845C; Fri, 30 Sep 2016 10:15:35 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id C91A828434; Fri, 30 Sep 2016 10:15:33 +0200 (CEST) Subject: Re: Google Code as an upstream is gone To: "Julian H. Stacey" , Kurt Jaeger Cc: Mathieu Arnold , freebsd-ports@FreeBSD.org, Christian Weisgerber References: <201609292110.u8TLAHgM037995@fire.js.berklix.net> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <57EE1F25.7070902@quip.cz> Date: Fri, 30 Sep 2016 10:15:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <201609292110.u8TLAHgM037995@fire.js.berklix.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 08:15:39 -0000 Julian H. Stacey wrote on 09/29/2016 23:10: [...] >> We probably need a way to find out how often a pkg is downloaded >> from a repo to understand which ports/pkg are really used in our >> user base. This helps to decide if a port is really no longer in use. > > Insufficient test. I never download packages. I always compile. > pkg info | wc -l > 1216 > I keep old distfiles. Occasionaly i've fed lost distfiles back to the net. > > PS I guess some of us might not mind enabling a switch on some not > all of our boxes, if some auto collector robot @freebsd collected > stats on ports, driven by some make post-install or post make package > Mk/ macro But it should be off by default: privacy issues. There were some attempts, for example bsdstats which can be installed from ports. But it is rarely used and stats are not correct http://bsdstats.org/ports.php To make it useful it should be in base install and On by default - and I understand that many users will be against this. Miroslav Lachman