final part of the tomoe software: a japanese handwriting input pad for uim.
not as good as the zaurus native software, but much better than nothing.
This commit is contained in:
parent
65eb15fb8d
commit
c40fa37ee6
31
inputmethods/uim-tomoe-gtk/Makefile
Normal file
31
inputmethods/uim-tomoe-gtk/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/19 00:53:12 espie Exp $
|
||||
COMMENT= 'japanese handwriting'
|
||||
|
||||
DISTNAME= uim-tomoe-gtk-0.2.0
|
||||
|
||||
HOMEPAGE= http://tomoe.sourceforge.jp/
|
||||
MASTER_SITES= http://dl.sourceforge.jp/tomoe/17172/
|
||||
|
||||
CATEGORIES= japanese inputmethods
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_ENV=CPPFLAGS=-I${LOCALBASE}/include
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
LIB_DEPENDS= tomoe-gtk::inputmethods/libtomoe-gtk \
|
||||
uim::inputmethods/uim
|
||||
|
||||
|
||||
WANTLIB= Xrender Xext X11 m z png freetype fontconfig \
|
||||
gmodule-2.0 glib-2.0 pangocairo-1.0 pango-1.0 \
|
||||
pangoft2-1.0 cairo glitz atk-1.0 gobject-2.0 \
|
||||
gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0 c intl iconv \
|
||||
tomoe
|
||||
|
||||
.include <bsd.port.mk>
|
4
inputmethods/uim-tomoe-gtk/distinfo
Normal file
4
inputmethods/uim-tomoe-gtk/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (uim-tomoe-gtk-0.2.0.tar.gz) = e52817378766286d69b78fe58b37e45e
|
||||
RMD160 (uim-tomoe-gtk-0.2.0.tar.gz) = 55edbea80f636d55f963a42ddf4ab0c0ba62a635
|
||||
SHA1 (uim-tomoe-gtk-0.2.0.tar.gz) = 1f324e846871b0d8c4c19977b8e048e2ede38d40
|
||||
SIZE (uim-tomoe-gtk-0.2.0.tar.gz) = 324864
|
11
inputmethods/uim-tomoe-gtk/patches/patch-src_uim-tomoe-gtk_c
Normal file
11
inputmethods/uim-tomoe-gtk/patches/patch-src_uim-tomoe-gtk_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_uim-tomoe-gtk_c,v 1.1.1.1 2006/10/19 00:53:12 espie Exp $
|
||||
--- src/uim-tomoe-gtk.c.orig Thu Oct 19 02:18:46 2006
|
||||
+++ src/uim-tomoe-gtk.c Thu Oct 19 02:18:55 2006
|
||||
@@ -24,6 +24,7 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
+#include <locale.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <uim/uim.h>
|
||||
#include <uim/uim-helper.h>
|
3
inputmethods/uim-tomoe-gtk/pkg/DESCR
Normal file
3
inputmethods/uim-tomoe-gtk/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
uim-tomoe-gtk is an helper program for uim
|
||||
that is invoked in uim-toolbar-gtk when you
|
||||
select the `handwriting input pad'.
|
2
inputmethods/uim-tomoe-gtk/pkg/PLIST
Normal file
2
inputmethods/uim-tomoe-gtk/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/19 00:53:12 espie Exp $
|
||||
bin/uim-tomoe-gtk
|
Loading…
Reference in New Issue
Block a user