diff options
author | taca <taca> | 2001-04-25 23:39:57 +0000 |
---|---|---|
committer | taca <taca> | 2001-04-25 23:39:57 +0000 |
commit | 0c17014e83b3776b00c3808fbf90d1c81ce3b4b0 (patch) | |
tree | b67725fe1b6505146626f74aa206988ee2949188 /japanese | |
parent | 8dee71a01f394ef5ef6f646cd18f6af24b4c031a (diff) | |
download | pkgsrc-0c17014e83b3776b00c3808fbf90d1c81ce3b4b0.tar.gz |
- Apply unofficial patch for fixing tokenization rule problem.
- Bump version to 2.2.6nb1.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/chasen-base/Makefile | 8 | ||||
-rw-r--r-- | japanese/chasen-base/Makefile.common | 3 | ||||
-rw-r--r-- | japanese/chasen-base/distinfo | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile index 1bcc30c15ef..aca91e8f2c0 100644 --- a/japanese/chasen-base/Makefile +++ b/japanese/chasen-base/Makefile @@ -1,11 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/25 23:39:57 taca Exp $ # DISTNAME= chasen-${CHASEN_VERSION} -PKGNAME= chasen-base-${CHASEN_VERSION} +PKGNAME= chasen-base-${CHASEN_VERSION}${CHASEN_NBVERSION} CATEGORIES= japanese MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ +PATCHFILES= chasen-2.2.6-nmz.diff +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 + MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://chasen.aist-nara.ac.jp/ COMMENT= ChaSen, Japanese Morphological Analysis System diff --git a/japanese/chasen-base/Makefile.common b/japanese/chasen-base/Makefile.common index 6d5f893b5d4..37d29d05c56 100644 --- a/japanese/chasen-base/Makefile.common +++ b/japanese/chasen-base/Makefile.common @@ -1,4 +1,5 @@ -# $NetBSD: Makefile.common,v 1.4 2001/04/17 13:24:41 taca Exp $ +# $NetBSD: Makefile.common,v 1.5 2001/04/25 23:39:57 taca Exp $ # CHASEN_VERSION= 2.2.6 +CHASEN_NBVERSION= nb1 diff --git a/japanese/chasen-base/distinfo b/japanese/chasen-base/distinfo index e8dcdb59392..4fd96e2df19 100644 --- a/japanese/chasen-base/distinfo +++ b/japanese/chasen-base/distinfo @@ -2,3 +2,5 @@ SHA1 (chasen-2.2.6.tar.gz) = caacad4c695d66985624ace52c3d9984416efe52 Size (chasen-2.2.6.tar.gz) = 466986 bytes +SHA1 (chasen-2.2.6-nmz.diff) = 9a4d683d0d77643356968ff58a8e72f21820310b +Size (chasen-2.2.6-nmz.diff) = 2075 bytes |