diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-05 17:43:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-05 17:43:00 +0800 |
commit | 3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7 (patch) | |
tree | bffb86d25f404cf59c6ee96ae8d0c7dc661960f3 /japanese | |
parent | 7291365d6aef36cb357b68337e8a564834e2e163 (diff) | |
download | freebsd-ports-gnome-3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7.tar.gz freebsd-ports-gnome-3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7.tar.zst freebsd-ports-gnome-3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7.zip |
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
WWW: http://zinnia.sourceforge.net/
PR: ports/149687
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
Feature safe: yes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/zinnia-tomoe/Makefile | 29 | ||||
-rw-r--r-- | japanese/zinnia-tomoe/distinfo | 2 | ||||
-rw-r--r-- | japanese/zinnia-tomoe/pkg-descr | 8 | ||||
-rw-r--r-- | japanese/zinnia-tomoe/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 47eafcce9983..1b1ee2d4695c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -395,6 +395,7 @@ SUBDIR += yc.el SUBDIR += zangband SUBDIR += zinnia + SUBDIR += zinnia-tomoe SUBDIR += zipcodes SUBDIR += zope-ejsplitter SUBDIR += zope-jamailhost diff --git a/japanese/zinnia-tomoe/Makefile b/japanese/zinnia-tomoe/Makefile new file mode 100644 index 000000000000..d1ce552f6149 --- /dev/null +++ b/japanese/zinnia-tomoe/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: zinnia-tomoe + +# Date created: 15 Aug 2010 +# Whom: Timothy Beyer <beyert@cs.ucr.edu> +# +# $FreeBSD$ +# + +PORTNAME= zinnia +PORTVERSION= 0.6.0 +CATEGORIES= japanese +MASTER_SITES= SF/zinnia/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}-20080911 +PKGNAMESUFFIX= -tomoe +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}-20080911 + +MAINTAINER= beyert@cs.ucr.edu +COMMENT= Handwriting Recognition files for Zinnia (Tomoe Data) + +LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia +RUN_DEPENDS= zinnia:${PORTSDIR}/japanese/zinnia + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_BZIP2= yes +GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/japanese/zinnia-tomoe/distinfo b/japanese/zinnia-tomoe/distinfo new file mode 100644 index 000000000000..66a32ef067f5 --- /dev/null +++ b/japanese/zinnia-tomoe/distinfo @@ -0,0 +1,2 @@ +SHA256 (zinnia-tomoe-0.6.0-20080911.tar.bz2) = fd1a264b8aeea0ebec59e8c8765864a9543a75fb2dba349745bb3a3587790927 +SIZE (zinnia-tomoe-0.6.0-20080911.tar.bz2) = 30666390 diff --git a/japanese/zinnia-tomoe/pkg-descr b/japanese/zinnia-tomoe/pkg-descr new file mode 100644 index 000000000000..7580731e2bf1 --- /dev/null +++ b/japanese/zinnia-tomoe/pkg-descr @@ -0,0 +1,8 @@ +Zinnia is a simple, customizable and portable online hand recognition system +based on Support Vector Machines. Zinnia simply receives user pen strokes as a +sequence of coordinate data and outputs n-best characters sorted by SVM +confidence. To keep portability, Zinnia doesn't have any rendering +functionality. In addition to recognition, Zinnia provides training module that +allows us to create any hand-written recognition systems with low-cost. + +WWW: http://zinnia.sourceforge.net/ diff --git a/japanese/zinnia-tomoe/pkg-plist b/japanese/zinnia-tomoe/pkg-plist new file mode 100644 index 000000000000..b1ac76d7c683 --- /dev/null +++ b/japanese/zinnia-tomoe/pkg-plist @@ -0,0 +1,5 @@ +lib/zinnia/model/tomoe/handwriting-ja.model +lib/zinnia/model/tomoe/handwriting-zh_CN.model +@dirrmtry lib/zinnia/model/tomoe +@dirrmtry lib/zinnia/model +@dirrmtry lib/zinnia |