From owner-svn-ports-all@freebsd.org Fri Feb 14 06:46:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8BCD1242540; Fri, 14 Feb 2020 06:46:24 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JkS02r3pz48gb; Fri, 14 Feb 2020 06:46:24 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C6791F9A5; Fri, 14 Feb 2020 06:46:24 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01E6kOkd067753; Fri, 14 Feb 2020 06:46:24 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01E6kNxi067749; Fri, 14 Feb 2020 06:46:23 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202002140646.01E6kNxi067749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 14 Feb 2020 06:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526092 - in head/sysutils: . iichid X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/sysutils: . iichid X-SVN-Commit-Revision: 526092 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 06:46:24 -0000 Author: koobs Date: Fri Feb 14 06:46:22 2020 New Revision: 526092 URL: https://svnweb.freebsd.org/changeset/ports/526092 Log: [NEW] sysutils/iichid: Generic FreeBSD HID layer for I2C and USB devices 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 Currently limited to FreeBSD 12.1+ and architectures supporting ACPI. WWW: https://github.com/wulf7/iichid Submitted by: cy Differential Revision: D23615 Added: head/sysutils/iichid/ head/sysutils/iichid/Makefile (contents, props changed) head/sysutils/iichid/distinfo (contents, props changed) head/sysutils/iichid/pkg-descr (contents, props changed) head/sysutils/iichid/pkg-message (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Feb 14 06:40:42 2020 (r526091) +++ head/sysutils/Makefile Fri Feb 14 06:46:22 2020 (r526092) @@ -491,6 +491,7 @@ SUBDIR += i2c-tools SUBDIR += i7z SUBDIR += iat + SUBDIR += iichid SUBDIR += immortal SUBDIR += incron SUBDIR += inotify-tools Added: head/sysutils/iichid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/iichid/Makefile Fri Feb 14 06:46:22 2020 (r526092) @@ -0,0 +1,39 @@ +# 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 + +.if ${OSREL} < 12.1 +IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSREL} +.endif + +.include Added: head/sysutils/iichid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/iichid/distinfo Fri Feb 14 06:46:22 2020 (r526092) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581662226 +SHA256 (wulf7-iichid-0.0.1_GH0.tar.gz) = 282540487df1eb3f202f7beb440f68f43801662cb8f817931f09879c1f007a98 +SIZE (wulf7-iichid-0.0.1_GH0.tar.gz) = 51001 Added: head/sysutils/iichid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/iichid/pkg-descr Fri Feb 14 06:46:22 2020 (r526092) @@ -0,0 +1,7 @@ +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 Added: head/sysutils/iichid/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/iichid/pkg-message Fri Feb 14 06:46:22 2020 (r526092) @@ -0,0 +1,5 @@ +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