From owner-svn-ports-head@FreeBSD.ORG Sun Dec 28 18:12:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62D043F5; Sun, 28 Dec 2014 18:12:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1C8AD2523; Sun, 28 Dec 2014 18:12:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBSICShI093371; Sun, 28 Dec 2014 18:12:28 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBSICRn5093366; Sun, 28 Dec 2014 18:12:27 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201412281812.sBSICRn5093366@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Sun, 28 Dec 2014 18:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375733 - in head/x11-drivers: . xf86-input-egalax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 18:12:42 -0000 Author: glebius (src committer) Date: Sun Dec 28 18:12:26 2014 New Revision: 375733 URL: https://svnweb.freebsd.org/changeset/ports/375733 QAT: https://qat.redports.org/buildarchive/r375733/ Log: Revive the xf86-input-egalax driver. It now compiles with new Xorg. Added: head/x11-drivers/xf86-input-egalax/ head/x11-drivers/xf86-input-egalax/Makefile (contents, props changed) head/x11-drivers/xf86-input-egalax/distinfo (contents, props changed) head/x11-drivers/xf86-input-egalax/pkg-descr (contents, props changed) head/x11-drivers/xf86-input-egalax/pkg-plist (contents, props changed) Modified: head/x11-drivers/Makefile Modified: head/x11-drivers/Makefile ============================================================================== --- head/x11-drivers/Makefile Sun Dec 28 18:01:43 2014 (r375732) +++ head/x11-drivers/Makefile Sun Dec 28 18:12:26 2014 (r375733) @@ -4,6 +4,7 @@ COMMENT = X11 drivers SUBDIR += xf86-input-acecad + SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics SUBDIR += xf86-input-fpit SUBDIR += xf86-input-hyperpen Added: head/x11-drivers/xf86-input-egalax/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-egalax/Makefile Sun Dec 28 18:12:26 2014 (r375733) @@ -0,0 +1,31 @@ +# Created by: Gleb Smirnoff +# $FreeBSD$ + +PORTNAME= xf86-input-egalax +PORTVERSION= 0.3 +CATEGORIES= x11-drivers + +MAINTAINER= glebius@FreeBSD.org +COMMENT= eGalax touch screen input driver for X.Org + +USE_GITHUB= yes +GH_ACCOUNT= glebius +GH_PROJECT= ${PORTNAME} +GH_COMMIT= 7f1e4ac +GH_TAGNAME= ${GH_COMMIT} +DIST_SUBDIR= xorg/driver + +LICENSE= BSD2CLAUSE + +GNU_CONFIGURE= yes +USES= libtool pkgconfig +USE_AUTOTOOLS= autoconf automake +USE_XORG= xorg-server xproto xi inputproto xf86driproto glproto \ + resourceproto +CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' +INSTALL_TARGET= install-strip + +pre-configure: + (cd ${WRKSRC} && /bin/sh ./autogen.sh) + +.include Added: head/x11-drivers/xf86-input-egalax/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-egalax/distinfo Sun Dec 28 18:12:26 2014 (r375733) @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-egalax-0.3.tar.gz) = 00ac3d304afe89ffc7721408058cdce0601f8c2c35b22ef491b0f3cae1400953 +SIZE (xorg/driver/xf86-input-egalax-0.3.tar.gz) = 6703 Added: head/x11-drivers/xf86-input-egalax/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-egalax/pkg-descr Sun Dec 28 18:12:26 2014 (r375733) @@ -0,0 +1 @@ +This package contains the X.Org xf86-input-egalax driver. See also uep(4). Added: head/x11-drivers/xf86-input-egalax/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-egalax/pkg-plist Sun Dec 28 18:12:26 2014 (r375733) @@ -0,0 +1,5 @@ +lib/xorg/modules/input/egalax_drv.so +man/man4/egalax.4x.gz +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg