From owner-freebsd-ports@FreeBSD.ORG Tue Oct 19 18:41:31 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 077CD106564A; Tue, 19 Oct 2010 18:41:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 939D18FC1B; Tue, 19 Oct 2010 18:41:30 +0000 (UTC) Received: from beaver.home.critical.ch (80-218-148-45.dclient.hispeed.ch [80.218.148.45]) (authenticated bits=0) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with ESMTP id o9JIfSX6009724; Tue, 19 Oct 2010 20:41:29 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 19 Oct 2010 20:41:28 +0200 From: Emanuel Haupt To: Wesley Shields Message-Id: <20101019204128.f63163cc.ehaupt@FreeBSD.org> In-Reply-To: <20101019181722.GC61265@atarininja.org> References: <20101019201223.1e773e22@it.buh.tecnik93.com> <20101019181722.GC61265@atarininja.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: New tools for committers and maintainers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 18:41:31 -0000 Wesley Shields wrote: > On Tue, Oct 19, 2010 at 08:12:23PM +0300, Ion-Mihai Tetcu wrote: > > Hi, > > > > > > A new tool was just committed to ports, ports-mgmt/distilator. > > It will check for you each of the MASTER_SITES of the port you call > > it with. > > The link I was given when ehaupt@ ran it included URLs in pkg-descr > too. It even found some of those that were no longer valid for me. ports-mgmt/distilator can do that too. It's basically code extracted from the version that creates the distilator report [1] and put into a library. ehaupt@portjail:~ $ cdport yell ehaupt@portjail:/usr/ports/audio/yell $ time distilator . 200 [DISTFILE] http://energy.critical.ch/distfiles/yell-1.0.tar.gz 200 [DISTFILE] http://critical.ch/distfiles/yell-1.0.tar.gz 200 [DISTFILE] http://sauerkraut.critical.ch/distfiles/yell-1.0.tar.gz 200 [DISTFILE] http://snow.critical.ch/distfiles/yell-1.0.tar.gz 200 [WWW] http://www.critical.ch/yell real 0m0.366s user 0m0.615s sys 0m0.090s Emanuel [1] http://people.freebsd.org/~ehaupt/distilator/