pkgsrc/sysutils/estd/Makefile
agc de3f1dd6fe Initial import of estd-0.3 into the packages collection. From an
nudge from Rumi Szabolcs on port-i386.

The estd daemon dynamically sets the CPU-frequency on
SpeedStep-enabled CPUs depending on current cpu-utilization.  It is
written for systems running NetBSD.

Examples:

Maximize battery lifetime by limiting CPU-frequency to 1000 MHz and
switching to lower speeds fast:

	estd -d -b -M 1000

Maximize performance by running at least at 1400MHz and switching to
higher speeds real fast:

	estd -d -a -m 1400
2005-01-24 10:50:53 +00:00

16 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/01/24 10:50:53 agc Exp $
DISTNAME= estd-netbsd-r3
PKGNAME= estd-0.3
CATEGORIES= sysutils
MASTER_SITES= http://www.elektro-eel.org/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.elektro-eel.org/
COMMENT= Dynamically sets the CPU-frequency on SpeedStep-enabled CPUs
ONLY_FOR_PLATFORM= NetBSD-2.99.*-i386 NetBSD-[3-9]*-i386
WRKSRC= ${WRKDIR}/estd-r3
.include "../../mk/bsd.pkg.mk"