diff options
author | obache <obache@pkgsrc.org> | 2008-04-13 06:05:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-13 06:05:44 +0000 |
commit | 77174f36231689145f06ee3a3f2cd0523e0d7e6c (patch) | |
tree | 76667f5550122d7a4c8192154ed1787c5d06a248 /inputmethod | |
parent | 7b8c30f9a0bdeb94ad7d8281146a565ada8ac237 (diff) | |
download | pkgsrc-77174f36231689145f06ee3a3f2cd0523e0d7e6c.tar.gz |
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 (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tomoe/DESCR | 5 | ||||
-rw-r--r-- | inputmethod/tomoe/Makefile | 34 | ||||
-rw-r--r-- | inputmethod/tomoe/PLIST | 58 | ||||
-rw-r--r-- | inputmethod/tomoe/buildlink3.mk | 21 | ||||
-rw-r--r-- | inputmethod/tomoe/distinfo | 5 |
5 files changed, 123 insertions, 0 deletions
diff --git a/inputmethod/tomoe/DESCR b/inputmethod/tomoe/DESCR new file mode 100644 index 00000000000..bf680a9eb83 --- /dev/null +++ b/inputmethod/tomoe/DESCR @@ -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 --git a/inputmethod/tomoe/Makefile b/inputmethod/tomoe/Makefile new file mode 100644 index 00000000000..db9393e72b1 --- /dev/null +++ b/inputmethod/tomoe/Makefile @@ -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 +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 --git a/inputmethod/tomoe/PLIST b/inputmethod/tomoe/PLIST new file mode 100644 index 00000000000..47890eb5e5d --- /dev/null +++ b/inputmethod/tomoe/PLIST @@ -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 --git a/inputmethod/tomoe/buildlink3.mk b/inputmethod/tomoe/buildlink3.mk new file mode 100644 index 00000000000..c1e01e2fcb1 --- /dev/null +++ b/inputmethod/tomoe/buildlink3.mk @@ -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 --git a/inputmethod/tomoe/distinfo b/inputmethod/tomoe/distinfo new file mode 100644 index 00000000000..117dfa16214 --- /dev/null +++ b/inputmethod/tomoe/distinfo @@ -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 |