aboutsummaryrefslogtreecommitdiff
path: root/sysutils/powerdxx
diff options
context:
space:
mode:
authorDominic Fandrey <kami@FreeBSD.org>2016-04-25 22:46:29 +0000
committerDominic Fandrey <kami@FreeBSD.org>2016-04-25 22:46:29 +0000
commit34677cdb2a1c21be3661070c8136cbf377319874 (patch)
tree049e74821b9a4d092dd5ec1e752a2e976e882807 /sysutils/powerdxx
parent9ab41ffb0ed7fe5b80ada841b19b709a527be516 (diff)
downloadports-34677cdb2a1c21be3661070c8136cbf377319874.tar.gz
ports-34677cdb2a1c21be3661070c8136cbf377319874.zip
Add new port sysutils/powerdxx.
Reviewed by: mat cs Approved by: mat cs Differential Revision: https://reviews.freebsd.org/D5510
Notes
Notes: svn path=/head/; revision=414033
Diffstat (limited to 'sysutils/powerdxx')
-rw-r--r--sysutils/powerdxx/Makefile19
-rw-r--r--sysutils/powerdxx/distinfo2
-rw-r--r--sysutils/powerdxx/pkg-descr4
-rw-r--r--sysutils/powerdxx/pkg-plist4
4 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/powerdxx/Makefile b/sysutils/powerdxx/Makefile
new file mode 100644
index 000000000000..ad130247890f
--- /dev/null
+++ b/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>
diff --git a/sysutils/powerdxx/distinfo b/sysutils/powerdxx/distinfo
new file mode 100644
index 000000000000..0e5aaa5c825f
--- /dev/null
+++ b/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
diff --git a/sysutils/powerdxx/pkg-descr b/sysutils/powerdxx/pkg-descr
new file mode 100644
index 000000000000..a25b44aa7947
--- /dev/null
+++ b/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
diff --git a/sysutils/powerdxx/pkg-plist b/sysutils/powerdxx/pkg-plist
new file mode 100644
index 000000000000..1a25d2e5d20c
--- /dev/null
+++ b/sysutils/powerdxx/pkg-plist
@@ -0,0 +1,4 @@
+etc/rc.d/powerd++
+man/man8/powerd++.8.gz
+sbin/powerd++
+%%DOCSDIR%%/README.md