mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add mecab-ipadic. Japanese Morphological Dictionary for MeCab.
PR: ports/96888 Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
This commit is contained in:
parent
27d278b47c
commit
e7726bb3d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161546
@ -200,6 +200,7 @@
|
||||
SUBDIR += man-doc
|
||||
SUBDIR += marumoji-fonts
|
||||
SUBDIR += mecab
|
||||
SUBDIR += mecab-ipadic
|
||||
SUBDIR += mell
|
||||
SUBDIR += mendexk-euc
|
||||
SUBDIR += mh
|
||||
|
25
japanese/mecab-ipadic/Makefile
Normal file
25
japanese/mecab-ipadic/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: mecab-ipadic
|
||||
# Date created: 2006-05-07
|
||||
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mecab-ipadic
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= japanese textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/-ipadic//}/${SUB_DIR}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@rtfm.jp
|
||||
COMMENT= Japanese Morphological Dictionary for MeCab
|
||||
|
||||
BUILD_DEPENDS= mecab-config:${PORTSDIR}/japanese/mecab
|
||||
|
||||
DISTVERSION= 20060408
|
||||
SUB_DIR= 19691
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
japanese/mecab-ipadic/distinfo
Normal file
3
japanese/mecab-ipadic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mecab-ipadic-2.7.0-20060408.tar.gz) = 0d388c7c7731b89fec470dd6d9d2960f
|
||||
SHA256 (mecab-ipadic-2.7.0-20060408.tar.gz) = 25129db52870e8ec616ac5909e82b1388e2f0b07cf2707d88c177e30a9f53035
|
||||
SIZE (mecab-ipadic-2.7.0-20060408.tar.gz) = 12006112
|
4
japanese/mecab-ipadic/pkg-descr
Normal file
4
japanese/mecab-ipadic/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Japanese Morphological Dictionary for MeCab.
|
||||
|
||||
Author: Taku Kudo <taku@chasen.org>
|
||||
WWW: http://mecab.sourceforge.jp/
|
11
japanese/mecab-ipadic/pkg-plist
Normal file
11
japanese/mecab-ipadic/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/mecab/dic/ipadic/matrix.bin
|
||||
lib/mecab/dic/ipadic/char.bin
|
||||
lib/mecab/dic/ipadic/sys.dic
|
||||
lib/mecab/dic/ipadic/unk.dic
|
||||
lib/mecab/dic/ipadic/left-id.def
|
||||
lib/mecab/dic/ipadic/right-id.def
|
||||
lib/mecab/dic/ipadic/rewrite.def
|
||||
lib/mecab/dic/ipadic/dicrc
|
||||
@dirrm lib/mecab/dic/ipadic
|
||||
@dirrm lib/mecab/dic
|
||||
@dirrm lib/mecab
|
Loading…
Reference in New Issue
Block a user