import of libfakekey-0.1;

libfakekey is a library for converting UTF-8 characters
into 'fake' X key-presses.
This commit is contained in:
robert 2006-07-20 21:09:58 +00:00
parent 898bc9bdfa
commit d0f5957c8e
5 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/20 21:09:58 robert Exp $
COMMENT= "library for converting characters to X key-presses"
DISTNAME= libfakekey-0.1
SHARED_LIBS= fakekey 0.1
MODGNU_SHARED_LIBS= fakekey ''
CATEGORIES= x11
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/libfakekey/0.1/
HOMEPAGE= http://projects.o-hand.com/matchbox/
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
WANTLIB= X11 Xtst
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (libfakekey-0.1.tar.gz) = a3ee973b8903ba78850f148147eccac0
RMD160 (libfakekey-0.1.tar.gz) = 041a5774be056a19afca770480d02e1903b4ab37
SHA1 (libfakekey-0.1.tar.gz) = 558af6f1eaa2c9d0ee9f03ade69aa53f0aa8f9f7
SIZE (libfakekey-0.1.tar.gz) = 311139

View File

@ -0,0 +1,2 @@
libfakekey is a library for converting UTF-8 characters
into 'fake' X key-presses.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/07/20 21:09:58 robert Exp $
@lib lib/libfakekey.so.${LIBfakekey_VERSION}

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/20 21:09:58 robert Exp $
%%SHARED%%
include/fakekey/
include/fakekey/fakekey.h
lib/libfakekey.a
lib/libfakekey.la
lib/pkgconfig/
lib/pkgconfig/libfakekey.pc