diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2018-03-02 05:08:32 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2018-03-02 05:08:32 +0000 |
| commit | 7ba12c31410bb00ecbaf2546bbeaff8f0f3e67bf (patch) | |
| tree | c8a626553dc71cf268a25a38a0c940e99f36421a /sysutils/cpupdate | |
| parent | a489fe0fc80f088aad58cdfe2441114d622326e3 (diff) | |
Notes
Diffstat (limited to 'sysutils/cpupdate')
| -rw-r--r-- | sysutils/cpupdate/Makefile | 24 | ||||
| -rw-r--r-- | sysutils/cpupdate/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/cpupdate/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
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 <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> 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 |
