summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-20 09:06:42 +0000
committerobache <obache@pkgsrc.org>2010-05-20 09:06:42 +0000
commitfffc01d4c70221f82dfe3d7a12e71e7739b8a88c (patch)
tree015a8a8ce1205aa77b85198f0d7fef145e6c6947 /inputmethod
parent27df8bc13f83676a778f682e87179ee2a45f8c14 (diff)
downloadpkgsrc-fffc01d4c70221f82dfe3d7a12e71e7739b8a88c.tar.gz
Import p5-zinnia-0.05 as inputmethod/p5-zinnia.
Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. This package is perl module for Zinnia.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/p5-zinnia/DESCR4
-rw-r--r--inputmethod/p5-zinnia/Makefile22
2 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/p5-zinnia/DESCR b/inputmethod/p5-zinnia/DESCR
new file mode 100644
index 00000000000..5cd6062ee0d
--- /dev/null
+++ b/inputmethod/p5-zinnia/DESCR
@@ -0,0 +1,4 @@
+Zinnia is a simple, customizable and portable online hand recognition system
+based on Support Vector Machines.
+
+This package is perl module for Zinnia.
diff --git a/inputmethod/p5-zinnia/Makefile b/inputmethod/p5-zinnia/Makefile
new file mode 100644
index 00000000000..cadb29a9da1
--- /dev/null
+++ b/inputmethod/p5-zinnia/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:06:42 obache Exp $
+#
+
+.include "../../inputmethod/zinnia/Makefile.common"
+
+PKGNAME= p5-${DISTNAME}
+
+COMMENT= Zinnia perl module
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c++
+
+CONFIGURE_DIRS= perl
+
+PERL5_PACKLIST= auto/zinnia/.packlist
+
+BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV}
+.include "../../inputmethod/zinnia/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"