Commit e87d2559 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

sysutils/iichid: Remove expired port

2023-12-31 sysutils/iichid: Merged into base from 13
parent bda9651a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8255,3 +8255,4 @@ devel/rubygem-aws-sdk-macie||2023-12-31|Has expired: Deprecated by upstream
sysutils/devcpu-data|sysutils/cpu-microcode|2023-12-31|Has expired: Use sysutils/cpu-microcode
math/wfmath||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
sysutils/ffs2recov||2023-12-31|Has expired: BROKEN on supported versions after EOL of 12
sysutils/iichid||2023-12-31|Has expired: Merged into base from 13
+0 −1
Original line number Diff line number Diff line
@@ -569,7 +569,6 @@
    SUBDIR += i2c-tools
    SUBDIR += i7z
    SUBDIR += iat
    SUBDIR += iichid
    SUBDIR += imgurbash2
    SUBDIR += immortal
    SUBDIR += incron

sysutils/iichid/Makefile

deleted100644 → 0
+0 −42
Original line number Diff line number Diff line
PORTNAME=	iichid
DISTVERSION=	0.0.6
CATEGORIES=	sysutils

MAINTAINER=	wulf@FreeBSD.org
COMMENT=	Generic FreeBSD HID layer for I2C and USB devices
WWW=		https://github.com/wulf7/iichid

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Merged into base from 13
EXPIRATION_DATE=	2023-12-31
IGNORE_FreeBSD_13=	Is a part of base system
IGNORE_FreeBSD_14=	Is a part of base system
IGNORE_FreeBSD_15=	Is a part of base system

USES=	kmod uidfix

USE_GITHUB=	yes

GH_ACCOUNT=	wulf7

PLIST_FILES=	${KMODDIR}/iichid.ko

# USB backend is disabled by default as it interferes with existing USB drivers
# I2C transport requires architecture supporting ACPI
OPTIONS_DEFINE=		DEBUG I2C USB
OPTIONS_DEFAULT_amd64=	I2C
OPTIONS_DEFAULT_i386=	I2C
OPTIONS_DEFAULT_aarch64=I2C

I2C_DESC=		HID over I2C support
USB_DESC=		HID over USB support

I2C_MAKE_ARGS_OFF=	-DDISABLE_IICHID
USB_MAKE_ARGS_OFF=	-DDISABLE_USBHID

post-patch-DEBUG-off:
	${REINPLACE_CMD} -e '/iichid_debug =/s/1/0/' ${WRKSRC}/iichid.c

.include <bsd.port.mk>

sysutils/iichid/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1613293298
SHA256 (wulf7-iichid-0.0.6_GH0.tar.gz) = eef8b72ad094faa31b9d5334b7322d2b7f78db9d0817affe3edb50b996afe532
SIZE (wulf7-iichid-0.0.6_GH0.tar.gz) = 109323

sysutils/iichid/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
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
Loading