From owner-freebsd-ports Wed Jan 8 3:50: 7 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2286C37B401 for ; Wed, 8 Jan 2003 03:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38EC43EDC for ; Wed, 8 Jan 2003 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h08Bo2NS005398 for ; Wed, 8 Jan 2003 03:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h08Bo2Fi005397; Wed, 8 Jan 2003 03:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4649237B405 for ; Wed, 8 Jan 2003 03:42:06 -0800 (PST) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D9443E4A for ; Wed, 8 Jan 2003 03:42:05 -0800 (PST) (envelope-from lth@thegler.dk) Received: from minerva.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero1.cybercity.dk (Postfix) with ESMTP id C5AE115FC32; Wed, 8 Jan 2003 12:42:02 +0100 (CET) Received: by minerva.thegler.dk (Postfix, from userid 1001) id 658C1225; Wed, 8 Jan 2003 12:42:02 +0100 (CET) Message-Id: <20030108114202.658C1225@minerva.thegler.dk> Date: Wed, 8 Jan 2003 12:42:02 +0100 (CET) From: Lars Thegler Reply-To: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org Cc: lars@thegler.dk X-Send-Pr-Version: 3.113 Subject: ports/46862: New port: sysutils/p5-Sys-CpuLoad - CPU load averages in Perl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46862 >Category: ports >Synopsis: New port: sysutils/p5-Sys-CpuLoad - CPU load averages in Perl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 03:50:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD minerva.thegler.dk 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This Perl5 module retrieves the 1 minute, 5 minute, and 15 minute load average of a machine. WWW: http://search.cpan.org/search?dist=Sys-CpuLoad >How-To-Repeat: >Fix: # 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-Sys-CpuLoad/ # p5-Sys-CpuLoad/Makefile # p5-Sys-CpuLoad/distinfo # p5-Sys-CpuLoad/pkg-descr # p5-Sys-CpuLoad/pkg-comment # p5-Sys-CpuLoad/pkg-plist # echo c - p5-Sys-CpuLoad/ mkdir -p p5-Sys-CpuLoad/ > /dev/null 2>&1 echo x - p5-Sys-CpuLoad/Makefile sed 's/^X//' >p5-Sys-CpuLoad/Makefile << 'END-of-p5-Sys-CpuLoad/Makefile' X# New ports collection makefile for: p5-Sys-CpuLoad X# Date created: Sun Jan 5 09:13:46 CET 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X# X XPORTNAME= Sys-CpuLoad XPORTVERSION= 0.03 XCATEGORIES= sysutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Sys XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Sys::CpuLoad.3 X X.include END-of-p5-Sys-CpuLoad/Makefile echo x - p5-Sys-CpuLoad/distinfo sed 's/^X//' >p5-Sys-CpuLoad/distinfo << 'END-of-p5-Sys-CpuLoad/distinfo' XMD5 (Sys-CpuLoad-0.03.tar.gz) = 40b7683c26e8c8d3b11ddef1c139ac27 END-of-p5-Sys-CpuLoad/distinfo echo x - p5-Sys-CpuLoad/pkg-descr sed 's/^X//' >p5-Sys-CpuLoad/pkg-descr << 'END-of-p5-Sys-CpuLoad/pkg-descr' XThis Perl5 module retrieves the 1 minute, 5 minute, and 15 Xminute load average of a machine. X XWWW: http://search.cpan.org/search?dist=Sys-CpuLoad X X- Lars Thegler Xlars@thegler.dk END-of-p5-Sys-CpuLoad/pkg-descr echo x - p5-Sys-CpuLoad/pkg-comment sed 's/^X//' >p5-Sys-CpuLoad/pkg-comment << 'END-of-p5-Sys-CpuLoad/pkg-comment' XPerl5 module to retrieve CPU load averages END-of-p5-Sys-CpuLoad/pkg-comment echo x - p5-Sys-CpuLoad/pkg-plist sed 's/^X//' >p5-Sys-CpuLoad/pkg-plist << 'END-of-p5-Sys-CpuLoad/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Sys/CpuLoad.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/CpuLoad.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/CpuLoad.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/autosplit.ix X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Sys 2>/dev/null || true END-of-p5-Sys-CpuLoad/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message