Reimport of package ipadic from japanese/ipadic into textproc/ipadic.

This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
This commit is contained in:
seb 2002-05-31 13:00:53 +00:00
parent a6c0d12499
commit d36900ce5d
8 changed files with 110 additions and 0 deletions

1
textproc/ipadic/DESCR Normal file
View file

@ -0,0 +1 @@
Japanese Morphological Dictionary for ChaSen.

25
textproc/ipadic/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
#
DISTNAME= ipadic-2.4.4
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://chasen.aist-nara.ac.jp/
COMMENT= Japanese Morphological Dictionary for ChaSen
DEPENDS= chasen-base>=2.2.5:../../textproc/chasen-base
GNU_CONFIGURE= # defined
CONF_FILES= ${CHASEN_DICDIR}/chasenrc.example \
${CHASEN_CONFDIR}/chasenrc
post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${LOCALBASE}/share/chasen/dic/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"

18
textproc/ipadic/PLIST Normal file
View file

@ -0,0 +1,18 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/ipadic-ja.info
info/ipadic-ja.info
info/ipadic-ja.info-1
info/ipadic-ja.info-2
info/ipadic-ja.info-3
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/ipadic-ja.info
share/chasen/dic/ipadic/cforms.cha
share/chasen/dic/ipadic/chadic.ary
share/chasen/dic/ipadic/chadic.int
share/chasen/dic/ipadic/chadic.pat
share/chasen/dic/ipadic/chasenrc.example
share/chasen/dic/ipadic/connect.cha
share/chasen/dic/ipadic/ctypes.cha
share/chasen/dic/ipadic/grammar.cha
share/chasen/dic/ipadic/matrix.cha
share/chasen/dic/ipadic/table.cha
@dirrm share/chasen/dic/ipadic

8
textproc/ipadic/distinfo Normal file
View file

@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
SHA1 (ipadic-2.4.4.tar.gz) = 056b6c9991b762b2fd4776e89728a55cf6e2e154
Size (ipadic-2.4.4.tar.gz) = 2873402 bytes
SHA1 (patch-aa) = 472b22da1b79d7bc3d212767277e928d786ccd56
SHA1 (patch-ab) = ed29e17cd2bfe2f0fe3732f8ca757a798dfb5b3d
SHA1 (patch-ad) = ebce7f05ae7711b9dbda9dbdaa8e8e5caa5e4f20
SHA1 (patch-ae) = cccab60a47d8be8ee156b1867bd21553068b9b11

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
--- configure.in.orig Thu Mar 22 05:41:31 2001
+++ configure.in
@@ -97,7 +97,7 @@
CHASEN_GENDATA="matrix.cha table.cha chadic.int chadic.pat chadic.ary"
AC_SUBST(CHASEN_GENDATA)
-CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha chasenrc connect.cha Makefile.bat"
+CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha connect.cha"
AC_SUBST(CHASEN_PREDATA)
AC_OUTPUT([Makefile chasenrc ipadic.spec doc/Makefile])

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
--- configure.orig Fri Mar 23 02:51:03 2001
+++ configure
@@ -1059,7 +1059,7 @@
CHASEN_GENDATA="matrix.cha table.cha chadic.int chadic.pat chadic.ary"
-CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha chasenrc connect.cha Makefile.bat"
+CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha connect.cha"
trap '' 1 2 15

View file

@ -0,0 +1,16 @@
$NetBSD: patch-ad,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
--- Makefile.am.orig Thu Mar 22 05:41:31 2001
+++ Makefile.am
@@ -28,11 +28,6 @@
$(MKDICDIR)/mkary -l -o chadic.ary chadic.int
install-data-local:
- if test -f @CHASEN_CHASENRC_PATH@ ; then \
- echo "Please modify @CHASEN_CHASENRC_PATH@"; \
- else \
- cp chasenrc @CHASEN_CHASENRC_PATH@ ;\
- fi
sjis-dist: distdir
cp -R ipadic-@VERSION@ ipadic-sjis-@VERSION@

View file

@ -0,0 +1,16 @@
$NetBSD: patch-ae,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
--- Makefile.in.orig Sat Feb 9 16:00:40 2002
+++ Makefile.in
@@ -375,11 +375,6 @@
$(MKDICDIR)/mkary -l -o chadic.ary chadic.int
install-data-local:
- if test -f @CHASEN_CHASENRC_PATH@ ; then \
- echo "Please modify @CHASEN_CHASENRC_PATH@"; \
- else \
- cp chasenrc @CHASEN_CHASENRC_PATH@ ;\
- fi
sjis-dist: distdir
cp -R ipadic-@VERSION@ ipadic-sjis-@VERSION@