summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc>2003-07-03 10:21:31 +0000
committeragc <agc>2003-07-03 10:21:31 +0000
commitc48b0b3701eb5740eae8c1b206187a1eee71b423 (patch)
tree041c0afc277b558285bca635250053176b3c3855 /sysutils
parent882394581982e3afcb78981281e8135d6f05c4a8 (diff)
downloadpkgsrc-c48b0b3701eb5740eae8c1b206187a1eee71b423.tar.gz
Initial import of cpuid-3.3 into the NetBSD Packages Collection - with
thanks to seb for pointing this one out. For x86-based platforms only. 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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cpuid/DESCR4
-rw-r--r--sysutils/cpuid/Makefile19
-rw-r--r--sysutils/cpuid/PLIST2
-rw-r--r--sysutils/cpuid/distinfo4
4 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/cpuid/DESCR b/sysutils/cpuid/DESCR
new file mode 100644
index 00000000000..ab1b18d6170
--- /dev/null
+++ b/sysutils/cpuid/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile
new file mode 100644
index 00000000000..f2ab797d3b6
--- /dev/null
+++ b/sysutils/cpuid/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/03 10:21:31 agc Exp $
+
+DISTNAME= cpuid-3.3
+CATEGORIES= sysutils
+MASTER_SITES= http://www.ka9q.net/code/cpuid/
+
+MAINTAINER= tech-pkg@netbsd.org
+HOMEPAGE= http://www.gnu.org/directory/System_administration/Configuration/cpuid.html
+COMMENT= CPU identification feature
+
+ONLY_FOR_PLATFORM= *-*-i386
+
+do-build:
+ cd ${WRKSRC} && ${CC} ${CFLAGS} cpuid.c -o cpuid
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/cpuid/PLIST b/sysutils/cpuid/PLIST
new file mode 100644
index 00000000000..baefdb5fbe2
--- /dev/null
+++ b/sysutils/cpuid/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/03 10:21:31 agc Exp $
+bin/cpuid
diff --git a/sysutils/cpuid/distinfo b/sysutils/cpuid/distinfo
new file mode 100644
index 00000000000..27f372eb297
--- /dev/null
+++ b/sysutils/cpuid/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/07/03 10:21:31 agc Exp $
+
+SHA1 (cpuid-3.3.tar.gz) = b9dba38c59d1e83cc8e511590d05523898888894
+Size (cpuid-3.3.tar.gz) = 5762 bytes