summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2008-04-13 06:06:40 +0000
committerobache <obache>2008-04-13 06:06:40 +0000
commite7e93ccfb849c5a343d92e649ec8b37c4f60fd99 (patch)
treec50bf0746e76461b333aeb86dc028e8c895ff8c9 /inputmethod
parent5ee71649b163252b46b8ba1ee6b555dbb2736fc0 (diff)
downloadpkgsrc-e7e93ccfb849c5a343d92e649ec8b37c4f60fd99.tar.gz
Import tomoe-gtk version 0.6.0.
tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine. It offers GTK+ GUI parts and is useful for making another applications using tomoe.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/tomoe-gtk/DESCR3
-rw-r--r--inputmethod/tomoe-gtk/Makefile26
-rw-r--r--inputmethod/tomoe-gtk/PLIST42
-rw-r--r--inputmethod/tomoe-gtk/buildlink3.mk23
-rw-r--r--inputmethod/tomoe-gtk/distinfo5
5 files changed, 99 insertions, 0 deletions
diff --git a/inputmethod/tomoe-gtk/DESCR b/inputmethod/tomoe-gtk/DESCR
new file mode 100644
index 00000000000..7e28f41ed6c
--- /dev/null
+++ b/inputmethod/tomoe-gtk/DESCR
@@ -0,0 +1,3 @@
+tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine.
+It offers GTK+ GUI parts and is useful for making another applications using
+tomoe.
diff --git a/inputmethod/tomoe-gtk/Makefile b/inputmethod/tomoe-gtk/Makefile
new file mode 100644
index 00000000000..17ed9a1a9d5
--- /dev/null
+++ b/inputmethod/tomoe-gtk/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $
+#
+
+DISTNAME= tomoe-gtk-0.6.0
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://tomoe.sourceforge.jp/
+COMMENT= GUI library for tomoe's GTK+ GUI parts
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+USE_PKGLOCALEDIR= yes
+
+PKGCONFIG_OVERRIDE+= tomoe-gtk.pc.in
+
+CONFIGURE_ARGS+= --without-python
+
+.include "../../fonts/gucharmap/buildlink3.mk"
+.include "../../inputmethod/tomoe/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tomoe-gtk/PLIST b/inputmethod/tomoe-gtk/PLIST
new file mode 100644
index 00000000000..e0eadfc37ee
--- /dev/null
+++ b/inputmethod/tomoe-gtk/PLIST
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $
+include/tomoe/gtk/tomoe-canvas.h
+include/tomoe/gtk/tomoe-char-table.h
+include/tomoe/gtk/tomoe-details.h
+include/tomoe/gtk/tomoe-edit-char.h
+include/tomoe/gtk/tomoe-edit-meta.h
+include/tomoe/gtk/tomoe-edit-strokes.h
+include/tomoe/gtk/tomoe-gtk-config.h
+include/tomoe/gtk/tomoe-gtk-enum-types.h
+include/tomoe/gtk/tomoe-gtk.h
+include/tomoe/gtk/tomoe-gucharmap.h
+include/tomoe/gtk/tomoe-handwriting.h
+include/tomoe/gtk/tomoe-reading-search.h
+include/tomoe/gtk/tomoe-scrollable.h
+include/tomoe/gtk/tomoe-window.h
+lib/libtomoe-gtk.la
+lib/pkgconfig/tomoe-gtk.pc
+share/gtk-doc/html/libtomoe-gtk/TomoeCanvas.html
+share/gtk-doc/html/libtomoe-gtk/TomoeCharTable.html
+share/gtk-doc/html/libtomoe-gtk/TomoeHandwriting.html
+share/gtk-doc/html/libtomoe-gtk/TomoeWindow.html
+share/gtk-doc/html/libtomoe-gtk/home.png
+share/gtk-doc/html/libtomoe-gtk/index.html
+share/gtk-doc/html/libtomoe-gtk/index.sgml
+share/gtk-doc/html/libtomoe-gtk/ix01.html
+share/gtk-doc/html/libtomoe-gtk/left.png
+share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk-tomoe-scrollable.html
+share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk.devhelp
+share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk.devhelp2
+share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk.html
+share/gtk-doc/html/libtomoe-gtk/right.png
+share/gtk-doc/html/libtomoe-gtk/style.css
+share/gtk-doc/html/libtomoe-gtk/up.png
+share/locale/ja/LC_MESSAGES/tomoe-gtk.mo
+share/tomoe-gtk/tomoe-data-view.png
+share/tomoe-gtk/tomoe-dictionary.png
+share/tomoe-gtk/tomoe-gucharmap.png
+share/tomoe-gtk/tomoe-handwriting.png
+share/tomoe-gtk/tomoe-search.png
+@dirrm share/tomoe-gtk
+@dirrm share/gtk-doc/html/libtomoe-gtk
+@dirrm include/tomoe/gtk
diff --git a/inputmethod/tomoe-gtk/buildlink3.mk b/inputmethod/tomoe-gtk/buildlink3.mk
new file mode 100644
index 00000000000..8f340293538
--- /dev/null
+++ b/inputmethod/tomoe-gtk/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+TOMOE_GTK_BUILDLINK3_MK:= ${TOMOE_GTK_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= tomoe-gtk
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntomoe-gtk}
+BUILDLINK_PACKAGES+= tomoe-gtk
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}tomoe-gtk
+
+.if ${TOMOE_GTK_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0
+BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk
+.endif # TOMOE_GTK_BUILDLINK3_MK
+
+.include "../../fonts/gucharmap/buildlink3.mk"
+.include "../../inputmethod/tomoe/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/inputmethod/tomoe-gtk/distinfo b/inputmethod/tomoe-gtk/distinfo
new file mode 100644
index 00000000000..db8904d11cf
--- /dev/null
+++ b/inputmethod/tomoe-gtk/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $
+
+SHA1 (tomoe-gtk-0.6.0.tar.gz) = dddb1178c437380a92b59dbc273dafdd2045e1d1
+RMD160 (tomoe-gtk-0.6.0.tar.gz) = 72e0954b8994d1e62acb7d4cb0c478dadb54b8f0
+Size (tomoe-gtk-0.6.0.tar.gz) = 448058 bytes