Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -774,6 +774,7 @@ SUBDIR += polkit-kde SUBDIR += polkit-qt SUBDIR += polkit-qt5 + SUBDIR += powerdxx SUBDIR += powerman SUBDIR += pp SUBDIR += pprotectd Index: head/sysutils/powerdxx/Makefile =================================================================== --- head/sysutils/powerdxx/Makefile +++ head/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 Index: head/sysutils/powerdxx/distinfo =================================================================== --- head/sysutils/powerdxx/distinfo +++ head/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: head/sysutils/powerdxx/pkg-descr =================================================================== --- head/sysutils/powerdxx/pkg-descr +++ head/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: head/sysutils/powerdxx/pkg-plist =================================================================== --- head/sysutils/powerdxx/pkg-plist +++ head/sysutils/powerdxx/pkg-plist @@ -0,0 +1,4 @@ +etc/rc.d/powerd++ +man/man8/powerd++.8.gz +sbin/powerd++ +%%DOCSDIR%%/README.md