Date: Thu, 21 Jan 2016 22:58:07 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406884 - in head/x11: . libfakekey libfakekey/files Message-ID: <201601212258.u0LMw7M5016810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Thu Jan 21 22:58:07 2016 New Revision: 406884 URL: https://svnweb.freebsd.org/changeset/ports/406884 Log: 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 Added: head/x11/libfakekey/ head/x11/libfakekey/Makefile (contents, props changed) head/x11/libfakekey/distinfo (contents, props changed) head/x11/libfakekey/files/ head/x11/libfakekey/files/patch-tests_Makefile.in (contents, props changed) head/x11/libfakekey/pkg-descr (contents, props changed) head/x11/libfakekey/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu Jan 21 22:24:47 2016 (r406883) +++ head/x11/Makefile Thu Jan 21 22:58:07 2016 (r406884) @@ -159,6 +159,7 @@ SUBDIR += libdmx SUBDIR += libdnd SUBDIR += libexo + SUBDIR += libfakekey SUBDIR += libfm SUBDIR += libfm-extra SUBDIR += libgnome Added: head/x11/libfakekey/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/Makefile Thu Jan 21 22:58:07 2016 (r406884) @@ -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> Added: head/x11/libfakekey/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/distinfo Thu Jan 21 22:58:07 2016 (r406884) @@ -0,0 +1,2 @@ +SHA256 (libfakekey-0.1.tar.gz) = 33f55905d6680aa4fba7c5c5809ae16a4220d827ddb655d7afb08c623dbdba82 +SIZE (libfakekey-0.1.tar.gz) = 311139 Added: head/x11/libfakekey/files/patch-tests_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/files/patch-tests_Makefile.in Thu Jan 21 22:58:07 2016 (r406884) @@ -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 Added: head/x11/libfakekey/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/pkg-descr Thu Jan 21 22:58:07 2016 (r406884) @@ -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 Added: head/x11/libfakekey/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfakekey/pkg-plist Thu Jan 21 22:58:07 2016 (r406884) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601212258.u0LMw7M5016810>