From owner-freebsd-ports@FreeBSD.ORG Thu Dec 4 20:43:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0793E16A4CE for ; Thu, 4 Dec 2003 20:43:28 -0800 (PST) Received: from uri.sublimemail.com (uri.sublimemail.com [66.45.27.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D55843F3F for ; Thu, 4 Dec 2003 20:43:27 -0800 (PST) (envelope-from steve@havk.org) Received: from bsd.havk.org (unknown [208.3.11.173]) by uri.sublimemail.com (Postfix) with ESMTP id 818F54FC03E; Thu, 4 Dec 2003 22:43:26 -0600 (CST) Received: by bsd.havk.org (Postfix, from userid 1001) id 8DB201A7BE; Thu, 4 Dec 2003 22:43:25 -0600 (CST) Date: Thu, 4 Dec 2003 22:43:25 -0600 From: Steve Price To: clayton rollins Message-ID: <20031205044324.GE55425@bsd.havk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.7-STABLE i386 cc: ports@freebsd.org Subject: Re: [DRAFT] ports contributor's guide X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 04:43:28 -0000 On Fri, Dec 05, 2003 at 04:25:29AM +0000, clayton rollins wrote: > > The doc. does a good job of presenting the fact that > adopting orphaned ports is a good place to start, but > never states any methods one would use to find > orphaned ports. (This is something I still have > questions on...) Here's one way. Not perfect by any means but it'll net you quite a few ports that need MAINTAINERs. cd /usr/ports && grep -i ports@freebsd.org INDEX | cut -f2 -d\| -steve