diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-14 08:24:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-14 08:24:15 +0000 |
commit | a4411253710c7229dadc5df98cf192dc2e3921b7 (patch) | |
tree | be9274ac43345d1322be36ec4aa799c4f4e46c16 /sysutils | |
parent | 9ffbb08ce46bb00515f51f44e8afe3f68ccfb12d (diff) | |
download | ports-a4411253710c7229dadc5df98cf192dc2e3921b7.tar.gz ports-a4411253710c7229dadc5df98cf192dc2e3921b7.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/iichid/Makefile | 39 | ||||
-rw-r--r-- | sysutils/iichid/distinfo | 3 | ||||
-rw-r--r-- | sysutils/iichid/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/iichid/pkg-message | 5 |
5 files changed, 0 insertions, 55 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 79803e70d138..ed595dda8c51 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -491,7 +491,6 @@ SUBDIR += i2c-tools SUBDIR += i7z SUBDIR += iat - SUBDIR += iichid SUBDIR += immortal SUBDIR += incron SUBDIR += inotify-tools diff --git a/sysutils/iichid/Makefile b/sysutils/iichid/Makefile deleted file mode 100644 index 6790dc9864e6..000000000000 --- a/sysutils/iichid/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: jrhett@netconsonance.com -# $FreeBSD$ - -PORTNAME= iichid -DISTVERSION= 0.0.1 -CATEGORIES= sysutils - -MAINTAINER= imp@FreeBSD.org -COMMENT= Generic FreeBSD HID layer for I2C and USB devices - -LICENSE= BSD2CLAUSE -#LICENSE_FILE= Not yet packaged - -ONLY_FOR_ARCHS= aarch64 amd64 i386 -ONLY_FOR_ARCHS_REASON= Requires architecture supporting ACPI - -USES= kmod uidfix - -USE_GITHUB= yes - -GH_ACCOUNT= wulf7 - -# Strip -Werror from sys/conf/kmod.mk -MAKE_ENV= WERROR="" - -PLIST_FILES= ${KMODDIR}/iichid.ko - -# USB backend is not yet complete and -# interferes with existing USB drivers -post-patch: - ${REINPLACE_CMD} -e '/usbhid.c/s/^/#/' ${WRKSRC}/Makefile - -.include <bsd.port.pre.mk> - -.if ${OSREL} < 12.1 -IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSREL} -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/iichid/distinfo b/sysutils/iichid/distinfo deleted file mode 100644 index f036d586252f..000000000000 --- a/sysutils/iichid/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1581662226 -SHA256 (wulf7-iichid-0.0.1_GH0.tar.gz) = 282540487df1eb3f202f7beb440f68f43801662cb8f817931f09879c1f007a98 -SIZE (wulf7-iichid-0.0.1_GH0.tar.gz) = 51001 diff --git a/sysutils/iichid/pkg-descr b/sysutils/iichid/pkg-descr deleted file mode 100644 index 7203d9e4f734..000000000000 --- a/sysutils/iichid/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -FreeBSD driver for I2C HID touchscreens (and may be other devices) - -A complete discussion about how to use this tool can be found at: - -https://larastechlab.blogspot.com/2020/01/i2c-touchpads-on-freebsd-130-current.html - -WWW: https://github.com/wulf7/iichid diff --git a/sysutils/iichid/pkg-message b/sysutils/iichid/pkg-message deleted file mode 100644 index b6e9b51239e9..000000000000 --- a/sysutils/iichid/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -iichid is currently in-development and EXPERIMENTAL. This port provides -an easy and quick method for users to test this code to encourage early -testing, feedback and bug reports. - -Please report successes and issues to: https://github.com/wulf7/iichid |