pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/951e42405672
branches:  trunk
changeset: 540988:951e42405672
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Apr 13 06:05:44 2008 +0000

description:
Import Tomoe version 0.6.0.

Tomoe is originally a handwriting character recognition engine.

Current Tomoe does not only provide handwriting recognition engine but also
provide other character searching API such as searching by readings, stroke
counts, radicals, valiations and so on.

diffstat:

 inputmethod/tomoe/DESCR         |   5 +++
 inputmethod/tomoe/Makefile      |  34 ++++++++++++++++++++++++
 inputmethod/tomoe/PLIST         |  58 +++++++++++++++++++++++++++++++++++++++++
 inputmethod/tomoe/buildlink3.mk |  21 ++++++++++++++
 inputmethod/tomoe/distinfo      |   5 +++
 5 files changed, 123 insertions(+), 0 deletions(-)

diffs (143 lines):

diff -r ab17702f1b95 -r 951e42405672 inputmethod/tomoe/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe/DESCR   Sun Apr 13 06:05:44 2008 +0000
@@ -0,0 +1,5 @@
+Tomoe is originally a handwriting character recognition engine.
+
+Current Tomoe does not only provide handwriting recognition engine but also
+provide other character searching API such as searching by readings, stroke
+counts, radicals, valiations and so on.
diff -r ab17702f1b95 -r 951e42405672 inputmethod/tomoe/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe/Makefile        Sun Apr 13 06:05:44 2008 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:05:44 obache Exp $
+#
+
+DISTNAME=      tomoe-0.6.0
+CATEGORIES=    inputmethod
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tomoe/}
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://tomoe.sourceforge.jp/
+COMMENT=       Handwriting recognition engine
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake pkg-config intltool msgfmt
+USE_PKGLOCALEDIR=      yes
+
+PKG_SYSCONFSUBDIR=     tomoe
+
+PKGCONFIG_OVERRIDE+=   bindings/python/pytomoe.pc.in
+PKGCONFIG_OVERRIDE+=   tomoe.pc.in
+
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+=       --without-ruby
+CONFIGURE_ARGS+=       --without-python
+CONFIGURE_ENV+=                ac_cv_path_MYSQL_CONFIG=mysql_config-not-found
+
+INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples
+
+CONF_FILES+=   ${PREFIX}/share/examples/tomoe/config ${PKG_SYSCONFDIR}/config
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ab17702f1b95 -r 951e42405672 inputmethod/tomoe/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe/PLIST   Sun Apr 13 06:05:44 2008 +0000
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/13 06:05:44 obache Exp $
+include/tomoe/tomoe-candidate.h
+include/tomoe/tomoe-char.h
+include/tomoe/tomoe-config.h
+include/tomoe/tomoe-context.h
+include/tomoe/tomoe-dict.h
+include/tomoe/tomoe-enum-types.h
+include/tomoe/tomoe-module-impl.h
+include/tomoe/tomoe-module.h
+include/tomoe/tomoe-query.h
+include/tomoe/tomoe-reading.h
+include/tomoe/tomoe-recognizer.h
+include/tomoe/tomoe-shelf.h
+include/tomoe/tomoe-writing.h
+include/tomoe/tomoe.h
+lib/libtomoe.la
+lib/pkgconfig/tomoe.pc
+lib/tomoe/module/dict/unihan.la
+lib/tomoe/module/dict/xml.la
+lib/tomoe/module/recognizer/simple.la
+share/examples/tomoe/config
+share/gtk-doc/html/tomoe/TomoeCandidate.html
+share/gtk-doc/html/tomoe/TomoeChar.html
+share/gtk-doc/html/tomoe/TomoeConfig.html
+share/gtk-doc/html/tomoe/TomoeContext.html
+share/gtk-doc/html/tomoe/TomoeDict.html
+share/gtk-doc/html/tomoe/TomoeQuery.html
+share/gtk-doc/html/tomoe/TomoeReading.html
+share/gtk-doc/html/tomoe/TomoeRecognizer.html
+share/gtk-doc/html/tomoe/TomoeShelf.html
+share/gtk-doc/html/tomoe/TomoeWriting.html
+share/gtk-doc/html/tomoe/home.png
+share/gtk-doc/html/tomoe/index.html
+share/gtk-doc/html/tomoe/index.sgml
+share/gtk-doc/html/tomoe/ix01.html
+share/gtk-doc/html/tomoe/left.png
+share/gtk-doc/html/tomoe/right.png
+share/gtk-doc/html/tomoe/style.css
+share/gtk-doc/html/tomoe/tomoe-tomoe.html
+share/gtk-doc/html/tomoe/tomoe.devhelp
+share/gtk-doc/html/tomoe/tomoe.devhelp2
+share/gtk-doc/html/tomoe/tomoe.html
+share/gtk-doc/html/tomoe/up.png
+share/locale/ja/LC_MESSAGES/tomoe.mo
+share/tomoe/dict.dtd
+share/tomoe/recognizer/handwriting-ja.xml
+share/tomoe/recognizer/handwriting-zh_CN.xml
+share/tomoe/xml2est.rb
+@dirrm share/tomoe/recognizer
+@exec ${MKDIR} %D/share/tomoe/dict
+@dirrm share/tomoe/dict
+@dirrm share/tomoe
+@dirrm share/gtk-doc/html/tomoe
+@dirrm lib/tomoe/module/recognizer
+@dirrm lib/tomoe/module/dict
+@dirrm lib/tomoe/module
+@dirrm lib/tomoe
+@dirrm include/tomoe
diff -r ab17702f1b95 -r 951e42405672 inputmethod/tomoe/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe/buildlink3.mk   Sun Apr 13 06:05:44 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/13 06:05:44 obache Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+TOMOE_BUILDLINK3_MK:=  ${TOMOE_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    tomoe
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ntomoe}
+BUILDLINK_PACKAGES+=   tomoe
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}tomoe
+
+.if ${TOMOE_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.tomoe+=  tomoe>=0.6.0
+BUILDLINK_PKGSRCDIR.tomoe?=    ../../inputmethod/tomoe
+.endif # TOMOE_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r ab17702f1b95 -r 951e42405672 inputmethod/tomoe/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe/distinfo        Sun Apr 13 06:05:44 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/13 06:05:44 obache Exp $
+
+SHA1 (tomoe-0.6.0.tar.gz) = 0ab5b4fd4609d0439f90010c35305595522f54f2
+RMD160 (tomoe-0.6.0.tar.gz) = fc8e799c4b845e9c4b41879980fecc9d9dc77c69
+Size (tomoe-0.6.0.tar.gz) = 4918949 bytes



Home | Main Index | Thread Index | Old Index