summaryrefslogtreecommitdiff
path: root/inputmethod/ruby-zinnia
diff options
context:
space:
mode:
authorobache <obache>2010-05-20 09:08:10 +0000
committerobache <obache>2010-05-20 09:08:10 +0000
commit82cd7d996f76e84e9f34834dc70b59b0a2ec807d (patch)
tree2b7f729864c97dc7e3dcbadd7b8a731f9b4e44cc /inputmethod/ruby-zinnia
parent55803d23c5795b96bad691575c3224ad86aab0fd (diff)
downloadpkgsrc-82cd7d996f76e84e9f34834dc70b59b0a2ec807d.tar.gz
Import ruby-zinnia-0.05 as inputmethod/ruby-zinnia.
Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. This package is ruby module for Zinnia.
Diffstat (limited to 'inputmethod/ruby-zinnia')
-rw-r--r--inputmethod/ruby-zinnia/DESCR4
-rw-r--r--inputmethod/ruby-zinnia/Makefile22
-rw-r--r--inputmethod/ruby-zinnia/PLIST2
3 files changed, 28 insertions, 0 deletions
diff --git a/inputmethod/ruby-zinnia/DESCR b/inputmethod/ruby-zinnia/DESCR
new file mode 100644
index 00000000000..a8edbc62292
--- /dev/null
+++ b/inputmethod/ruby-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 ruby module for Zinnia.
diff --git a/inputmethod/ruby-zinnia/Makefile b/inputmethod/ruby-zinnia/Makefile
new file mode 100644
index 00000000000..5a36bdef6c0
--- /dev/null
+++ b/inputmethod/ruby-zinnia/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:08:10 obache Exp $
+#
+
+.include "../../inputmethod/zinnia/Makefile.common"
+
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES+= ruby
+
+COMMENT= Zinnia ruby module
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+USE_RUBY_EXTCONF= yes
+RUBY_EXTCONF_SUBDIRS= ruby
+
+BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV}
+.include "../../inputmethod/zinnia/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/ruby-zinnia/PLIST b/inputmethod/ruby-zinnia/PLIST
new file mode 100644
index 00000000000..681c1764f85
--- /dev/null
+++ b/inputmethod/ruby-zinnia/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 09:08:10 obache Exp $
+${RUBY_VENDORARCHLIB}/zinnia.${RUBY_DLEXT}