aboutsummaryrefslogtreecommitdiff
path: root/x11/libxkbcommon
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-22 22:48:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-22 22:48:04 +0000
commit1e3df1adfa72bf7e1bff3e33317aa2605c6596c9 (patch)
tree0b6b9ca7314365aa922f843b7982afc748e066a4 /x11/libxkbcommon
parent89a1aa0426125cd1a3ac2b2e4edcb4ec938256e7 (diff)
downloadports-1e3df1adfa72bf7e1bff3e33317aa2605c6596c9.tar.gz
ports-1e3df1adfa72bf7e1bff3e33317aa2605c6596c9.zip
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/
Notes
Notes: svn path=/head/; revision=325240
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r--x11/libxkbcommon/Makefile26
-rw-r--r--x11/libxkbcommon/distinfo2
-rw-r--r--x11/libxkbcommon/pkg-descr5
-rw-r--r--x11/libxkbcommon/pkg-plist10
4 files changed, 43 insertions, 0 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile
new file mode 100644
index 000000000000..0f98409fdfcd
--- /dev/null
+++ b/x11/libxkbcommon/Makefile
@@ -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>
diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo
new file mode 100644
index 000000000000..cf2a1aa58843
--- /dev/null
+++ b/x11/libxkbcommon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (libxkbcommon-0.3.1.tar.xz) = 9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
+SIZE (libxkbcommon-0.3.1.tar.xz) = 605756
diff --git a/x11/libxkbcommon/pkg-descr b/x11/libxkbcommon/pkg-descr
new file mode 100644
index 000000000000..f66c51d356f0
--- /dev/null
+++ b/x11/libxkbcommon/pkg-descr
@@ -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/
diff --git a/x11/libxkbcommon/pkg-plist b/x11/libxkbcommon/pkg-plist
new file mode 100644
index 000000000000..07d175218be1
--- /dev/null
+++ b/x11/libxkbcommon/pkg-plist
@@ -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