1
0
forked from ports/contrib

i2c-tools: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:32:01 +00:00
parent 52f93bc230
commit d1274ccb14
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 52 deletions

View File

@ -1,33 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ddcmon
-rwxr-xr-x root/root usr/bin/decode-dimms
-rwxr-xr-x root/root usr/bin/decode-edid
-rwxr-xr-x root/root usr/bin/decode-vaio
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/i2c/
-rw-r--r-- root/root usr/include/i2c/smbus.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libi2c.a
lrwxrwxrwx root/root usr/lib/libi2c.so -> libi2c.so.0
lrwxrwxrwx root/root usr/lib/libi2c.so.0 -> libi2c.so.0.1.1
-rwxr-xr-x root/root usr/lib/libi2c.so.0.1.1
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/i2c-stub-from-dump
-rwxr-xr-x root/root usr/sbin/i2cdetect
-rwxr-xr-x root/root usr/sbin/i2cdump
-rwxr-xr-x root/root usr/sbin/i2cget
-rwxr-xr-x root/root usr/sbin/i2cset
-rwxr-xr-x root/root usr/sbin/i2ctransfer
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/decode-dimms.1.gz
-rw-r--r-- root/root usr/share/man/man1/decode-vaio.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/i2c-stub-from-dump.8.gz
-rw-r--r-- root/root usr/share/man/man8/i2cdetect.8.gz
-rw-r--r-- root/root usr/share/man/man8/i2cdump.8.gz
-rw-r--r-- root/root usr/share/man/man8/i2cget.8.gz
-rw-r--r-- root/root usr/share/man/man8/i2cset.8.gz
-rw-r--r-- root/root usr/share/man/man8/i2ctransfer.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ztFnA4o0ajVkmKJ/nPUihbuQqz6k3K0F6shdchBuO8eHe8uxTU+uSB8CxAKTMJVEI17djwJjjOOi+EudCihOAo=
SHA256 (Pkgfile) = f1d16e5092ad031f2d5117d589b507d7c9d21d96f892791aabc4d41f9553a706
SHA256 (.footprint) = 5adf5c009ecee8a711ac49b0d5a4f1e7c5efeb3d2f14dca8c6f4518137afe45a
SHA256 (i2c-tools-4.2.tar.xz) = 37f2dabc7082d185903ff21d1f584b5dcb4dd2eb2c879bbd8d7c50ae900dacd6

View File

@ -1,14 +0,0 @@
# Description: I2C Tools for Linux
# URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=i2c-tools
version=4.2
release=1
source=(https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-$version.tar.xz)
build() {
cd $name-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
}