Bug 143934 - New port: sysutils/gather utility to store and display system statistics
Summary: New port: sysutils/gather utility to store and display system statistics
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 16:40 UTC by Mikolaj Golub
Modified: 2010-02-16 13:10 UTC (History)
0 users

See Also:


Attachments
file.shar (4.36 KB, text/plain)
2010-02-14 16:40 UTC, Mikolaj Golub
no flags Details
gather.port.shar.txt (4.33 KB, text/plain)
2010-02-15 21:46 UTC, Mikolaj Golub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Golub 2010-02-14 16:40:02 UTC
gather utility can be used to store system statistics provided by
variety of system utils and display it. It is just a wrapper around
these utilities to make a work with system statistics more convenient.

WWW: http://gatherit.googlecode.com/
Author: Mikolaj Golub <to.my.trociny@gmail.com>

Fix: Patch attached with submission follows:
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2010-02-15 11:53:49 UTC
State Changed
From-To: open->feedback

Install target directory should be ${PREFIX}, please update your shar, 
thanks!
Comment 2 Mikolaj Golub 2010-02-15 21:46:38 UTC
> Install target directory should be ${PREFIX}, please update your shar,
> thanks!

Updated. Thank you for pointing out.

-- 
Mikolaj Golub
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-02-16 13:06:21 UTC
lwhsu       2010-02-16 13:06:12 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/gather      Makefile distinfo pkg-descr pkg-plist 
    sysutils/gather/files pkg-message.in 
  Log:
  Add gather 0.3, utility to store and display system statistics.
  
  PR:             ports/143934
  Submitted by:   Mikolaj Golub <to.my.trociny at gmail.com>
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1166    +1 -0      ports/sysutils/Makefile
  1.1       +60 -0     ports/sysutils/gather/Makefile (new)
  1.1       +3 -0      ports/sysutils/gather/distinfo (new)
  1.1       +23 -0     ports/sysutils/gather/files/pkg-message.in (new)
  1.1       +6 -0      ports/sysutils/gather/pkg-descr (new)
  1.1       +6 -0      ports/sysutils/gather/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 4 Li-Wen Hsu freebsd_committer freebsd_triage 2010-02-16 13:07:23 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!