summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authortaca <taca>2002-02-09 07:30:20 +0000
committertaca <taca>2002-02-09 07:30:20 +0000
commitb38269581a12f252466208ff39ed515121280ee7 (patch)
treefc3881e7984364dcd4ccc44b721d29cdb1a48b2e /japanese
parentab03285a4a7b4cf7bfe5adad4e89faa1bc7539be (diff)
downloadpkgsrc-b38269581a12f252466208ff39ed515121280ee7.tar.gz
Update chanse-base (and chasen) package to 2.2.9.
Package's own changes are below. o utilize bsd.pkg.install.mk for handling of dictonary directory. o move mkchadic commands from ${LOCALBASE}/libexec/chasen to ${LOCALBASE}/sbin since these commands aren't daemon nor executed by other programs. o Drop installation of program for SICStus Prolog since this should be a separate package. But there is no SICStus Prolog pacakge now. o Installation of documents written in TeX and PDF was dropped by chasen distribution. If someone wants it, chasen-doc pacakge should be created. Here is quote from ChangeLog. 2002-02-08 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * release-2.2.9 2002-02-06 KITAUCHI Akira <kitauchi@rd.nttdata.co.jp> * new option (KIHONKEI ---) in cforms.cha changing BASE_FORM name 2002-01-05 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/tokenizer.c (cha_tok_parse): Fix wrong size of buffer. Thanks to HAMATANI Chihiro <hamatani@rsk.ricoh.co.jp> * lib/init.c (cha_init): the tokenizer is never destroyed. * configure.in: Change the order of AC_PROG_CC and AM_PROG_LIBTOOL. 2001-12-25 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/chalib.c (chasen_command): * mkchadic/makeint.c (main): * mkchadic/mkary.c (open_array_file): * mkchadic/sortdic.c (sortdic): Open files in binary mode. 2001-12-11 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/jfgets.c (cha_fget_line): Fix a buffer-overrun bug.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/chasen-base/Makefile9
-rw-r--r--japanese/chasen-base/Makefile.common4
-rw-r--r--japanese/chasen-base/PLIST30
-rw-r--r--japanese/chasen-base/distinfo15
-rw-r--r--japanese/chasen-base/patches/patch-ag12
-rw-r--r--japanese/chasen-base/patches/patch-ah13
-rw-r--r--japanese/chasen-base/patches/patch-ai13
-rw-r--r--japanese/chasen-base/patches/patch-aj13
-rw-r--r--japanese/chasen-base/patches/patch-ak13
9 files changed, 86 insertions, 36 deletions
diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile
index a86437c7ff4..5b47a75127e 100644
--- a/japanese/chasen-base/Makefile
+++ b/japanese/chasen-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/09 05:14:46 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/02/09 07:30:20 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@@ -17,11 +17,10 @@ COMMENT= ChaSen, Japanese Morphological Analysis System
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
USE_BUILDLINK_ONLY= # defined
+OWN_DIRS= ${CHASEN_DICDIR}
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-post-install:
- ${INSTALL_DATA_DIR} ${LOCALBASE}/share/chasen/dic
-
-.include "Makefile.common"
+.include "../chasen/Makefile.common"
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/japanese/chasen-base/Makefile.common b/japanese/chasen-base/Makefile.common
deleted file mode 100644
index 94f456bcc42..00000000000
--- a/japanese/chasen-base/Makefile.common
+++ /dev/null
@@ -1,4 +0,0 @@
-# $NetBSD: Makefile.common,v 1.9 2001/07/25 00:02:47 taca Exp $
-#
-
-CHASEN_VERSION= 2.2.8
diff --git a/japanese/chasen-base/PLIST b/japanese/chasen-base/PLIST
index fa0fe2fd65d..bdc2b1b3acf 100644
--- a/japanese/chasen-base/PLIST
+++ b/japanese/chasen-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:29:06 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/09 07:30:21 taca Exp $
bin/chasen
bin/chasen-config
include/chasen.h
@@ -7,26 +7,12 @@ lib/libchasen.la
lib/libchasen.so
lib/libchasen.so.0
lib/libchasen.so.0.1
-libexec/chasen/convary
-libexec/chasen/convdic
-libexec/chasen/makeint
-libexec/chasen/makemat
-libexec/chasen/mkary
-libexec/chasen/pattool
-libexec/chasen/sortdic
-@dirrm libexec/chasen
-@exec mkdir -p %D/share/chasen/dic >/dev/null 2>&1 || true
+sbin/convary
+sbin/convdic
+sbin/makeint
+sbin/makemat
+sbin/mkary
+sbin/pattool
+sbin/sortdic
@dirrm share/chasen/dic
-share/chasen/doc/manual-j.pdf
-share/chasen/doc/manual-j.tex
-share/chasen/doc/manual.pdf
-share/chasen/doc/manual.tex
-@dirrm share/chasen/doc
-share/chasen/prolog/README.prolog
-share/chasen/prolog/chasen.pl
-share/chasen/prolog/chasen_user.pl
-share/chasen/prolog/jinput.pl
-share/chasen/prolog/juman.pl
-share/chasen/prolog/utils.pl
-@dirrm share/chasen/prolog
@dirrm share/chasen
diff --git a/japanese/chasen-base/distinfo b/japanese/chasen-base/distinfo
index 690f5e52b57..6aefa36cc8f 100644
--- a/japanese/chasen-base/distinfo
+++ b/japanese/chasen-base/distinfo
@@ -1,6 +1,11 @@
-$NetBSD: distinfo,v 1.9 2001/07/25 00:02:47 taca Exp $
+$NetBSD: distinfo,v 1.10 2002/02/09 07:30:21 taca Exp $
-SHA1 (chasen-2.2.8.tar.gz) = 4e6572e6bfbad3d716e2a4c88cb6cd4a9a2f606f
-Size (chasen-2.2.8.tar.gz) = 468710 bytes
-SHA1 (chasen-2.2.8-nmz.diff) = 4a37d4397060936f468e9b800b2901aace11fbae
-Size (chasen-2.2.8-nmz.diff) = 1745 bytes
+SHA1 (chasen-2.2.9.tar.gz) = bd17162f2fcb4254ded6eebf35c6aa06caecbaeb
+Size (chasen-2.2.9.tar.gz) = 578068 bytes
+SHA1 (chasen-2.2.9-nmz.diff) = 7aa1e01fbe7266468dcc1048e19171a0f2ff1cf8
+Size (chasen-2.2.9-nmz.diff) = 2779 bytes
+SHA1 (patch-ag) = 62326d1b540519a77cd2db5c422de78079afc1e3
+SHA1 (patch-ah) = 5993259634655c76c84bfccd72b3fa0e5aff8b61
+SHA1 (patch-ai) = 802354f200103d045de1b166215a45e7840027d8
+SHA1 (patch-aj) = eec8eb1afd762704844360949670038a60be1a02
+SHA1 (patch-ak) = 7782ce03186fcfbcbe8bcc28486f06469a1d0998
diff --git a/japanese/chasen-base/patches/patch-ag b/japanese/chasen-base/patches/patch-ag
new file mode 100644
index 00000000000..c3c63317282
--- /dev/null
+++ b/japanese/chasen-base/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2002/02/09 07:30:21 taca Exp $
+
+--- Makefile.am.orig Sat Feb 2 10:08:19 2002
++++ Makefile.am
+@@ -1,6 +1,6 @@
+ AUTOMAKE_OPTIONS = 1.4 no-dependencies
+
+-SUBDIRS = doc prolog lib chasen mkchadic
++SUBDIRS = doc lib chasen mkchadic
+ EXTRA_DIRS = perl
+
+ EXTRA_DIST = README-ja INSTALL-ja NEWS-ja chasen.spec
diff --git a/japanese/chasen-base/patches/patch-ah b/japanese/chasen-base/patches/patch-ah
new file mode 100644
index 00000000000..92d9651867d
--- /dev/null
+++ b/japanese/chasen-base/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2002/02/09 07:30:21 taca Exp $
+
+--- Makefile.in.orig Fri Feb 8 15:31:20 2002
++++ Makefile.in
+@@ -80,7 +80,7 @@
+
+ AUTOMAKE_OPTIONS = 1.4 no-dependencies
+
+-SUBDIRS = doc prolog lib chasen mkchadic
++SUBDIRS = doc lib chasen mkchadic
+ EXTRA_DIRS = perl
+
+ EXTRA_DIST = README-ja INSTALL-ja NEWS-ja chasen.spec
diff --git a/japanese/chasen-base/patches/patch-ai b/japanese/chasen-base/patches/patch-ai
new file mode 100644
index 00000000000..757717409af
--- /dev/null
+++ b/japanese/chasen-base/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2002/02/09 07:30:22 taca Exp $
+
+--- chasen-config.in.orig Thu Mar 1 08:54:17 2001
++++ chasen-config.in
+@@ -92,7 +92,7 @@
+ ;;
+
+ --mkchadic)
+- echo @libexecdir@/chasen
++ echo @sbindir@
+ ;;
+
+ *)
diff --git a/japanese/chasen-base/patches/patch-aj b/japanese/chasen-base/patches/patch-aj
new file mode 100644
index 00000000000..a2b52a7a8fd
--- /dev/null
+++ b/japanese/chasen-base/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2002/02/09 07:30:22 taca Exp $
+
+--- mkchadic/Makefile.am.orig Sun Jun 24 15:19:02 2001
++++ mkchadic/Makefile.am
+@@ -2,7 +2,7 @@
+ LDADD = $(top_builddir)/lib/libchasen.la
+ DEFS = -DRCPATH=\""$(RCPATH)\"" @DEFS@
+
+-pkglibexecdir = ${libexecdir}/chasen
++pkglibexecdir = ${sbindir}
+ pkglibexec_PROGRAMS = convdic makeint makemat mkary pattool sortdic convary
+
+ convdic_SOURCES = convdic.c
diff --git a/japanese/chasen-base/patches/patch-ak b/japanese/chasen-base/patches/patch-ak
new file mode 100644
index 00000000000..d6347a8fb59
--- /dev/null
+++ b/japanese/chasen-base/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2002/02/09 07:30:22 taca Exp $
+
+--- mkchadic/Makefile.in.orig Fri Feb 8 15:31:51 2002
++++ mkchadic/Makefile.in
+@@ -82,7 +82,7 @@
+ LDADD = $(top_builddir)/lib/libchasen.la
+ DEFS = -DRCPATH=\""$(RCPATH)\"" @DEFS@
+
+-pkglibexecdir = ${libexecdir}/chasen
++pkglibexecdir = ${sbindir}
+ pkglibexec_PROGRAMS = convdic makeint makemat mkary pattool sortdic convary
+
+ convdic_SOURCES = convdic.c