Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Nov 2011 21:50:08 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        freebsd-ports <freebsd-ports@FreeBSD.org>
Subject:   Re: Trivial conformity thing...
Message-ID:  <4EB9A410.2050008@infracaninophile.co.uk>
In-Reply-To: <4EB72AB0.40106@FreeBSD.org>
References:  <4EB68EC7.4000500@infracaninophile.co.uk> <4EB72AB0.40106@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/11/2011 00:47, Doug Barton wrote:
> Thanks for reporting this. FYI your pattern missed a few, and picked up
> a few false positives in the perl ports with WWW::, but I fixed all the
> ones I could find. (Of course that's not saying I didn't miss a few too.)

Some more nit-picking:

Here the pkg-descr WWW: data are not correctly formed URLs:

% cut -d '|' -f 2,10 < INDEX-8 | grep -v '|\(http\|ftp\|$\)'
/usr/ports/textproc/rubygem-tidy|tidy.rubyforge.org
/usr/ports/x11-wm/mutter|-


Here the CATEGORIES variable ends up with leading whitespace:

% cut -d '|' -f 2,7 < INDEX-8 | grep '| '
/usr/ports/www/geolizer| www

This seems to be because although this is a slave port of www/webalizer, 
this port's Makefile contains:

CATEGORIES=

	Cheers

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                   Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
JID: matthew@infracaninophile.co.uk               Kent, CT11 9PW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EB9A410.2050008>