From owner-svn-ports-all@freebsd.org Sun Jan 29 23:40:33 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 A89B2CC742A; Sun, 29 Jan 2017 23:40:33 +0000 (UTC) (envelope-from bapt@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 695562CC; Sun, 29 Jan 2017 23:40:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0TNeWmJ042078; Sun, 29 Jan 2017 23:40:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0TNeWWX042072; Sun, 29 Jan 2017 23:40:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201701292340.v0TNeWWX042072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 29 Jan 2017 23:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432813 - in head/x11: . libwacom 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: Sun, 29 Jan 2017 23:40:33 -0000 Author: bapt Date: Sun Jan 29 23:40:31 2017 New Revision: 432813 URL: https://svnweb.freebsd.org/changeset/ports/432813 Log: Libwacom is a new library to help implement Wacom tablet settings. It is intended to be used by client-programs that need model identification. WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom Obtained from: FreeBSDDesktop github Added: head/x11/libwacom/ head/x11/libwacom/Makefile (contents, props changed) head/x11/libwacom/distinfo (contents, props changed) head/x11/libwacom/pkg-descr (contents, props changed) head/x11/libwacom/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Jan 29 23:39:28 2017 (r432812) +++ head/x11/Makefile Sun Jan 29 23:40:31 2017 (r432813) @@ -184,6 +184,7 @@ SUBDIR += liboldX SUBDIR += libsx SUBDIR += libsynaptics + SUBDIR += libwacom SUBDIR += libxcb SUBDIR += libxdg-basedir SUBDIR += libxfce4menu Added: head/x11/libwacom/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libwacom/Makefile Sun Jan 29 23:40:31 2017 (r432813) @@ -0,0 +1,25 @@ +# Created by: johalun0@gmail.com +# $FreeBSD$ + +PORTNAME= libwacom +PORTVERSION= 0.22 +PORTREVISION= 1 +CATEGORIES= x11 +MASTER_SITES= https://sourceforge.net/projects/linuxwacom/files/libwacom/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= Adds tablet support to libinput + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgudev-1.0.so:devel/libgudev + +USES= gettext-runtime gmake libtool localbase pkgconfig \ + pathfix tar:bzip2 +USE_GNOME= glib20 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +.include Added: head/x11/libwacom/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libwacom/distinfo Sun Jan 29 23:40:31 2017 (r432813) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485732922 +SHA256 (libwacom-0.22.tar.bz2) = 97c19c216cbf4a2c54a5fc4f80d5a363bfa732500f0831a345bbc8ab385720c0 +SIZE (libwacom-0.22.tar.bz2) = 462995 Added: head/x11/libwacom/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libwacom/pkg-descr Sun Jan 29 23:40:31 2017 (r432813) @@ -0,0 +1,5 @@ +Libwacom is a new library to help implement Wacom tablet settings. +It is intended to be used by client-programs that need model +identification. + +WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom Added: head/x11/libwacom/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libwacom/pkg-plist Sun Jan 29 23:40:31 2017 (r432813) @@ -0,0 +1,7 @@ +bin/libwacom-list-local-devices +include/libwacom-1.0/libwacom/libwacom.h +lib/libwacom.a +lib/libwacom.so +lib/libwacom.so.2 +lib/libwacom.so.2.5.0 +libdata/pkgconfig/libwacom.pc