PORT: sysutils/p5-Unix-Processors LOCATION: http://users.bigpond.net.au/andrew_dalgleish/ DESCRIPTION: "Perl interface to processor (CPU) information" COMMENT: tested on i386 -current (elf) To get the cpu clock speed, this port needs procfs mounted with the 'linux' option so /proc/cpuinfo exists. (The port works ok without it) $ sudo mkdir -p /proc $ sudo mount -o 'ro,linux' -t procfs procfs /proc $ cat /proc/cpuinfo