mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
This is a python bindings for MeCab.
WWW: http://mecab.sourceforge.net/ PR: ports/115871 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com>
This commit is contained in:
parent
28c42a82e8
commit
ea57002b5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206117
@ -290,6 +290,7 @@
|
||||
SUBDIR += prn
|
||||
SUBDIR += ptex
|
||||
SUBDIR += py-kanjilib
|
||||
SUBDIR += py-mecab
|
||||
SUBDIR += pycodec
|
||||
SUBDIR += pycodec-zope
|
||||
SUBDIR += qkc
|
||||
|
28
japanese/py-mecab/Makefile
Normal file
28
japanese/py-mecab/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: py-mecab
|
||||
# Date created: 27 August 2007
|
||||
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mecab
|
||||
PORTVERSION= 0.96
|
||||
CATEGORIES= japanese python textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jun-g@daemonfreaks.com
|
||||
COMMENT= Python bindings for MeCab
|
||||
|
||||
BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
japanese/py-mecab/distinfo
Normal file
3
japanese/py-mecab/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mecab-python-0.96.tar.gz) = 5faa154aa8a95145d6a58befa42e6c40
|
||||
SHA256 (mecab-python-0.96.tar.gz) = afad397d45dd0dcebaffa8a3c8ba85e822113479f8aa61a4b84fb2d9e47fb636
|
||||
SIZE (mecab-python-0.96.tar.gz) = 51276
|
3
japanese/py-mecab/pkg-descr
Normal file
3
japanese/py-mecab/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a python bindings for MeCab.
|
||||
|
||||
WWW: http://mecab.sourceforge.net/
|
4
japanese/py-mecab/pkg-plist
Normal file
4
japanese/py-mecab/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/_MeCab.so
|
||||
%%PYTHON_SITELIBDIR%%/MeCab.py
|
||||
%%PYTHON_SITELIBDIR%%/MeCab.pyc
|
||||
%%PYTHON_SITELIBDIR%%/MeCab.pyo
|
Loading…
Reference in New Issue
Block a user