From 5a8c025d1a36aa0f6bf5aada815d5b813bd2d34c Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 20 May 2010 09:07:34 +0000 Subject: Import py-zinnia-0.05 as inputmethod/py-zinnia. Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. This package is python module for Zinnia. --- inputmethod/py-zinnia/DESCR | 4 ++++ inputmethod/py-zinnia/Makefile | 22 ++++++++++++++++++++++ inputmethod/py-zinnia/PLIST | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 inputmethod/py-zinnia/DESCR create mode 100644 inputmethod/py-zinnia/Makefile create mode 100644 inputmethod/py-zinnia/PLIST (limited to 'inputmethod/py-zinnia') diff --git a/inputmethod/py-zinnia/DESCR b/inputmethod/py-zinnia/DESCR new file mode 100644 index 00000000000..f7e6e0e4ae9 --- /dev/null +++ b/inputmethod/py-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 python module for Zinnia. diff --git a/inputmethod/py-zinnia/Makefile b/inputmethod/py-zinnia/Makefile new file mode 100644 index 00000000000..c64ba3e1502 --- /dev/null +++ b/inputmethod/py-zinnia/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:07:34 obache Exp $ +# + +.include "../../inputmethod/zinnia/Makefile.common" + +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES+= python + +COMMENT= Zinnia python module + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +PYDISTUTILSPKG= yes +PYSETUPSUBDIR= python + +BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV} +.include "../../inputmethod/zinnia/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/py-zinnia/PLIST b/inputmethod/py-zinnia/PLIST new file mode 100644 index 00000000000..10408595d52 --- /dev/null +++ b/inputmethod/py-zinnia/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 09:07:34 obache Exp $ +${PYSITELIB}/_zinnia.so +${PYSITELIB}/zinnia.py +${PYSITELIB}/zinnia.pyc +${PYSITELIB}/zinnia.pyo -- cgit v1.2.3