summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-12-04 02:08:38 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-12-04 02:08:38 +0000
commita8a25cefd3a152e56ed34e1605e62eb139b0e082 (patch)
treee1207f8c5d514f3be19c269b83bcbb69d52a1e48 /japanese
parentUpdate to version 0.13 (diff)
Update to 2.0b6 + 1.0.
Submitted by: sanpei
Notes
Notes: svn path=/head/; revision=23569
Diffstat (limited to 'japanese')
-rw-r--r--japanese/chasen/Makefile15
-rw-r--r--japanese/chasen/distinfo2
-rw-r--r--japanese/chasen/files/patch-aa13
-rw-r--r--japanese/chasen/pkg-descr2
-rw-r--r--japanese/chasen/pkg-plist24
5 files changed, 31 insertions, 25 deletions
diff --git a/japanese/chasen/Makefile b/japanese/chasen/Makefile
index 0f9144462378..01067cde95de 100644
--- a/japanese/chasen/Makefile
+++ b/japanese/chasen/Makefile
@@ -1,23 +1,24 @@
# New ports collection makefile for: chasen
-# Version required: 1.51 + 1.5
+# Version required: 2.0b6 + 1.0
# Date created: 21 October 1998
# Whom: kuriyama
#
+# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
# $FreeBSD$
#
-DISTNAME= chasen-sys1.51-dic1.5
-PKGNAME= ja-chasen-1.51
+DISTNAME= chasen-sys2.0b6-ipadic1.0
+PKGNAME= ja-chasen-2.0b6
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.aist-nara.ac.jp/lab/nlp/tools/chasen/ \
- http://www.freebsd.org/~kuriyama/distfiles/
+MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/lab/nlp/tools/chasen/ \
+ http://cactus.aist-nara.ac.jp/~akira-k/cha/arc/
MAINTAINER= kuriyama@FreeBSD.org
-WRKSRC= ${WRKDIR}/chasen1.51
+WRKSRC= ${WRKDIR}/chasen-2.0b6
post-build:
${ECHO_MSG} "Making dictionaries"
- (cd ${WRKSRC}; ${MAKE} dic)
+ (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} dic)
.include <bsd.port.mk>
diff --git a/japanese/chasen/distinfo b/japanese/chasen/distinfo
index 93bc6b911115..8179695dc2e8 100644
--- a/japanese/chasen/distinfo
+++ b/japanese/chasen/distinfo
@@ -1 +1 @@
-MD5 (chasen-sys1.51-dic1.5.tar.gz) = 870b08939b216064597a34be8ce3bf52
+MD5 (chasen-sys2.0b6-ipadic1.0.tar.gz) = af7d083065f826f7e9158f2de1c9f3de
diff --git a/japanese/chasen/files/patch-aa b/japanese/chasen/files/patch-aa
index 73207f7d0870..95aed29893f8 100644
--- a/japanese/chasen/files/patch-aa
+++ b/japanese/chasen/files/patch-aa
@@ -1,11 +1,12 @@
---- Makefile~ Mon Jul 28 21:55:58 1997
-+++ Makefile Thu Oct 22 00:46:10 1998
-@@ -19,7 +19,7 @@
+$NetBSD: patch-aa,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
+--- ./Makefile.orig Thu Apr 22 17:08:15 1999
++++ ./Makefile Mon Jun 7 18:09:47 1999
+@@ -17,6 +17,6 @@
# --- install directories
- BINDIR = /usr/local/bin
+-BINDIR = /usr/local/bin
-LIBDIR = /usr/local/lib/chasen
-+LIBDIR = /usr/local/share/chasen
++BINDIR = $(PREFIX)/bin
++LIBDIR = $(PREFIX)/share/chasen
MKDICDIR = $(LIBDIR)/mkchadic
DICDIR = $(LIBDIR)/dic
-
diff --git a/japanese/chasen/pkg-descr b/japanese/chasen/pkg-descr
index 55ccb1734ecc..e2f2b652021c 100644
--- a/japanese/chasen/pkg-descr
+++ b/japanese/chasen/pkg-descr
@@ -1 +1,3 @@
Japanese Morphological Analysis System
+
+WWW: http://cactus.aist-nara.ac.jp/lab/nlt/chasen.html
diff --git a/japanese/chasen/pkg-plist b/japanese/chasen/pkg-plist
index a6de19604670..89be5e2d470c 100644
--- a/japanese/chasen/pkg-plist
+++ b/japanese/chasen/pkg-plist
@@ -1,21 +1,23 @@
+@comment $NetBSD: PLIST,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
bin/chasen
share/chasen/chasenrc
+share/chasen/dic/Makefile
+share/chasen/dic/cforms.cha
+share/chasen/dic/chadic.ary
+share/chasen/dic/chadic.int
+share/chasen/dic/chadic.pat
+share/chasen/dic/chasenrc
+share/chasen/dic/connect.cha
+share/chasen/dic/ctypes.cha
+share/chasen/dic/grammar.cha
+share/chasen/dic/matrix.cha
+share/chasen/dic/table.cha
share/chasen/mkchadic/convgram
share/chasen/mkchadic/makeint
share/chasen/mkchadic/makemat
+share/chasen/mkchadic/mkary
share/chasen/mkchadic/pattool
share/chasen/mkchadic/sortdic
-share/chasen/mkchadic/transdic
-share/chasen/dic/Makefile
-share/chasen/dic/chasen.cforms
-share/chasen/dic/chasen.connect
-share/chasen/dic/chasen.connect.c
-share/chasen/dic/chasen.ctypes
-share/chasen/dic/chasen.grammar
-share/chasen/dic/chasen.matrix
-share/chasen/dic/chasen.table
-share/chasen/dic/chadic.int
-share/chasen/dic/chadic.pat
@dirrm share/chasen/mkchadic
@dirrm share/chasen/dic
@dirrm share/chasen