pkgsrc/textproc/ipadic/Makefile

32 lines
886 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:35 tv Exp $
#
Update ipadic package to 2.7.0. ---------------------------------------------------------------------- ipadic-2.7.0 (2003/11/15) ---------------------------------------------------------------------- - Parameters are updated - CTYPE/CFORM are modified ---------------------------------------------------------------------- ipadic-2.6.3 (2003/8/15) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.2 (2003/8/6) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.1 (2003/8/2) ---------------------------------------------------------------------- - for ChaSen-2.3.2 -- Makefile.am is modified - chasenrc.in -- COMPOSIT -> COMPOSIT_POS ---------------------------------------------------------------------- ipadic-2.6.0 (2003/6/14) ---------------------------------------------------------------------- - Parameters are updated - added new words from Prof. Tsurumaru (Nagasaki Univ.) -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-diff.txt - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-add.txt - for ChaSen-2.3.1 -- removed .pat, .ary -- configuration for Double Array library Darts http://cl.aist-nara.ac.jp/%7etaku-ku/software/darts/ -- option -i (Character Code) e:EUC-JP, s:Shift_JIS, w:UTF-8, a:ISO-8859-1 ---------------------------------------------------------------------- ipadic-2.5.1 (2002/1/30) ---------------------------------------------------------------------- - Parameters are updated - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.5.1-newword.txt ---------------------------------------------------------------------- ipadic-2.5.0 (2001/4/13) ---------------------------------------------------------------------- - SJIS(CRLF) problem is fixed - Japanese Reading modification
2004-05-06 15:34:19 +02:00
DISTNAME= ipadic-2.7.0
PKGREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
2003-07-18 00:50:55 +02:00
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://chasen.aist-nara.ac.jp/
COMMENT= Japanese Morphological Dictionary for ChaSen
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
CONF_FILES= ${CHASEN_DICDIR}/ipadic/chasenrc.example \
Update ipadic package to 2.7.0. ---------------------------------------------------------------------- ipadic-2.7.0 (2003/11/15) ---------------------------------------------------------------------- - Parameters are updated - CTYPE/CFORM are modified ---------------------------------------------------------------------- ipadic-2.6.3 (2003/8/15) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.2 (2003/8/6) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.1 (2003/8/2) ---------------------------------------------------------------------- - for ChaSen-2.3.2 -- Makefile.am is modified - chasenrc.in -- COMPOSIT -> COMPOSIT_POS ---------------------------------------------------------------------- ipadic-2.6.0 (2003/6/14) ---------------------------------------------------------------------- - Parameters are updated - added new words from Prof. Tsurumaru (Nagasaki Univ.) -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-diff.txt - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-add.txt - for ChaSen-2.3.1 -- removed .pat, .ary -- configuration for Double Array library Darts http://cl.aist-nara.ac.jp/%7etaku-ku/software/darts/ -- option -i (Character Code) e:EUC-JP, s:Shift_JIS, w:UTF-8, a:ISO-8859-1 ---------------------------------------------------------------------- ipadic-2.5.1 (2002/1/30) ---------------------------------------------------------------------- - Parameters are updated - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.5.1-newword.txt ---------------------------------------------------------------------- ipadic-2.5.0 (2001/4/13) ---------------------------------------------------------------------- - SJIS(CRLF) problem is fixed - Japanese Reading modification
2004-05-06 15:34:19 +02:00
${PKG_SYSCONFDIR}/chasenrc
Update ipadic package to 2.7.0. ---------------------------------------------------------------------- ipadic-2.7.0 (2003/11/15) ---------------------------------------------------------------------- - Parameters are updated - CTYPE/CFORM are modified ---------------------------------------------------------------------- ipadic-2.6.3 (2003/8/15) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.2 (2003/8/6) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.1 (2003/8/2) ---------------------------------------------------------------------- - for ChaSen-2.3.2 -- Makefile.am is modified - chasenrc.in -- COMPOSIT -> COMPOSIT_POS ---------------------------------------------------------------------- ipadic-2.6.0 (2003/6/14) ---------------------------------------------------------------------- - Parameters are updated - added new words from Prof. Tsurumaru (Nagasaki Univ.) -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-diff.txt - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-add.txt - for ChaSen-2.3.1 -- removed .pat, .ary -- configuration for Double Array library Darts http://cl.aist-nara.ac.jp/%7etaku-ku/software/darts/ -- option -i (Character Code) e:EUC-JP, s:Shift_JIS, w:UTF-8, a:ISO-8859-1 ---------------------------------------------------------------------- ipadic-2.5.1 (2002/1/30) ---------------------------------------------------------------------- - Parameters are updated - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.5.1-newword.txt ---------------------------------------------------------------------- ipadic-2.5.0 (2001/4/13) ---------------------------------------------------------------------- - SJIS(CRLF) problem is fixed - Japanese Reading modification
2004-05-06 15:34:19 +02:00
DOCDIR= ${PREFIX}/share/doc/chasen
DOCS= AUTHORS COPYING ChangeLog NEWS doc/ipadic-ja.pdf
2003-08-05 23:34:10 +02:00
post-install:
Update ipadic package to 2.7.0. ---------------------------------------------------------------------- ipadic-2.7.0 (2003/11/15) ---------------------------------------------------------------------- - Parameters are updated - CTYPE/CFORM are modified ---------------------------------------------------------------------- ipadic-2.6.3 (2003/8/15) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.2 (2003/8/6) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.1 (2003/8/2) ---------------------------------------------------------------------- - for ChaSen-2.3.2 -- Makefile.am is modified - chasenrc.in -- COMPOSIT -> COMPOSIT_POS ---------------------------------------------------------------------- ipadic-2.6.0 (2003/6/14) ---------------------------------------------------------------------- - Parameters are updated - added new words from Prof. Tsurumaru (Nagasaki Univ.) -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-diff.txt - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-add.txt - for ChaSen-2.3.1 -- removed .pat, .ary -- configuration for Double Array library Darts http://cl.aist-nara.ac.jp/%7etaku-ku/software/darts/ -- option -i (Character Code) e:EUC-JP, s:Shift_JIS, w:UTF-8, a:ISO-8859-1 ---------------------------------------------------------------------- ipadic-2.5.1 (2002/1/30) ---------------------------------------------------------------------- - Parameters are updated - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.5.1-newword.txt ---------------------------------------------------------------------- ipadic-2.5.0 (2001/4/13) ---------------------------------------------------------------------- - SJIS(CRLF) problem is fixed - Japanese Reading modification
2004-05-06 15:34:19 +02:00
${INSTALL_DATA_DIR} ${DOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${CHASEN_DICDIR}/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
Update ipadic package to 2.7.0. ---------------------------------------------------------------------- ipadic-2.7.0 (2003/11/15) ---------------------------------------------------------------------- - Parameters are updated - CTYPE/CFORM are modified ---------------------------------------------------------------------- ipadic-2.6.3 (2003/8/15) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.2 (2003/8/6) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.1 (2003/8/2) ---------------------------------------------------------------------- - for ChaSen-2.3.2 -- Makefile.am is modified - chasenrc.in -- COMPOSIT -> COMPOSIT_POS ---------------------------------------------------------------------- ipadic-2.6.0 (2003/6/14) ---------------------------------------------------------------------- - Parameters are updated - added new words from Prof. Tsurumaru (Nagasaki Univ.) -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-diff.txt - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-add.txt - for ChaSen-2.3.1 -- removed .pat, .ary -- configuration for Double Array library Darts http://cl.aist-nara.ac.jp/%7etaku-ku/software/darts/ -- option -i (Character Code) e:EUC-JP, s:Shift_JIS, w:UTF-8, a:ISO-8859-1 ---------------------------------------------------------------------- ipadic-2.5.1 (2002/1/30) ---------------------------------------------------------------------- - Parameters are updated - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.5.1-newword.txt ---------------------------------------------------------------------- ipadic-2.5.0 (2001/4/13) ---------------------------------------------------------------------- - SJIS(CRLF) problem is fixed - Japanese Reading modification
2004-05-06 15:34:19 +02:00
.include "../../textproc/chasen-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"