summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-05 09:43:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-05 09:43:00 +0000
commitb4d852fce62e3157fcd3db5af56b10876e096874 (patch)
tree9e8a2be769f826fd0c27eaabb133a2c80d7e5c38 /japanese
parentZinnia is a simple, customizable and portable online hand recognition system (diff)
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
Notes
Notes: svn path=/head/; revision=268649
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/zinnia-tomoe/Makefile29
-rw-r--r--japanese/zinnia-tomoe/distinfo2
-rw-r--r--japanese/zinnia-tomoe/pkg-descr8
-rw-r--r--japanese/zinnia-tomoe/pkg-plist5
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