From owner-freebsd-ports Tue Aug 8 11: 3:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 5479637B5DD; Tue, 8 Aug 2000 11:03:25 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id DAA20244; Wed, 9 Aug 2000 03:03:17 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id DAA78875; Wed, 9 Aug 2000 03:02:45 +0900 (JST) Date: Wed, 09 Aug 2000 03:02:45 +0900 Message-ID: <86u2cvwrzu.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: Mario Sergio Fujikawa Ferreira Cc: Ade Lovett , asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, yasuf@bsdclub.org Subject: Re: Call for a new virtual category: "ruby" In-Reply-To: In your message of "Mon, 7 Aug 2000 12:42:41 -0300" <20000807124240.A14734@Fedaykin.here> References: <86og37a5jc.wl@localhost.local.idaemons.org> <20000806175148.D343@FreeBSD.org> <86zompvqgd.wl@localhost.local.idaemons.org> <20000806200512.A452@FreeBSD.org> <20000807124240.A14734@Fedaykin.here> User-Agent: Wanderlust/2.3.0 (Roam) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 11) (Carlsbad Caverns) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org By the way, At Mon, 7 Aug 2000 12:42:41 -0300, Mario Sergio Fujikawa Ferreira wrote: > Not counting the language categories (ko, ...), > we should not create virtual categories with less > than the smallest category we already have: > namely mbone (15 ports). The following Ruby script counts the number of ports in each category and lists them sorted: $ ruby -naF'\|' -e 'BEGIN { $cat = Hash.new(0) }; \ $F[6].split(/ /).each { |c| $cat[c] += 1 }; \ END { $cat.sort {|a,b| b[1] <=> a[1] }.each \ {|a| puts a.reverse.join("\t") } }' /usr/ports/INDEX 347 devel 320 japanese 293 games 291 net 244 www 220 graphics 200 print 195 editors 191 perl5 160 misc 150 mail 145 x11 144 security 141 audio 138 lang 127 sysutils 119 textproc 115 gnome 111 elisp 84 x11-toolkits 80 math 72 tk82 68 databases 66 kde 63 windowmaker 61 emulators 61 news 59 korean 48 linux 48 python 48 x11-wm 41 x11-fonts 39 chinese 39 ipv6 38 ftp 37 java 36 x11-servers 36 deskutils 34 comms 32 irc 32 archivers 31 converters 28 x11-clocks 26 shells 25 biology 24 astro 23 afterstep 23 palm 22 cad 20 x11-fm 18 russian 18 benchmarks 14 tk80 14 tcl82 11 mbone 10 tkstep80 8 plan9 8 german 7 tcl83 7 vietnamese 6 offix 6 tcl80 5 tk42 4 tk83 1 hebrew 1 tcl81 1 tcl76 Hmm. I can't think of a good comment for now. Anyone? :) Please don't yell at me "Too many Japanese ports!" :) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message