pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ruby-zinnia Import ruby-zinnia-0.05 as inp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e66bd0f0165
branches:  trunk
changeset: 575724:9e66bd0f0165
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 20 09:08:10 2010 +0000

description:
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:

 inputmethod/ruby-zinnia/DESCR    |   4 ++++
 inputmethod/ruby-zinnia/Makefile |  22 ++++++++++++++++++++++
 inputmethod/ruby-zinnia/PLIST    |   2 ++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 99607a54d019 -r 9e66bd0f0165 inputmethod/ruby-zinnia/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ruby-zinnia/DESCR     Thu May 20 09:08:10 2010 +0000
@@ -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 -r 99607a54d019 -r 9e66bd0f0165 inputmethod/ruby-zinnia/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ruby-zinnia/Makefile  Thu May 20 09:08:10 2010 +0000
@@ -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 -r 99607a54d019 -r 9e66bd0f0165 inputmethod/ruby-zinnia/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/ruby-zinnia/PLIST     Thu May 20 09:08:10 2010 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index