Bug 154139 - [NEW PORT] sysutils/p5-Sys-Load: get the current system load and uptime
Summary: [NEW PORT] sysutils/p5-Sys-Load: get the current system load and uptime
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 12:40 UTC by Menshikov Konstantin
Modified: 2011-01-29 20:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.83 KB, text/plain)
2011-01-19 12:40 UTC, Menshikov Konstantin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Menshikov Konstantin 2011-01-19 12:40:07 UTC
Sys::Load - Perl module for getting the current system load and uptime

Fix: Patch attached with submission follows:
Comment 1 Steve Wills freebsd_committer freebsd_triage 2011-01-22 13:42:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-29 20:00:36 UTC
swills      2011-01-29 20:00:32 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/p5-Sys-Load Makefile distinfo pkg-descr pkg-plist 
    sysutils/p5-Sys-Load/files patch-Load.pm patch-Load.xs 
  Log:
  Sys::Load - Perl module for getting the current system load and uptime
  
  WWW: http://search.cpan.org/dist/Sys-Load/
  
  PR:             ports/154139
  Submitted by:   Konstantin Menshikov <kostjnspb at yandex.ru>
  Approved by:    pgollucci (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1268    +1 -0      ports/sysutils/Makefile
  1.1       +22 -0     ports/sysutils/p5-Sys-Load/Makefile (new)
  1.1       +2 -0      ports/sysutils/p5-Sys-Load/distinfo (new)
  1.1       +20 -0     ports/sysutils/p5-Sys-Load/files/patch-Load.pm (new)
  1.1       +27 -0     ports/sysutils/p5-Sys-Load/files/patch-Load.xs (new)
  1.1       +3 -0      ports/sysutils/p5-Sys-Load/pkg-descr (new)
  1.1       +7 -0      ports/sysutils/p5-Sys-Load/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-01-29 20:00:53 UTC
State Changed
From-To: open->closed

New port added. Thanks!