From chinsan.tw@gmail.com Tue Sep 5 06:09:42 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F9416A4DD for ; Tue, 5 Sep 2006 06:09:42 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC2B643D4C for ; Tue, 5 Sep 2006 06:09:41 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id B69D62E9DF for ; Tue, 5 Sep 2006 14:09:41 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Tue, 5 Sep 2006 14:05:03 +0800 Message-Id: <20060905060941.B69D62E9DF@smtp2.bc.hgc.com.tw> Date: Tue, 5 Sep 2006 14:05:03 +0800 From: chinsan To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [NEW PORT] sysutils/p5-BSD-Sysctl: Fetch sysctl values from BSD-like systems X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 102885 >Category: ports >Synopsis: [NEW PORT] sysutils/p5-BSD-Sysctl: Fetch sysctl values from BSD-like systems >Confidential: no >Severity: non-critical >Priority: low >Responsible: rafan >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 05 06:10:22 GMT 2006 >Closed-Date: Tue Sep 05 18:43:19 GMT 2006 >Last-Modified: Tue Sep 05 18:43:19 GMT 2006 >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: 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 >How-To-Repeat: >Fix: --- p5-BSD-Sysctl-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-BSD-Sysctl # p5-BSD-Sysctl/Makefile # p5-BSD-Sysctl/distinfo # p5-BSD-Sysctl/pkg-descr # p5-BSD-Sysctl/pkg-plist # echo c - p5-BSD-Sysctl mkdir -p p5-BSD-Sysctl > /dev/null 2>&1 echo x - p5-BSD-Sysctl/Makefile sed 's/^X//' >p5-BSD-Sysctl/Makefile << 'END-of-p5-BSD-Sysctl/Makefile' X# New ports collection makefile for: sysutils/p5-BSD-Sysctl X# Date created: 2006/09/05 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= BSD-Sysctl XPORTVERSION= 0.03 XCATEGORIES= sysutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/D/DL/DLAND XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= Fetch sysctl values from BSD-like systems X XPERL_CONFIGURE= yes X XMAN3= BSD::Sysctl.3 X X.include X X.if ${PERL_LEVEL} < 500806 XIGNORE= requires perl 5.8.6 or later. Install lang/perl5.8 then try again X.endif X X.include END-of-p5-BSD-Sysctl/Makefile echo x - p5-BSD-Sysctl/distinfo sed 's/^X//' >p5-BSD-Sysctl/distinfo << 'END-of-p5-BSD-Sysctl/distinfo' XMD5 (BSD-Sysctl-0.03.tar.gz) = fb65579e2b4d39c474cdd59d001d1472 XSHA256 (BSD-Sysctl-0.03.tar.gz) = aa86ca55df87da0871c33ff072a042b43d28048ac9c041d00c2f814b1407b86a XSIZE (BSD-Sysctl-0.03.tar.gz) = 17633 END-of-p5-BSD-Sysctl/distinfo echo x - p5-BSD-Sysctl/pkg-descr sed 's/^X//' >p5-BSD-Sysctl/pkg-descr << 'END-of-p5-BSD-Sysctl/pkg-descr' XBSD::Sysctl offers a native Perl interface for fetching sysctl values that Xdescribe the kernel state of BSD-like operating systems. This is around 80 Xtimes faster than scraping the output of the sysctl(8) program. X XThis module handles the conversion of symbolic sysctl variable names to the Xinternal numeric format, and this information, along with the details of how Xto format the results, are cached. Hence, the first call to sysctl requires Xthree system calls, however, subsequent calls require only one call. X XWWW: http://search.cpan.org/dist/BSD-Sysctl/ END-of-p5-BSD-Sysctl/pkg-descr echo x - p5-BSD-Sysctl/pkg-plist sed 's/^X//' >p5-BSD-Sysctl/pkg-plist << 'END-of-p5-BSD-Sysctl/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/BSD/Sysctl.pm X%%SITE_PERL%%/%%PERL_ARCH%%/BSD/bsd-sysctl.pl X%%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Sysctl/Sysctl.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Sysctl/Sysctl.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Sysctl/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Sysctl X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/BSD END-of-p5-BSD-Sysctl/pkg-plist exit --- p5-BSD-Sysctl-0.03.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Tue Sep 5 07:27:41 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=102885 State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Tue Sep 5 18:43:18 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102885 >Unformatted: