From owner-svn-ports-all@freebsd.org Sat Feb 11 17:55:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADA7DCCDFC7; Sat, 11 Feb 2017 17:55:47 +0000 (UTC) (envelope-from rezny@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 mx1.freebsd.org (Postfix) with ESMTPS id 859E01981; Sat, 11 Feb 2017 17:55:47 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BHtk8m092481; Sat, 11 Feb 2017 17:55:46 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BHtkek092475; Sat, 11 Feb 2017 17:55:46 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702111755.v1BHtkek092475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Sat, 11 Feb 2017 17:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433899 - in head/x11-drivers: . xf86-input-libinput xorg-drivers X-SVN-Group: ports-head 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.23 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: Sat, 11 Feb 2017 17:55:47 -0000 Author: rezny Date: Sat Feb 11 17:55:45 2017 New Revision: 433899 URL: https://svnweb.freebsd.org/changeset/ports/433899 Log: x11-drivers/xf86-input-libinput: new port This package contains the X.Org xf86-input-libinput driver. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little beyond. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9543 Added: head/x11-drivers/xf86-input-libinput/ head/x11-drivers/xf86-input-libinput/Makefile (contents, props changed) head/x11-drivers/xf86-input-libinput/distinfo (contents, props changed) head/x11-drivers/xf86-input-libinput/pkg-descr (contents, props changed) head/x11-drivers/xf86-input-libinput/pkg-plist (contents, props changed) Modified: head/x11-drivers/Makefile head/x11-drivers/xorg-drivers/Makefile Modified: head/x11-drivers/Makefile ============================================================================== --- head/x11-drivers/Makefile Sat Feb 11 17:51:19 2017 (r433898) +++ head/x11-drivers/Makefile Sat Feb 11 17:55:45 2017 (r433899) @@ -11,6 +11,7 @@ SUBDIR += xf86-input-hyperpen SUBDIR += xf86-input-joystick SUBDIR += xf86-input-keyboard + SUBDIR += xf86-input-libinput SUBDIR += xf86-input-mouse SUBDIR += xf86-input-mutouch SUBDIR += xf86-input-penmount Added: head/x11-drivers/xf86-input-libinput/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-libinput/Makefile Sat Feb 11 17:55:45 2017 (r433899) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= xf86-input-libinput +PORTVERSION= 0.24.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org libinput input driver + +LICENSE= MIT # various styles +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libinput.so:x11/libinput + +XORG_CAT= driver +USES= pathfix + +.include Added: head/x11-drivers/xf86-input-libinput/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-libinput/distinfo Sat Feb 11 17:55:45 2017 (r433899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486786051 +SHA256 (xorg/driver/xf86-input-libinput-0.24.0.tar.bz2) = ddcb07350aed59b2996a92a1b4ff64d1c0b0c86a3f0ddca15b2b1c8c8bb13628 +SIZE (xorg/driver/xf86-input-libinput-0.24.0.tar.bz2) = 367266 Added: head/x11-drivers/xf86-input-libinput/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-libinput/pkg-descr Sat Feb 11 17:55:45 2017 (r433899) @@ -0,0 +1,5 @@ +This package contains the X.Org xf86-input-libinput driver. It is a thin +wrapper around libinput, so while it does provide all features that libinput +supports it does little beyond. + +WWW: http://www.x.org Added: head/x11-drivers/xf86-input-libinput/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-libinput/pkg-plist Sat Feb 11 17:55:45 2017 (r433899) @@ -0,0 +1,5 @@ +include/xorg/libinput-properties.h +lib/xorg/modules/input/libinput_drv.so +libdata/pkgconfig/xorg-libinput.pc +man/man4/libinput.4x.gz +share/X11/xorg.conf.d/40-libinput.conf Modified: head/x11-drivers/xorg-drivers/Makefile ============================================================================== --- head/x11-drivers/xorg-drivers/Makefile Sat Feb 11 17:51:19 2017 (r433898) +++ head/x11-drivers/xorg-drivers/Makefile Sat Feb 11 17:55:45 2017 (r433899) @@ -21,6 +21,7 @@ INPUT_DRIVERS= acecad \ hyperpen \ joystick \ keyboard \ + libinput \ mouse \ mutouch \ penmount \