From owner-cvs-all Wed Apr 17 13:51:50 2002 Delivered-To: cvs-all@freebsd.org Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by hub.freebsd.org (Postfix) with ESMTP id 9B2AA37B420; Wed, 17 Apr 2002 13:51:01 -0700 (PDT) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id DD7833F28; Wed, 17 Apr 2002 16:50:58 -0400 (EDT) From: "Dan Langille" Organization: DVL Software Limited To: Nik Clayton Date: Wed, 17 Apr 2002 16:50:58 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: src MAINTAINERS Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.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 X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Message-Id: <20020417205058.DD7833F28@bast.unixathome.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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