pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/tomoe-gtk Import tomoe-gtk version 0.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f3e134342df
branches:  trunk
changeset: 540989:2f3e134342df
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Apr 13 06:06:40 2008 +0000

description:
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:

 inputmethod/tomoe-gtk/DESCR         |   3 ++
 inputmethod/tomoe-gtk/Makefile      |  26 ++++++++++++++++++++++
 inputmethod/tomoe-gtk/PLIST         |  42 +++++++++++++++++++++++++++++++++++++
 inputmethod/tomoe-gtk/buildlink3.mk |  23 ++++++++++++++++++++
 inputmethod/tomoe-gtk/distinfo      |   5 ++++
 5 files changed, 99 insertions(+), 0 deletions(-)

diffs (119 lines):

diff -r 951e42405672 -r 2f3e134342df inputmethod/tomoe-gtk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe-gtk/DESCR       Sun Apr 13 06:06:40 2008 +0000
@@ -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 -r 951e42405672 -r 2f3e134342df inputmethod/tomoe-gtk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe-gtk/Makefile    Sun Apr 13 06:06:40 2008 +0000
@@ -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@localhost
+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 -r 951e42405672 -r 2f3e134342df inputmethod/tomoe-gtk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe-gtk/PLIST       Sun Apr 13 06:06:40 2008 +0000
@@ -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 -r 951e42405672 -r 2f3e134342df inputmethod/tomoe-gtk/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe-gtk/buildlink3.mk       Sun Apr 13 06:06:40 2008 +0000
@@ -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 -r 951e42405672 -r 2f3e134342df inputmethod/tomoe-gtk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe-gtk/distinfo    Sun Apr 13 06:06:40 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index