ports/102885: [NEW PORT] sysutils/p5-BSD-Sysctl: Fetch sysctl values from BSD-like systems

chinsan chinsan.tw at gmail.com
Tue Sep 5 06:10:24 UTC 2006


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 05 06:10:22 GMT 2006
>Closed-Date:
>Last-Modified:
>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 <chinsan.tw at gmail.com>
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 at gmail.com
XCOMMENT=	Fetch sysctl values from BSD-like systems
X
XPERL_CONFIGURE=	yes
X
XMAN3=		BSD::Sysctl.3
X
X.include <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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 at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Sysctl
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD
X at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list