pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-mecab Initial import of py-mecab version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a920486ae2e3
branches:  trunk
changeset: 528688:a920486ae2e3
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat May 12 13:56:34 2007 +0000

description:
Initial import of py-mecab version 0.95.

MeCab python module.

diffstat:

 textproc/py-mecab/DESCR    |   1 +
 textproc/py-mecab/Makefile |  26 ++++++++++++++++++++++++++
 textproc/py-mecab/PLIST    |   5 +++++
 textproc/py-mecab/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 512f78f248fe -r a920486ae2e3 textproc/py-mecab/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mecab/DESCR   Sat May 12 13:56:34 2007 +0000
@@ -0,0 +1,1 @@
+MeCab python module
diff -r 512f78f248fe -r a920486ae2e3 textproc/py-mecab/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mecab/Makefile        Sat May 12 13:56:34 2007 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/12 13:56:34 obache Exp $
+#
+
+.include "../../textproc/mecab/Makefile.common"
+
+DISTNAME=      mecab-python-${MECAB_VERSION}
+PKGNAME=       ${PYPKGPREFIX}-mecab-${MECAB_VERSION}
+CATEGORIES+=   python
+
+COMMENT=       MeCab python module
+
+USE_LANGUAGES= c c++
+
+PYDISTUTILSPKG=        yes
+PYBINMODULE=   yes
+
+TEST_ENV+=     PYTHONPATH=${WRKSRC:Q}/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${MACHINE_ARCH}-${PYVERSSUFFIX}
+
+do-test:
+       ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}                       \
+       cd ${WRKSRC};                                                   \
+       env ${TEST_ENV} ${PYTHONBIN} test.py
+
+.include "../../textproc/mecab/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 512f78f248fe -r a920486ae2e3 textproc/py-mecab/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mecab/PLIST   Sat May 12 13:56:34 2007 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/12 13:56:34 obache Exp $
+${PYSITELIB}/MeCab.py
+${PYSITELIB}/MeCab.pyc
+${PYSITELIB}/_MeCab.so
+${PYSITELIB}/MeCab.pyo
diff -r 512f78f248fe -r a920486ae2e3 textproc/py-mecab/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mecab/distinfo        Sat May 12 13:56:34 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/12 13:56:34 obache Exp $
+
+SHA1 (mecab-python-0.95.tar.gz) = 3b3b3daafecf76fc21650b1321a842941a179385
+RMD160 (mecab-python-0.95.tar.gz) = f1755dd951dbacdfe605876a6cdb87c928d53537
+Size (mecab-python-0.95.tar.gz) = 38361 bytes



Home | Main Index | Thread Index | Old Index