Date: Tue, 19 Oct 2010 20:41:28 +0200 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: Wesley Shields <wxs@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: New tools for committers and maintainers 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Wesley Shields <wxs@freebsd.org> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101019204128.f63163cc.ehaupt>