From 7ba12c31410bb00ecbaf2546bbeaff8f0f3e67bf Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Fri, 2 Mar 2018 05:08:32 +0000 Subject: New port: sysutils/cpupdate This is new microcode updating utility. At the moment, it is for Intel processors only with AMD and VIA support pending. For details, look at https://forums.freebsd.org/threads/introducing-cpupdate-a-microcode-tool-for-freebsd.64588/ --- sysutils/cpupdate/Makefile | 24 ++++++++++++++++++++++++ sysutils/cpupdate/distinfo | 3 +++ sysutils/cpupdate/pkg-descr | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 sysutils/cpupdate/Makefile create mode 100644 sysutils/cpupdate/distinfo create mode 100644 sysutils/cpupdate/pkg-descr (limited to 'sysutils/cpupdate') diff --git a/sysutils/cpupdate/Makefile b/sysutils/cpupdate/Makefile new file mode 100644 index 000000000000..55a28925446a --- /dev/null +++ b/sysutils/cpupdate/Makefile @@ -0,0 +1,24 @@ +# Created by: Eugene Grosbein +# $FreeBSD$ + +PORTNAME= cpupdate +DISTVERSION= g20180302 +CATEGORIES= sysutils + +MAINTAINER= eugen@FreeBSD.org +COMMENT= Microcode utility for BSD + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= kernschmelze +GH_TAGNAME= 58bc0ca + +PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + +.include diff --git a/sysutils/cpupdate/distinfo b/sysutils/cpupdate/distinfo new file mode 100644 index 000000000000..b6e057513322 --- /dev/null +++ b/sysutils/cpupdate/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1519964401 +SHA256 (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = a44ff576290051b68241cb8e5af8874db8dbdb1d728a349d9ba1a174a5fc2483 +SIZE (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = 12574 diff --git a/sysutils/cpupdate/pkg-descr b/sysutils/cpupdate/pkg-descr new file mode 100644 index 000000000000..1e33d88f01b9 --- /dev/null +++ b/sysutils/cpupdate/pkg-descr @@ -0,0 +1,6 @@ +Microcode utility for BSD. + +As of March 2018, it is still work in progress +but should do its job for most cases already. + +WWW: https://github.com/kernschmelze/cpupdate -- cgit v1.3