From owner-freebsd-x11@FreeBSD.ORG Mon Jun 4 18:24:33 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40C7216A4AB for ; Mon, 4 Jun 2007 18:24:33 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id E80C113C45B for ; Mon, 4 Jun 2007 18:24:32 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id EE103192854; Mon, 4 Jun 2007 20:24:31 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180981471; bh=MfB2AClRgCIuoWeeelazQw9S/Wg=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=HgYmuZJQozOQLjDkYETzHC8vE9jypO7IxZAxm5kphyl6IOtuE/TP 3DrM1nhnw09GegKsMw6p+DxUtJvHrhjM7FNpZXRVBZN06nb/OpGgWWT49/dYVqLYNc/ OYIW3usQu X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id R0E4r3h2xAWv; Mon, 4 Jun 2007 20:24:29 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id B9215192843; Mon, 4 Jun 2007 20:24:29 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 9828A511C5; Mon, 4 Jun 2007 20:24:29 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l54IOTrP004674; Mon, 4 Jun 2007 20:24:29 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Mon, 4 Jun 2007 20:24:27 +0200 User-Agent: KMail/1.9.6 References: <1180841821.4786.61.camel@shumai.marcuscom.com> In-Reply-To: <1180841821.4786.61.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706042024.28398.dejan.lesjak@ijs.si> Cc: Joe Marcus Clarke Subject: Re: XKB file library? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 18:24:33 -0000 On Sunday 03 June 2007 05:37:01 Joe Marcus Clarke wrote: > There are three new modular X ports that have the same COMMENT of "XKB > file library": > > libdmx > libxkbfile > libxkbui > > The latter two might make sense, but libdmx is Distributed Multihead X > which has nothing to do with XKB. I think this COMMENT (and pkg-descr) > need to be updated. Yup. It was a placeholder that didn't get updated with suitable contents. Both libdmx and libxkbui are changed now. Thanks! Dejan