Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 22:48:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325240 - in head/x11: . libxkbcommon
Message-ID:  <201308222248.r7MMm4Iv090837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308222248.r7MMm4Iv090837>