Bug 130739 - [NEW PORT]: devel/p5-Unix-Uptime: Determine the current uptime in seconds
Summary: [NEW PORT]: devel/p5-Unix-Uptime: Determine the current uptime in seconds
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 12:30 UTC by Murilo Opsfelder Araújo
Modified: 2009-01-19 13:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.00 KB, text/plain)
2009-01-19 12:30 UTC, Murilo Opsfelder Araújo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murilo Opsfelder Araújo 2009-01-19 12:30:02 UTC
This is a rather simple module that abstracts the task of figuring out
the current system uptime, in seconds. It was born out of a desire to do
this on non-Linux systems, without SNMP. If you want to use SNMP,
there are pleanty of modules on CPAN already.

Fix: Patch attached with submission follows:
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2009-01-19 12:39:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-19 12:50:21 UTC
garga       2009-01-19 12:50:11 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Unix-Uptime Makefile distinfo pkg-descr pkg-plist 
  Log:
  This is a rather simple module that abstracts the task of figuring out
  the current system uptime, in seconds. It was born out of a desire to do
  this on non-Linux systems, without SNMP. If you want to use SNMP,
  there are pleanty of modules on CPAN already.
  
  WWW:    http://search.cpan.org/dist/Unix-Uptime/
  
  PR:             ports/130739
  Submitted by:   Murilo Opsfelder <mopsfelder at gmail.com>
  
  Revision  Changes    Path
  1.3328    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Unix-Uptime/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Unix-Uptime/distinfo (new)
  1.1       +6 -0      ports/devel/p5-Unix-Uptime/pkg-descr (new)
  1.1       +2 -0      ports/devel/p5-Unix-Uptime/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 Renato Botelho freebsd_committer freebsd_triage 2009-01-19 12:50:26 UTC
State Changed
From-To: open->closed

New port added. Thanks!