From owner-freebsd-ports@freebsd.org Fri May 25 21:25:15 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7223EF4DDA for ; Fri, 25 May 2018 21:25:15 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0BA754D1; Fri, 25 May 2018 21:25:15 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-wr0-f175.google.com with SMTP id a15-v6so11363297wrm.0; Fri, 25 May 2018 14:25:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+NHnCBXkLiZ+lHyRN/JR9sfRMgZYn9KuN50l9MD4Vdc=; b=FEd5BCMIOMi7Gs3Se4NdCWjNuGI/aNvyomqBzeBFdZwVibud6nHeEcDnF8Bchaw1CY Bq/ReB4X5jeenGKkqI9xlYPk62C4UVLJ+p1e/mDHbSjD+uqqzTfdT9nkCGdhZ1V3k73p txzTU4tkTjqnhnDJcyQMa7M6O/MyZwx87uDWje6TGeiJGhE+hMxW9e2ynSVp+76MABRS rdoH+MNeZhJ6abl1ur1qusSDKgsc3iIle239Qc4swA5UiCOD3qs8KkgamehgNzWrg0/J 66zNfaHQ9e8/fjqCrmwNIQpvvtmyFMlaSM9euGWbCvq/PQiwDppJqAkex7qUz6np7Cvb 2bBw== X-Gm-Message-State: ALKqPwfDMhj8uLYlrE1Cp91frqktsNNomLazlFjVZdyNP2KbopMan5Eu D7du/P0G/noYwRvr2IM4b7rx2RpYEHI= X-Google-Smtp-Source: ADUXVKKjWKubqobF3lGKIcgCiBjRUKni9GXtvH9vjBiyxLIDW1UOaa8BA90+T6NvtUItrsss/eLPHw== X-Received: by 2002:a19:1f51:: with SMTP id f78-v6mr2418605lff.42.1527283513700; Fri, 25 May 2018 14:25:13 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id p76-v6sm5633071lfp.44.2018.05.25.14.25.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 14:25:13 -0700 (PDT) Date: Fri, 25 May 2018 23:26:19 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Ernie Luzar Cc: mat@FreeBSD.org, "freebsd-ports@freebsd.org" , portmgr@freebsd.org Subject: Re: List of which pkg's have been downloaded Message-ID: <20180525232619.492bb0c3@oxy> In-Reply-To: <5AC687CB.40604@gmail.com> References: <5AC687CB.40604@gmail.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 21:25:15 -0000 On Thu, 05 Apr 2018 16:32:11 -0400 Ernie Luzar wrote: >Goal = I want to get statistics from the pkg system mirrored servers >containing a count of how many times a pkg has been downloaded. > >First of all, are these statistics currently available? > >Who should I contact about getting these statistics? > >If not currently available, who should I contact about getting the >information needed to design a method to capture these statistics? > >I am willing to do the coding and testing to make this happen. That would be really cool, I think. For the time being I've added this idea to our wiki so that it isn't forgotten. Cheers, Mateusz Piotrowski