diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-22 22:48:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-22 22:48:04 +0000 |
commit | 1e3df1adfa72bf7e1bff3e33317aa2605c6596c9 (patch) | |
tree | 0b6b9ca7314365aa922f843b7982afc748e066a4 /x11 | |
parent | 89a1aa0426125cd1a3ac2b2e4edcb4ec938256e7 (diff) | |
download | ports-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')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/libxkbcommon/Makefile | 26 | ||||
-rw-r--r-- | x11/libxkbcommon/distinfo | 2 | ||||
-rw-r--r-- | x11/libxkbcommon/pkg-descr | 5 | ||||
-rw-r--r-- | x11/libxkbcommon/pkg-plist | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 524a6da4a4e1..f4f1643a4718 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -184,6 +184,7 @@ SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util + SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxkbui SUBDIR += libxklavier 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 |