Software Categories (FreeBSD Ports)
Top-40 package categories (by population) in the FreeBSD Ports
distribution.
| Category | Number of Packages | 
 | devel | 3439 | 
 | www | 2061 | 
 | textproc | 1346 | 
 | net | 1215 | 
 | games | 1108 | 
 | graphics | 1029 | 
 | sysutils | 1028 | 
 | security | 907 | 
 | audio | 894 | 
 | databases | 809 | 
 | mail | 773 | 
 | misc | 578 | 
 | math | 569 | 
 | x11 | 486 | 
 | japanese | 403 | 
 | lang | 389 | 
 | distfiles | 361 | 
 | print | 360 | 
 | multimedia | 355 | 
 | x11-toolkits | 319 | 
 | deskutils | 308 | 
 | net-mgmt | 290 | 
 | editors | 271 | 
 | x11-themes | 216 | 
 | emulators | 202 | 
 | archivers | 196 | 
 | x11-wm | 187 | 
 | net-im | 186 | 
 | science | 170 | 
 | java | 165 | 
 | comms | 165 | 
 | x11-fonts | 155 | 
 | irc | 149 | 
 | dns | 148 | 
 | converters | 145 | 
 | chinese | 144 | 
 | net-p2p | 142 | 
 | ftp | 126 | 
 | astro | 122 | 
 | news | 105 | 
cd /usr/ports
find * -prune -type d |
while read i
do
        echo "$i `ls $i | wc -l`"
done |
sort -rn +1 |
head -40