svn commit: r325240 - in head/x11: . libxkbcommon
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 22 22:48:05 UTC 2013
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 at 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
+ at dirrm include/xkbcommon
More information about the svn-ports-all
mailing list