From owner-freebsd-ports@freebsd.org Fri Aug 14 09:48:00 2020 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 867403BB61D for ; Fri, 14 Aug 2020 09:48:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BSdsX34dmz4WSQ for ; Fri, 14 Aug 2020 09:48:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 67B4B3BB2D1; Fri, 14 Aug 2020 09:48:00 +0000 (UTC) Delivered-To: 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 678063BB359 for ; Fri, 14 Aug 2020 09:48:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSdsX25dVz4WXW; Fri, 14 Aug 2020 09:48:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (unknown [IPv6:2a02:169:175:0:12bf:48ff:fee1:88e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id 8A2AD1D9F2; Fri, 14 Aug 2020 09:47:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 14 Aug 2020 11:47:57 +0200 From: Emanuel Haupt To: "Danilo G. Baio" Cc: ports@FreeBSD.org Subject: Re: pkg-fallout reports Message-Id: <20200814114757.52f46812ffcb721e8802eeb4@FreeBSD.org> In-Reply-To: <20200813225414.jomrx4cegbp5jqit@t480.local> References: <20200813225414.jomrx4cegbp5jqit@t480.local> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) 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.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 09:48:00 -0000 "Danilo G. Baio" wrote: > Hi. > > Just sharing this simple project that gathers freebsd-pkg-fallout [1] > reports into a database for easy filtering: > > https://portsfallout.com/fallout > > > I hope it's useful for port maintainers. Thank you, this is very useful. Do you plan offer a REST API? Emanuel