From owner-freebsd-ports@FreeBSD.ORG Mon Feb 16 13:49:38 2009 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 2D9491065673; Mon, 16 Feb 2009 13:49:38 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id E652A8FC1E; Mon, 16 Feb 2009 13:49:37 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by rv-out-0506.google.com with SMTP id g9so1116064rvb.3 for ; Mon, 16 Feb 2009 05:49:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=gpXHQJbJMcx8cEBR4GC0UBgwWl+g1en5J0/D8i/O7I4=; b=L7Ji7XD1EezAhTX+oJrUNAOzpr0QoyzQQf2/4Pu/eszsobv7KcLU8Fts9dL7dRs2iB VEnJnB8RYTeyVoiR1GPkoWII1oJlrO8vlC10CCt+7QUa788wW/2tVdn2h362dr0m2yg8 JVhCBzTt/gtQu6issJewg8pf35L3eB4A6uh8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=eP8kJlH19wrrGMzPLI/uasJme13WRpYQUBYzHq66XgxiA0vAjtckeL4TJlOAMvcuIQ loD2M10OcoKdlBwd7gOE3rSDGd3mY4kPEKm2ONxLaOd34vS3FQyIYZj3ibWcGKDrvCgu 40wGislVoAZMgs5CnOSOA7Wl5SwPbm3jrrY1M= Received: by 10.142.128.15 with SMTP id a15mr2378586wfd.260.1234792177622; Mon, 16 Feb 2009 05:49:37 -0800 (PST) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 30sm9526170wfg.34.2009.02.16.05.49.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Feb 2009 05:49:36 -0800 (PST) Message-ID: <49996EF7.9050307@gmail.com> Date: Mon, 16 Feb 2009 08:49:43 -0500 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Dylan Leigh References: <200902121232.30515.tabthorpe@freebsd.org> <20090214062327.GA90185@clarence.dleigh.ath.cx> In-Reply-To: <20090214062327.GA90185@clarence.dleigh.ath.cx> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Thomas Abthorpe Subject: Re: Call for potential ports 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: Mon, 16 Feb 2009 13:49:38 -0000 Dylan Leigh wrote: > On Thu, Feb 12, 2009 at 12:32:13PM -0500, Thomas Abthorpe wrote: >> At any given time, approximately 20 - 25% of all ports are >> unmaintained. Not all unmaintained ports need updating, but some do. >> That is where you folks come in. >> >> There are a bunch of you out there who are subscribers to this list >> (and other FreeBSD related lists too, I am sure), you have FreeBSD >> installed and likely have quite an array of ports installed on this >> system of yours. You are subscribed as a means of keeping up with >> the world of FreeBSD. > > > Is there an easy way to get a list of all the unmaintained ports one > currently has installed? > > # #!/bin/sh cd /usr/ports; grep -F "`for o in \`pkg_info -qao\` ; \ do echo "|/usr/ports/${o}|" ; done`" `make -V INDEXFILE` | \ grep -i \|ports@freebsd.org\| | cut -f 2 -d \| -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen