I just did some find's on my portage tree and I got the following results:
#number packages:
find -name "*.ebuild"| cut -d "/" -f 2,3|uniq|wc -l
6244
#number of metadata.xml files:
find -name "metadata.xml"| cut -d "/" -f 2,3|uniq|wc -l
3607
#Combined size of the metadata files:
ls -l pkgList.xml
-rw-r--r-- 1 paul users 643455 Dec 31 00:41 pkgList.xml
#Number of references of no-herd (Get this to zero)
egrep no-?herd pkgList.xml |wc -l
442
#Number of distinct herds mentioned, including noherd and no-herd:
grep "<herd" pkgList.xml|sed -e "s,\([ \t]*\),,g"|sort |uniq |wc -l
90
#Number of actual herds in the herds.xml file:
grep "<herd" herds.xml |wc -l
72
###### WHERE DID THOSE 18-2=16 PHANTOM HERDS COME FROM ??? ######
I'll get a list of those fantom herds tomorrow, but for now. Keep on creating
metadata.xml files and herds.
Paul
--
Paul de Vrieze
Gentoo Developer
Mail: [EMAIL PROTECTED]
Homepage: http://www.devrieze.net
pgp00000.pgp
Description: signature
