pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/py-zinnia Import py-zinnia-0.05 as inputme...
details: https://anonhg.NetBSD.org/pkgsrc/rev/99607a54d019
branches: trunk
changeset: 575723:99607a54d019
user: obache <obache%pkgsrc.org@localhost>
date: Thu May 20 09:07:34 2010 +0000
description:
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.
diffstat:
inputmethod/py-zinnia/DESCR | 4 ++++
inputmethod/py-zinnia/Makefile | 22 ++++++++++++++++++++++
inputmethod/py-zinnia/PLIST | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 339a7a368045 -r 99607a54d019 inputmethod/py-zinnia/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/py-zinnia/DESCR Thu May 20 09:07:34 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 python module for Zinnia.
diff -r 339a7a368045 -r 99607a54d019 inputmethod/py-zinnia/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/py-zinnia/Makefile Thu May 20 09:07:34 2010 +0000
@@ -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 -r 339a7a368045 -r 99607a54d019 inputmethod/py-zinnia/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/py-zinnia/PLIST Thu May 20 09:07:34 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index