From owner-svn-ports-head@FreeBSD.ORG Thu Aug 22 22:48:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A25DB5F5; Thu, 22 Aug 2013 22:48:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C4362B85; Thu, 22 Aug 2013 22:48:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7MMm5hD090842; Thu, 22 Aug 2013 22:48:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7MMm4Iv090837; Thu, 22 Aug 2013 22:48:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308222248.r7MMm4Iv090837@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 22 Aug 2013 22:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325240 - in head/x11: . libxkbcommon 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.14 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: Thu, 22 Aug 2013 22:48:05 -0000 Author: bapt Date: Thu Aug 22 22:48:04 2013 New Revision: 325240 URL: http://svnweb.freebsd.org/changeset/ports/325240 Log: xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications WWW: http://xkbcommon.org/ Added: head/x11/libxkbcommon/ head/x11/libxkbcommon/Makefile (contents, props changed) head/x11/libxkbcommon/distinfo (contents, props changed) head/x11/libxkbcommon/pkg-descr (contents, props changed) head/x11/libxkbcommon/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu Aug 22 22:34:32 2013 (r325239) +++ head/x11/Makefile Thu Aug 22 22:48:04 2013 (r325240) @@ -184,6 +184,7 @@ SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util + SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxkbui SUBDIR += libxklavier Added: head/x11/libxkbcommon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxkbcommon/Makefile Thu Aug 22 22:48:04 2013 (r325240) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= libxkbcommon +PORTVERSION= 0.3.1 +CATEGORIES= x11 +MASTER_SITES= http://xkbcommon.org/download/ + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Keymap handling library for toolkits and window systems + +LICENSE= MIT + +USES= gmake bison pathfix + +GNU_CONFIGURE= yes +USE_XZ= yes +MAKE_JOBS_UNSAFE= yes + +CONFIGURE_ARGS= --without-default-layout \ + --without-default-model \ + --without-default-options \ + --without-default-rules \ + --without-default-variant \ + --without-doxygen + +.include Added: head/x11/libxkbcommon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxkbcommon/distinfo Thu Aug 22 22:48:04 2013 (r325240) @@ -0,0 +1,2 @@ +SHA256 (libxkbcommon-0.3.1.tar.xz) = 9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e +SIZE (libxkbcommon-0.3.1.tar.xz) = 605756 Added: head/x11/libxkbcommon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxkbcommon/pkg-descr Thu Aug 22 22:48:04 2013 (r325240) @@ -0,0 +1,5 @@ +xkbcommon is a library to handle keyboard descriptions, including loading them +from disk, parsing them and handling their state. It's mainly meant for client +toolkits, window systems, and other system applications + +WWW: http://xkbcommon.org/ Added: head/x11/libxkbcommon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxkbcommon/pkg-plist Thu Aug 22 22:48:04 2013 (r325240) @@ -0,0 +1,10 @@ +include/xkbcommon/xkbcommon-compat.h +include/xkbcommon/xkbcommon-keysyms.h +include/xkbcommon/xkbcommon-names.h +include/xkbcommon/xkbcommon.h +lib/libxkbcommon.a +lib/libxkbcommon.la +lib/libxkbcommon.so +lib/libxkbcommon.so.0 +libdata/pkgconfig/xkbcommon.pc +@dirrm include/xkbcommon