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.
This commit is contained in:
parent
b31b677df6
commit
fba6374328
4 changed files with 40 additions and 0 deletions
4
zinnia-tomoe/DESCR
Normal file
4
zinnia-tomoe/DESCR
Normal file
|
@ -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.
|
28
zinnia-tomoe/Makefile
Normal file
28
zinnia-tomoe/Makefile
Normal file
|
@ -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"
|
3
zinnia-tomoe/PLIST
Normal file
3
zinnia-tomoe/PLIST
Normal file
|
@ -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
|
5
zinnia-tomoe/distinfo
Normal file
5
zinnia-tomoe/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue