diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
commit | 241fddd816691f29190619e5d0689640e7466b56 (patch) | |
tree | 0ef82f55ffe232e60c7ef19ebf5cb02b8a114082 /inputmethod/canna | |
parent | 01d6befc359eb7bb4d2a4be100424712b78e5e0a (diff) | |
download | pkgsrc-241fddd816691f29190619e5d0689640e7466b56.tar.gz |
1) Update Canna to 3.6p4.
* Reconstruct sample init files.
* RC-style start script.
* Auto-registration of Kana conversion.
* Abolish fuzokugo.cld.
* More key symbols can be configured with Lisp.
* Server returns more appropriate values at abort.
* TeX document improvements.
* And many bug fixes.
2) Make Canuum use Canna's common make files. From Osamu Oishi in PR 22244.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r-- | inputmethod/canna/Makefile | 6 | ||||
-rw-r--r-- | inputmethod/canna/Makefile.common | 4 | ||||
-rw-r--r-- | inputmethod/canna/Makefile.version | 4 | ||||
-rw-r--r-- | inputmethod/canna/distinfo | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/inputmethod/canna/Makefile b/inputmethod/canna/Makefile index fab8efb7bf4..16ff1542fe6 100644 --- a/inputmethod/canna/Makefile +++ b/inputmethod/canna/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2003/05/31 07:24:38 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/23 15:06:57 uebayasi Exp $ # .include "Makefile.common" -CANNA_MODULE= server +PKGNAME:= Canna-${CANNA_VERSION} -DEPENDS+= Canna-server-bin>=${CANNA_VERSION}:../canna-server-bin +DEPENDS+= Canna-server>=${CANNA_VERSION}:../canna-server DEPENDS+= Canna-dict>=${CANNA_VERSION}:../canna-dict EXTRACT_ONLY= # empty diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index 7473c419c8a..ee72a9bab5b 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2003/07/31 20:10:22 jmc Exp $ +# $NetBSD: Makefile.common,v 1.7 2003/09/23 15:06:57 uebayasi Exp $ # # Canna common makefile. # @@ -6,7 +6,7 @@ DISTNAME= Canna${CANNA_VERSION:S|.||:S|pl|p|} PKGNAME= Canna-${CANNA_MODULE}-${CANNA_VERSION} CATEGORIES= japanese inputmethod -MASTER_SITES= http://downloads.sourceforge.jp/canna/2181/ +MASTER_SITES= http://downloads.sourceforge.jp/canna/6059/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://canna.sourceforge.jp/ diff --git a/inputmethod/canna/Makefile.version b/inputmethod/canna/Makefile.version index 825bf53091d..b6fda755379 100644 --- a/inputmethod/canna/Makefile.version +++ b/inputmethod/canna/Makefile.version @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.1 2003/07/31 13:04:40 uebayasi Exp $ +# $NetBSD: Makefile.version,v 1.2 2003/09/23 15:06:57 uebayasi Exp $ # "Pkgsrc" version. -CANNA_VERSION= 3.6pl3 +CANNA_VERSION= 3.6pl4 _CANNA_VERS= \ CANNA_USER=${CANNA_USER} \ diff --git a/inputmethod/canna/distinfo b/inputmethod/canna/distinfo index fc4cc8092b5..1365483f019 100644 --- a/inputmethod/canna/distinfo +++ b/inputmethod/canna/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2003/07/31 13:04:40 uebayasi Exp $ +$NetBSD: distinfo,v 1.3 2003/09/23 15:06:57 uebayasi Exp $ -SHA1 (Canna36p3.tar.gz) = 183c4e160babd49d5d8c542fbf06db980e3965da -Size (Canna36p3.tar.gz) = 1441598 bytes +SHA1 (Canna36p4.tar.gz) = 4edc22e2e4e5c6db42daa2083fabb53aa1ae8168 +Size (Canna36p4.tar.gz) = 1455672 bytes SHA1 (patch-aa) = eb21b7beaa66c4d0c5815599dc49b7c0b7eb3a40 SHA1 (patch-ab) = b203ad0cb1285ffed0037e0eced3ae298bec5eb9 SHA1 (patch-ac) = 8f9f999eb8abd9c8e3d3e5c66cf55150ce700919 |