Skip to content

Commit

Permalink
add i7z
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Oct 26, 2024
1 parent 6c2154d commit 3cd8c28
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ SUBDIR += htop
SUBDIR += hw-probe
SUBDIR += hwstat
SUBDIR += i2c-tools
SUBDIR += i7z
SUBDIR += incron
SUBDIR += intel-epct
SUBDIR += intel-nvmupdate-100g
Expand Down
28 changes: 28 additions & 0 deletions sysutils/i7z/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
PORTNAME= i7z
PORTVERSION= 0.27.4
DISTVERSIONPREFIX= v
CATEGORIES= sysutils

MAINTAINER= [email protected]
COMMENT= Thermal and C-state reporting utility for Intel Core CPUs
WWW= https://github.com/DimitryAndric/i7z

LICENSE= gpl2
LICENSE_FILE= ${WRKSRC}/COPYING

USE_GITHUB= yes
GH_ACCOUNT= DimitryAndric

USES= gmake

PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz

ONLY_FOR_ARCHS= i386 amd64

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.man \
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions sysutils/i7z/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1597784385
SHA256 (DimitryAndric-i7z-v0.27.4_GH0.tar.gz) = 63e2e70694b6044028529a0ff55196b31e7569844b215b048c2cecd4b4667a15
SIZE (DimitryAndric-i7z-v0.27.4_GH0.tar.gz) = 64488
2 changes: 2 additions & 0 deletions sysutils/i7z/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
i7z prints out the C-states and temperature for i3, i5 and i7 based Core
processors from Intel (including Nehalems, Sandy Bridge and Ivy Bridge).

0 comments on commit 3cd8c28

Please sign in to comment.