summaryrefslogtreecommitdiff
path: root/x11/libfakekey
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-21 22:58:07 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-21 22:58:07 +0000
commit8243cf9252f20d8999da2c1e764ee2728aa666d6 (patch)
treefc55dcbb4d8d71cf4394134e310b580c2d80763a /x11/libfakekey
parentwww/webstone is not jobs safe (diff)
New port: x11/libfakekey.
libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox Submitted by: Tobias Berner <tcberner@gmail.com> to the area51 KDE repository
Notes
Notes: svn path=/head/; revision=406884
Diffstat (limited to 'x11/libfakekey')
-rw-r--r--x11/libfakekey/Makefile19
-rw-r--r--x11/libfakekey/distinfo2
-rw-r--r--x11/libfakekey/files/patch-tests_Makefile.in13
-rw-r--r--x11/libfakekey/pkg-descr4
-rw-r--r--x11/libfakekey/pkg-plist6
5 files changed, 44 insertions, 0 deletions
diff --git a/x11/libfakekey/Makefile b/x11/libfakekey/Makefile
new file mode 100644
index 000000000000..52202c474a67
--- /dev/null
+++ b/x11/libfakekey/Makefile
@@ -0,0 +1,19 @@
+# Created by: Tobias Berner <tcberner@gmail.com>
+# $FreeBSD$
+
+PORTNAME= libfakekey
+PORTVERSION= 0.1
+CATEGORIES= x11 kde
+MASTER_SITES= http://downloads.yoctoproject.org/releases/matchbox/${PORTNAME}/${PORTVERSION}/
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= X virtual keyboard library
+
+LICENSE= LGPL20+
+
+USES= libtool pathfix pkgconfig
+USE_XORG= x11 xtst
+GNU_CONFIGURE= YES
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
diff --git a/x11/libfakekey/distinfo b/x11/libfakekey/distinfo
new file mode 100644
index 000000000000..1798bfb9d6f7
--- /dev/null
+++ b/x11/libfakekey/distinfo
@@ -0,0 +1,2 @@
+SHA256 (libfakekey-0.1.tar.gz) = 33f55905d6680aa4fba7c5c5809ae16a4220d827ddb655d7afb08c623dbdba82
+SIZE (libfakekey-0.1.tar.gz) = 311139
diff --git a/x11/libfakekey/files/patch-tests_Makefile.in b/x11/libfakekey/files/patch-tests_Makefile.in
new file mode 100644
index 000000000000..8e331f4622be
--- /dev/null
+++ b/x11/libfakekey/files/patch-tests_Makefile.in
@@ -0,0 +1,13 @@
+--- tests/Makefile.in.orig 2005-12-08 13:45:02 UTC
++++ tests/Makefile.in
+@@ -61,8 +61,8 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=c
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+- $(AM_LDFLAGS) $(LDFLAGS) -o $@
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(X11_CFLAGS) \
++ $(AM_LDFLAGS) $(LDFLAGS) $(X11_LIBS) -o $@
+ SOURCES = fakekey-test.c
+ DIST_SOURCES = fakekey-test.c
+ ETAGS = etags
diff --git a/x11/libfakekey/pkg-descr b/x11/libfakekey/pkg-descr
new file mode 100644
index 000000000000..2d80477e1f60
--- /dev/null
+++ b/x11/libfakekey/pkg-descr
@@ -0,0 +1,4 @@
+libfakekey is a simple library for converting UTF-8 characters into 'fake' X
+key-presses.
+
+WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox
diff --git a/x11/libfakekey/pkg-plist b/x11/libfakekey/pkg-plist
new file mode 100644
index 000000000000..74be7c84d7cc
--- /dev/null
+++ b/x11/libfakekey/pkg-plist
@@ -0,0 +1,6 @@
+include/fakekey/fakekey.h
+lib/libfakekey.a
+lib/libfakekey.so
+lib/libfakekey.so.0
+lib/libfakekey.so.0.0.1
+libdata/pkgconfig/libfakekey.pc