Date: Wed, 17 Apr 2002 16:50:58 -0400 From: "Dan Langille" <dan@langille.org> To: Nik Clayton <nik@freebsd.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS Message-ID: <20020417205058.DD7833F28@bast.unixathome.org> In-Reply-To: <20020417083410.F30474@canyon.nothing-going-on.org> References: <200204150928.g3F9S6k60661@freefall.freebsd.org>; from obrien@FreeBSD.org on Mon, Apr 15, 2002 at 02:28:06AM -0700
next in thread | previous in thread | raw e-mail | index | archive | help
On 17 Apr 2002 at 8:34, Nik Clayton wrote: > On Mon, Apr 15, 2002 at 02:28:06AM -0700, David E. O'Brien wrote: > > obrien 2002/04/15 02:28:06 PDT > > > > Added files: > > . MAINTAINERS > > Log: > > Implement dougb's excellent suggestion, and satisfy one desire of ru. > > Warning, bikeshed imminent. . . > > How about a new Makefile target, so that we can do > > cd /usr/src/foo/bar > make maintainer > > and get all the information for that part of tree? There's no reason > why that couldn't then work for ports/ and doc/ as well. > > Might need an additional variable or two > > MAINTAINER= nik > MAINTAINER_DESC= Likes to review changes For what it's worth, FreshPorts records the maintainer of each port. To get a full list, it's a simple query: # select category || '/' || name as port, maintainer from ports_active order by port limit 10; port | maintainer -------------------------+------------------------- archivers/9e | gehicks@cisco.com archivers/arc | ache@FreeBSD.org archivers/bitbox | ijliao@FreeBSD.org archivers/bzip | ports@FreeBSD.org archivers/bzip2 | jharris@widomaker.com archivers/cabextract | sobomax@FreeBSD.org archivers/deepforest | kiri@pis.toba-cmt.ac.jp archivers/fastjar | knu@FreeBSD.org archivers/freeze | lukin@okbmei.msk.su archivers/gshar+gunshar | ports@FreeBSD.org I can make this publicly available if anyone wants it. http://FreshSource.org/ will have similar capabilities. If I can get it from a make -V, I can record it in the database. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020417205058.DD7833F28>