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.
> <snip>
> 
> 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 \|po...@freebsd.org\| | cut -f 2 -d \|

-- 
Eitan Adler
"Security is increased by designing for the way humans actually behave."
-Jakob Nielsen
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to