From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 20:44:48 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5DC5106568E for ; Thu, 6 Nov 2008 20:44:48 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA278FC17 for ; Thu, 6 Nov 2008 20:44:48 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so338918yxb.13 for ; Thu, 06 Nov 2008 12:44:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tQwFZSPPWA7d3b/l0Y0pDFF69jh97yke3fRHR9kqCss=; b=A0V/satnO8Vj2Ic9xODK4XS2BPSUfV8kcSToOTe4MPuZ35vgkTCS+IOC8YI0Oh1jZ3 B90tj796fv4z7MAd4zh0JvG4jqqIom7sYD5rZaMhWLob24s4F4VZlS42xkP2k+8ebwRY LVhgjlOa27wo/yU7GHW2rHF3MYWOKN4o2LiNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FECMfB6gvEV6CjhYl6JXCHiqGbJ1A1/ohXnSB59itrAeDP3vifBKqj4l84uHJe1OkL 8h0gTlSvUtIVvU93s0uFwJ17OEz7bYy159Ts8vVXp/4gfEsNO3hDnDveP+YzPXajiiSi J9xE7I9FTLzBqIwk0ulwR7AUdShN9oiZeZcGU= Received: by 10.142.142.14 with SMTP id p14mr643150wfd.17.1226004287400; Thu, 06 Nov 2008 12:44:47 -0800 (PST) Received: by 10.143.90.10 with HTTP; Thu, 6 Nov 2008 12:44:47 -0800 (PST) Message-ID: <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com> Date: Thu, 6 Nov 2008 21:44:47 +0100 From: bomberboy To: freebsd-ports@freebsd.org In-Reply-To: <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> Cc: kamikaze@bsdforen.de Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 20:44:49 -0000 On Wed, Nov 5, 2008 at 8:34 PM, bomberboy wrote: > On Wed, Nov 5, 2008 at 11:22 AM, Dominic Fandrey wrote: > > Hello, > >> I have created a port of Bartosz Fabianowski's Wacom driver. >> Since nobody has stepped forward to commit it, I thought I'd >> inform this list, so that people can test it. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 Besides the other patches in my previous mail, it might also be interesting to include the wacom-tools that are part of linuxwacom and which are very useful for debugging when setting up your tablet. Furthermore is xsetwacom required if you want to rotate the screen on a TabletPC. In that case you want the waom-tablet to be rotated as well or you get strange effects ;-) These utilities can be found in the src/util folder and consist of: wacdump xidump xsetwacom I believe this would require the following additional install targets for the port Makefile: @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/wacdump ${PREFIX}/bin/wacdump @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xidump ${PREFIX}/bin/xidump @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xsetwacom ${PREFIX}/bin/xsetwacom Note, the above is untested. Regards, Bruno