Bug 102885 - [NEW PORT] sysutils/p5-BSD-Sysctl: Fetch sysctl values from BSD-like systems
Summary: [NEW PORT] sysutils/p5-BSD-Sysctl: Fetch sysctl values from BSD-like systems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 07:10 UTC by chinsan
Modified: 2006-09-05 19:43 UTC (History)
0 users

See Also:


Attachments
p5-BSD-Sysctl-0.03.shar (2.75 KB, text/plain)
2006-09-05 07:10 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan 2006-09-05 07:10:22 UTC
BSD::Sysctl offers a native Perl interface for fetching sysctl values that
describe the kernel state of BSD-like operating systems. This is around 80
times faster than scraping the output of the sysctl(8) program.

This module handles the conversion of symbolic sysctl variable names to the
internal numeric format, and this information, along with the details of how
to format the results, are cached. Hence, the first call to sysctl requires
three system calls, however, subsequent calls require only one call.

WWW:	http://search.cpan.org/dist/BSD-Sysctl/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-09-05 08:27:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-09-05 19:43:18 UTC
State Changed
From-To: open->closed

New port added. Thanks!