x86info: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:17:13 +00:00
parent fabc4e53da
commit b69638ebb4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 56 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/x86info
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/x86info.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF301EHvgC1zYB4Hen7VHhS5I9MEvt/jmm1T5AymahMDnFdN1TwPdA1tE+uM0VtgkwTQn/Nrwcyw3NvSD2mF02Hws=
SHA256 (Pkgfile) = c568a9f215bbba7dc65ebe5088c64432007e19d9c842751d4e602e948ef28cc5
SHA256 (.footprint) = 8ab7cd8a79da59a2423c19fa17a40cdc34309c50daa5e3c9d3f9f66c1f131763
SHA256 (x86info-1.31.tar.gz) = f9c0b365fe6b8887cffb7e5c445153ea06924ee09b71b94ec5394be586f10975

View File

@ -1,18 +0,0 @@
# Description: In-depth CPU information tool.
# URL: https://github.com/kernelslacker/x86info
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=x86info
version=1.31
release=1
source=(https://github.com/kernelslacker/x86info/archive/8ea5ed1/$name-$version.tar.gz)
build() {
cd $name-8ea5ed19fae1d209eba9257171a10f7afd474618
sed -e 's/-Werror //' -i Makefile
make
mkdir -p $PKG/usr/{bin,share/man/man1}
install -D -m755 -oroot -groot $name $PKG/usr/bin/$name
install -D -m644 -oroot -groot $name.1 $PKG/usr/share/man/man1/$name.1
}

View File

@ -1,26 +0,0 @@
$Id: README 1276 2006-10-03 00:37:19Z romster $
REQUIREMENTS:
Kernel with the following support:
* CPU information support
* Model-specific register support
Processor type and features --->
< > /dev/cpu/*/cpuid - CPU information support
< > /dev/cpu/*/msr - Model-specific register support
PRECAUTION:
PRE-INSTALL:
POST-INSTALL
PRE-REMOVE:
POST-REMOVE:
NOTES:
James Mills <prologic@shortcircuit.net.au>