pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/zinnia Import zinnia-0.05 as inputmethod/z...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee7bafe74cee
branches: trunk
changeset: 575719:ee7bafe74cee
user: obache <obache%pkgsrc.org@localhost>
date: Thu May 20 09:05:30 2010 +0000
description:
Import zinnia-0.05 as inputmethod/zinnia.
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.
diffstat:
inputmethod/zinnia/DESCR | 6 ++++++
inputmethod/zinnia/Makefile | 17 +++++++++++++++++
inputmethod/zinnia/Makefile.common | 15 +++++++++++++++
inputmethod/zinnia/PLIST | 8 ++++++++
inputmethod/zinnia/buildlink3.mk | 12 ++++++++++++
inputmethod/zinnia/distinfo | 5 +++++
6 files changed, 63 insertions(+), 0 deletions(-)
diffs (87 lines):
diff -r c805ef8a631d -r ee7bafe74cee inputmethod/zinnia/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/zinnia/DESCR Thu May 20 09:05:30 2010 +0000
@@ -0,0 +1,6 @@
+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.
diff -r c805ef8a631d -r ee7bafe74cee inputmethod/zinnia/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/zinnia/Makefile Thu May 20 09:05:30 2010 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $
+#
+
+.include "Makefile.common"
+
+COMMENT= Online hand writing recognition system with machine learning
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= zinnia.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r c805ef8a631d -r ee7bafe74cee inputmethod/zinnia/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/zinnia/Makefile.common Thu May 20 09:05:30 2010 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $
+# used by inputmethod/p5-zinnia/Makefile
+# used by inputmethod/py-zinnia/Makefile
+# used by inputmethod/ruby-zinnia/Makefile
+
+DISTNAME= zinnia-0.05
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zinnia/}
+
+DISTINFO_FILE= ${.CURDIR}/../../inputmethod/zinnia/distinfo
+PATCHDIR= ${.CURDIR}/../../inputmethod/zinnia/patches
+
+MAINTAINER?= obache%NetBSD.org@localhost
+HOMEPAGE= http://zinnia.sourceforge.net/
+LICENSE= modified-bsd
diff -r c805ef8a631d -r ee7bafe74cee inputmethod/zinnia/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/zinnia/PLIST Thu May 20 09:05:30 2010 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $
+bin/zinnia
+bin/zinnia_convert
+bin/zinnia_learn
+include/zinnia.h
+include/zinnia/zinnia.h
+lib/libzinnia.la
+lib/pkgconfig/zinnia.pc
diff -r c805ef8a631d -r ee7bafe74cee inputmethod/zinnia/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/zinnia/buildlink3.mk Thu May 20 09:05:30 2010 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $
+
+BUILDLINK_TREE+= zinnia
+
+.if !defined(ZINNIA_BUILDLINK3_MK)
+ZINNIA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.zinnia+= zinnia>=0.05
+BUILDLINK_PKGSRCDIR.zinnia?= ../../inputmethod/zinnia
+.endif # ZINNIA_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -zinnia
diff -r c805ef8a631d -r ee7bafe74cee inputmethod/zinnia/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/zinnia/distinfo Thu May 20 09:05:30 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $
+
+SHA1 (zinnia-0.05.tar.gz) = 85005660f71ff311477efb138a60572a7b500c41
+RMD160 (zinnia-0.05.tar.gz) = 4fe4e244e12de49e9dc2370573daab20e85620fb
+Size (zinnia-0.05.tar.gz) = 455113 bytes
Home |
Main Index |
Thread Index |
Old Index