aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpulimit
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update sysutils/cpulimit to 2.2Jonathan Chu2014-05-305-68/+26
| | | | | | | | | | | | | - Update for stagedir - Update WWW PR: ports/190284 Submitted by: jesse (maintainer) Reviewed by: bapt Approved by: swills (mentor), eadler (mentor) Notes: svn path=/head/; revision=355795
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Fix a typo.Jimmy Olgeni2011-09-091-1/+1
| | | | Notes: svn path=/head/; revision=281504
* Update to 1.4 [1]Ryan Steinmetz2011-08-164-34/+22
| | | | | | | | | | | | Add LICENSE Fix build under CLANG PR: ports/159732 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer) [1] Approved by: wxs (mentor) Notes: svn path=/head/; revision=279810
* - Fix bogus date in Makefile header: port could not be created after PRAlexey Dokuchaev2011-04-011-5/+3
| | | | | | | - Garbage collect dead .if-clause, kill EOL slash Notes: svn path=/head/; revision=272071
* The cpulimit program throttles back a process's CPU usage. This allows theDennis Herrmann2011-03-315-0/+108
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> Notes: svn path=/head/; revision=272051