1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Colin Percival
635bb209f8 Correction to previous commit: IGNORE isn't supposed to be quoted at all.
Pointy hat to:	cperciva
Pointed out by:	kris
Approved by:	kris (implicitly)
2005-10-28 06:54:18 +00:00
Colin Percival
3ac50b036e Replace IGNORE="foo (bar)" with IGNORE='foo (bar)'. With double
quotes, sh chokes on the parentheses.

Submitted by:	Peter Schuller
Approved by:	flz
2005-10-27 00:10:40 +00:00
Colin Percival
93517e4c8b Set IGNORE for est and estctrl on recent -CURRENTs, since njl has added
them to the base system (as part of cpufreq, and under the name
"powerd", respectively).

Approved by:	pav
2005-03-06 11:32:22 +00:00
Michael Nottebrock
c0e75a67cb Update to 0.7.2.
By order of: maintainer
2004-10-31 18:17:33 +00:00
Colin Percival
6a20da26fe Sigh. I fat-fingered my #if __FreeBSD_version tests in version 0.7, and
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
2004-10-28 17:42:59 +00:00
Pav Lucistnik
f4111be940 - Update to 0.7
PR:		ports/73175
Submitted by:	cperciva (maintainer)
2004-10-26 22:34:24 +00:00
Edwin Groothuis
d2d87f21b3 [MAINTAINER UPDATE] sysutils/est
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>
2004-09-02 04:14:21 +00:00
Edwin Groothuis
9ce7786b97 [NEW PORT] sysutils/es
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>
2004-08-27 00:13:12 +00:00