Bug 156064 - new port: sysutils/cpulimit -- a program to throttle process CPU usage
Summary: new port: sysutils/cpulimit -- a program to throttle process CPU usage
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-30 18:30 UTC by Jesse
Modified: 2011-03-31 16:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.97 KB, text/plain)
2011-03-30 18:30 UTC, Jesse
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse 2011-03-30 18:30:11 UTC
Please find attached my port of CPUlimit from http://cpulimit.sf.net. This program throttles a process's CPU usage to allow other processes to run smoothly or to avoid over-heating.

Fix: Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-30 21:04:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-31 16:01:54 UTC
dhn         2011-03-31 15:01:45 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/cpulimit    Makefile distinfo pkg-descr 
    sysutils/cpulimit/files patch-cpulimit.c patch-makefile 
  Log:
  The cpulimit program throttles back a process's CPU usage. This allows the
  user to slow down jobs that would otherwise choke the processor. It is also
  helpful on laptops where we want to avoid genrating a lot of heat.
  
  WWW:    http://cpulimit.sourceforge.net/
  
  PR:             ports/156064
  Submitted by:   Jesse <jessefrgsmith@yahoo.ca>
  
  Revision  Changes    Path
  1.1285    +1 -0      ports/sysutils/Makefile
  1.1       +23 -0     ports/sysutils/cpulimit/Makefile (new)
  1.1       +2 -0      ports/sysutils/cpulimit/distinfo (new)
  1.1       +59 -0     ports/sysutils/cpulimit/files/patch-cpulimit.c (new)
  1.1       +19 -0     ports/sysutils/cpulimit/files/patch-makefile (new)
  1.1       +5 -0      ports/sysutils/cpulimit/pkg-descr (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 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-31 16:02:03 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!