aboutsummaryrefslogtreecommitdiff
path: root/sysutils/est/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.7.2.Michael Nottebrock2004-10-311-1/+1
| | | | | | | By order of: maintainer Notes: svn path=/head/; revision=120542
* Sigh. I fat-fingered my #if __FreeBSD_version tests in version 0.7, andColin Percival2004-10-281-1/+1
| | | | | | | | | | | managed to break the 5.x build. Upgrade to version 0.7.1 and hope that I didn't miss anything this time. :-\ Reported by: Volker Kindermann Approved by: erwin Notes: svn path=/head/; revision=120411
* - Update to 0.7Pav Lucistnik2004-10-261-8/+2
| | | | | | | | PR: ports/73175 Submitted by: cperciva (maintainer) Notes: svn path=/head/; revision=120289
* [MAINTAINER UPDATE] sysutils/estEdwin Groothuis2004-09-021-4/+8
| | | | | | | | | | | | | | | Update port to version 0.6. This adds a sysctl "hw.est_verbose" which controls whether frequency changes are logged, and converts the rc.d script to use the rcNG framework. Note that the module will now only load if 'est_enable="YES"' appears in rc.conf, rc.conf.local, or rc.conf.d/est. PR: ports/71269 Submitted by: Colin Percival <cperciva@daemonology.net> Notes: svn path=/head/; revision=117886
* [NEW PORT] sysutils/esEdwin Groothuis2004-08-271-0/+39
This port builds a kernel module providing two sysctls (hw.est_freqs, hw.est_curfreq) for controlling Enhanced SpeedStep on Intel Pentium M processors. PR: 71007 Submitted by: Colin Percival <cperciva@daemonology.net> Notes: svn path=/head/; revision=117378