add cpuid
CPU identification utility
This commit is contained in:
parent
0fa1dfb50b
commit
fb3b86fcf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42908
6 changed files with 30 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
SUBDIR += cmatrix
|
||||
SUBDIR += colorls
|
||||
SUBDIR += colortail
|
||||
SUBDIR += cpuid
|
||||
SUBDIR += crosspad
|
||||
SUBDIR += cstream
|
||||
SUBDIR += cuecat
|
||||
|
|
21
misc/cpuid/Makefile
Normal file
21
misc/cpuid/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: cpuid
|
||||
# Date created: May 22, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cpuid
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://people.qualcomm.com/karn/code/cpuid/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/cpuid/distinfo
Normal file
1
misc/cpuid/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cpuid-3.2.tar.gz) = 2b0b8605102cc1879a6b5d62f5613bfa
|
1
misc/cpuid/pkg-comment
Normal file
1
misc/cpuid/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
CPU identification utility
|
5
misc/cpuid/pkg-descr
Normal file
5
misc/cpuid/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is a fairly complete CPU identification utility. It has been tested on
|
||||
several Intel, AMD and Cyrix CPUs. If the Pentium III serial number misfeature
|
||||
is present and enabled, this program will display it.
|
||||
|
||||
WWW: http://people.qualcomm.com/karn/code/cpuid/
|
1
misc/cpuid/pkg-plist
Normal file
1
misc/cpuid/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cpuid
|
Loading…
Reference in a new issue