diff options
author | obache <obache@pkgsrc.org> | 2010-05-20 09:11:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-20 09:11:07 +0000 |
commit | dc17b53e61f2aaab2a4992df93db7d24218f2eae (patch) | |
tree | a3c4cc6a732dfff642615d707f4ca948e085a554 /inputmethod | |
parent | 5da4832a250ae2e723087e03f902476a816a2ac3 (diff) | |
download | pkgsrc-dc17b53e61f2aaab2a4992df93db7d24218f2eae.tar.gz |
Import zinnia-tomoe-0.6.0.20080911 as inputmethod/zinnia-tomoe.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.
This package contains Zonna recognition models trained with Tomoe data.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/zinnia-tomoe/DESCR | 4 | ||||
-rw-r--r-- | inputmethod/zinnia-tomoe/Makefile | 27 | ||||
-rw-r--r-- | inputmethod/zinnia-tomoe/PLIST | 3 | ||||
-rw-r--r-- | inputmethod/zinnia-tomoe/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/inputmethod/zinnia-tomoe/DESCR b/inputmethod/zinnia-tomoe/DESCR new file mode 100644 index 00000000000..458dc78e794 --- /dev/null +++ b/inputmethod/zinnia-tomoe/DESCR @@ -0,0 +1,4 @@ +Zinnia is a simple, customizable and portable online hand recognition system +based on Support Vector Machines. + +This package contains Zonna recognition models trained with Tomoe data. diff --git a/inputmethod/zinnia-tomoe/Makefile b/inputmethod/zinnia-tomoe/Makefile new file mode 100644 index 00000000000..837dafe4b78 --- /dev/null +++ b/inputmethod/zinnia-tomoe/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:11:07 obache Exp $ +# + +DISTNAME= zinnia-tomoe-0.6.0-20080911 +PKGNAME= zinnia-tomoe-0.6.0.20080911 +CATEGORIES= inputmethod +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zinnia/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://zinnia.sourceforge.net/ +COMMENT= Zinna recognition models traned with Tomoe data +#LICENSE= # Tomoe's + +BUILD_DEPENDS+= zinnia-[0-9]*:../../inputmethod/zinnia + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= # none + +FIND_PREFIX:= ZINNIA_DIR=zinnia +.include "../../mk/find-prefix.mk" + +CONFIGURE_ARGS+= --with-zinnia-convert=${ZINNIA_DIR}/bin/zinnia_convert + +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/zinnia-tomoe/PLIST b/inputmethod/zinnia-tomoe/PLIST new file mode 100644 index 00000000000..334b1a06867 --- /dev/null +++ b/inputmethod/zinnia-tomoe/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 09:11:07 obache Exp $ +lib/zinnia/model/tomoe/handwriting-ja.model +lib/zinnia/model/tomoe/handwriting-zh_CN.model diff --git a/inputmethod/zinnia-tomoe/distinfo b/inputmethod/zinnia-tomoe/distinfo new file mode 100644 index 00000000000..ad058df53e2 --- /dev/null +++ b/inputmethod/zinnia-tomoe/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/20 09:11:07 obache Exp $ + +SHA1 (zinnia-tomoe-0.6.0-20080911.tar.bz2) = 43067ee3c7e6b216ab37652dfb6a3cd6a43ab7ed +RMD160 (zinnia-tomoe-0.6.0-20080911.tar.bz2) = 5c9e43bb2c5175213d7e5db5ef3322df40f9b461 +Size (zinnia-tomoe-0.6.0-20080911.tar.bz2) = 30666390 bytes |