diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-05 09:43:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-05 09:43:00 +0000 |
commit | b4d852fce62e3157fcd3db5af56b10876e096874 (patch) | |
tree | 9e8a2be769f826fd0c27eaabb133a2c80d7e5c38 /japanese/zinnia-tomoe | |
parent | 3eee3adbc05a339a3073e38964571cb53280c56b (diff) | |
download | ports-b4d852fce62e3157fcd3db5af56b10876e096874.tar.gz ports-b4d852fce62e3157fcd3db5af56b10876e096874.zip |
Notes
Diffstat (limited to 'japanese/zinnia-tomoe')
-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 |
4 files changed, 44 insertions, 0 deletions
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 |