Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Dec 2002 07:42:40 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/www/frontpage-zh Makefile
Message-ID:  <86n0nggmjj.wl@archon.local.idaemons.org>
In-Reply-To: <200212082227.gB8MR7rC077772@repoman.freebsd.org>
References:  <200212082227.gB8MR7rC077772@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 8 Dec 2002 14:27:07 -0800 (PST),
I wrote:
> knu         2002/12/08 14:27:07 PST
> 
>   Modified files:
>     www/frontpage-zh     Makefile 
>   Log:
>   "www" should be the primary category as long as this port is placed
>   here.  Or maybe frontpage-{de,fr,jp,ko,zh} should be repo-moved to
>   their respective language specific categories.

These were found by the following command:

$ ruby -r pkgtools -e '$portsdb.glob {|i| puts i.origin if i.origin.split("/")[0] != i.categories[0]}'

Likewise, you can (for example) find ports that have too long comments
by the following one (assuming you have portupgrade installed):

$ ruby -r pkgtools -e '$portsdb.glob {|i| puts i.origin if i.comment.length > 70}'

Which gives me a big list of 150 ports. ;)

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"I believe in what I see, I believe in what I hear,
   I believe that what I'm feeling changes how the world appears."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86n0nggmjj.wl>