1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 2.0b6 + 1.0.

Submitted by:	sanpei
This commit is contained in:
Jun Kuriyama 1999-12-04 02:08:38 +00:00
parent 88f70f74d9
commit a8a25cefd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23569
5 changed files with 31 additions and 25 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (chasen-sys1.51-dic1.5.tar.gz) = 870b08939b216064597a34be8ce3bf52
MD5 (chasen-sys2.0b6-ipadic1.0.tar.gz) = af7d083065f826f7e9158f2de1c9f3de

View File

@ -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

View File

@ -1 +1,3 @@
Japanese Morphological Analysis System
WWW: http://cactus.aist-nara.ac.jp/lab/nlt/chasen.html

View File

@ -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