diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-26 00:30:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-26 00:30:10 +0000 |
commit | 029722b228f1c149d9a94d8733d1ea24c292d930 (patch) | |
tree | b843a7b2e2dcaf39b309b0e0cf06200bb8dbca3c /sysutils/estd/Makefile | |
parent | 1890b2b8fa6796557714e72598a1f25201442ed7 (diff) | |
download | pkgsrc-029722b228f1c149d9a94d8733d1ea24c292d930.tar.gz |
Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail.
estd-r7
* Add support for ACPI P-States on DragonFly.
* Improve multi-core support on DragonFly. For each CPU domain with individually
controllable CPU frequency, the load of the most loaded CPU is used instead of
the overall avarage load.
This avoids issues on SMP systems where a single-threaded CPU bound process
will lead to at most 50% overall load.
* Ove Soerensen has asked me to take over maintainership of estd.
The new project page is at http://www.ecademix.com/JohannesHofmann/estd.html
Diffstat (limited to 'sysutils/estd/Makefile')
-rw-r--r-- | sysutils/estd/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/estd/Makefile b/sysutils/estd/Makefile index cfef7475dfd..d97700634e2 100644 --- a/sysutils/estd/Makefile +++ b/sysutils/estd/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2008/12/20 19:04:23 reed Exp $ +# $NetBSD: Makefile,v 1.17 2009/10/26 00:30:10 wiz Exp $ -DISTNAME= estd-r6 -PKGNAME= estd-0.6 +DISTNAME= estd-r7 +PKGNAME= estd-0.7 CATEGORIES= sysutils -MASTER_SITES= http://www.elektro-eel.org/software/estd/ +MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ MAINTAINER= dillo@NetBSD.org -HOMEPAGE= http://www.elektro-eel.org/ +HOMEPAGE= http://www.ecademix.com/JohannesHofmann/estd.html COMMENT= Dynamically sets the CPU-frequency on SpeedStep and PowerNow CPUs +LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir |