From fba6374328c0c883eaf8a8a3943842bdb62b37ee Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Wed, 13 Jan 2010 11:16:50 +0000 Subject: [PATCH] Import zinnia-tomoe-0.6.0.20080911 as wip/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. --- zinnia-tomoe/DESCR | 4 ++++ zinnia-tomoe/Makefile | 28 ++++++++++++++++++++++++++++ zinnia-tomoe/PLIST | 3 +++ zinnia-tomoe/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 zinnia-tomoe/DESCR create mode 100644 zinnia-tomoe/Makefile create mode 100644 zinnia-tomoe/PLIST create mode 100644 zinnia-tomoe/distinfo diff --git a/zinnia-tomoe/DESCR b/zinnia-tomoe/DESCR new file mode 100644 index 0000000000..458dc78e79 --- /dev/null +++ b/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/zinnia-tomoe/Makefile b/zinnia-tomoe/Makefile new file mode 100644 index 0000000000..a4c1bf1ef7 --- /dev/null +++ b/zinnia-tomoe/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/13 11:16:50 obache Exp $ +# + +DISTNAME= zinnia-tomoe-0.6.0-20080911 +PKGNAME= zinnia-tomoe-0.6.0.20080911 +CATEGORIES= wip +MASTER_SITES= http://downloads.sourceforge.net/project/zinnia/zinnia-tomoe/0.6.0-20080911/ +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]*:../../wip/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 "../../wip/zinnia/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/zinnia-tomoe/PLIST b/zinnia-tomoe/PLIST new file mode 100644 index 0000000000..0d742d0609 --- /dev/null +++ b/zinnia-tomoe/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/01/13 11:16:50 obache Exp $ +lib/zinnia/model/tomoe/handwriting-ja.model +lib/zinnia/model/tomoe/handwriting-zh_CN.model diff --git a/zinnia-tomoe/distinfo b/zinnia-tomoe/distinfo new file mode 100644 index 0000000000..89673ab10f --- /dev/null +++ b/zinnia-tomoe/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/13 11:16:50 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