Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2018 05:08:32 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463368 - in head/sysutils: . cpupdate
Message-ID:  <201803020508.w2258W4p038786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Fri Mar  2 05:08:32 2018
New Revision: 463368
URL: https://svnweb.freebsd.org/changeset/ports/463368

Log:
  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/

Added:
  head/sysutils/cpupdate/
  head/sysutils/cpupdate/Makefile   (contents, props changed)
  head/sysutils/cpupdate/distinfo   (contents, props changed)
  head/sysutils/cpupdate/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Mar  2 04:59:40 2018	(r463367)
+++ head/sysutils/Makefile	Fri Mar  2 05:08:32 2018	(r463368)
@@ -200,6 +200,7 @@
     SUBDIR += cpuburn
     SUBDIR += cpuid
     SUBDIR += cpulimit
+    SUBDIR += cpupdate
     SUBDIR += cramfs
     SUBDIR += crashme
     SUBDIR += createrepo

Added: head/sysutils/cpupdate/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cpupdate/Makefile	Fri Mar  2 05:08:32 2018	(r463368)
@@ -0,0 +1,24 @@
+# Created by: Eugene Grosbein <eugen@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/sysutils/cpupdate/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cpupdate/distinfo	Fri Mar  2 05:08:32 2018	(r463368)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519964401
+SHA256 (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = a44ff576290051b68241cb8e5af8874db8dbdb1d728a349d9ba1a174a5fc2483
+SIZE (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = 12574

Added: head/sysutils/cpupdate/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cpupdate/pkg-descr	Fri Mar  2 05:08:32 2018	(r463368)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803020508.w2258W4p038786>