Page MenuHomeFreeBSD

D5510.id14619.diff
No OneTemporary

D5510.id14619.diff

Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -770,6 +770,7 @@
SUBDIR += polkit-kde
SUBDIR += polkit-qt
SUBDIR += polkit-qt5
+ SUBDIR += powerdxx
SUBDIR += powerman
SUBDIR += pp
SUBDIR += pprotectd
Index: sysutils/powerdxx/Makefile
===================================================================
--- sysutils/powerdxx/Makefile
+++ sysutils/powerdxx/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= powerdxx
+PORTVERSION= 0.1.4
+CATEGORIES= sysutils
+
+MAINTAINER= kami@freebsd.org
+COMMENT= CPU clock speed/frequency daemon
+
+LICENSE= BSD2CLAUSE
+
+USES= compiler:c++11-lib
+
+USE_GITHUB= yes
+GH_ACCOUNT= lonkamikaze
+
+MAKE_ARGS= DOCSDIR="${DOCSDIR}"
+
+.include <bsd.port.mk>
Index: sysutils/powerdxx/distinfo
===================================================================
--- sysutils/powerdxx/distinfo
+++ sysutils/powerdxx/distinfo
@@ -0,0 +1,2 @@
+SHA256 (lonkamikaze-powerdxx-0.1.4_GH0.tar.gz) = cb220885c899b79bffc13e225a0284dcab067db55bead4827bdd6bb4f8f9f26f
+SIZE (lonkamikaze-powerdxx-0.1.4_GH0.tar.gz) = 47167
Index: sysutils/powerdxx/pkg-descr
===================================================================
--- sysutils/powerdxx/pkg-descr
+++ sysutils/powerdxx/pkg-descr
@@ -0,0 +1,4 @@
+The powerd++ daemon is a drop-in replacement for FreeBSD's native powerd(8).
+It monitors the system load and adjusts the CPU clock accordingly
+
+WWW: https://github.com/lonkamikaze/powerdxx
Index: sysutils/powerdxx/pkg-plist
===================================================================
--- sysutils/powerdxx/pkg-plist
+++ sysutils/powerdxx/pkg-plist
@@ -0,0 +1,4 @@
+etc/rc.d/powerd++
+man/man8/powerd++.8.gz
+sbin/powerd++
+%%DOCSDIR%%/README.md

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 20, 12:29 PM (18 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27097046
Default Alt Text
D5510.id14619.diff (1 KB)

Event Timeline