aboutsummaryrefslogtreecommitdiff
path: root/japanese/kinput2
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2002-10-29 09:50:22 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2002-10-29 09:50:22 +0000
commiteb1fc9c5ac87b61e6406f49c6a90cf40875d62c8 (patch)
tree6175b13eaf3ec4e4e062cc2d3047f6011b458f78 /japanese/kinput2
parent6e8c6c812e0df0968ec9fa254f230e8b32a6627d (diff)
downloadports-eb1fc9c5ac87b61e6406f49c6a90cf40875d62c8.tar.gz
ports-eb1fc9c5ac87b61e6406f49c6a90cf40875d62c8.zip
Notes
Diffstat (limited to 'japanese/kinput2')
-rw-r--r--japanese/kinput2/Makefile8
-rw-r--r--japanese/kinput2/distinfo2
-rw-r--r--japanese/kinput2/pkg-descr11
3 files changed, 10 insertions, 11 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index 79c6fc68d8e1..e44bc1f475a5 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= kinput2
-PORTVERSION= 3.1.b2
+PORTVERSION= 3.1
PKGNAMESUFFIX= ${INPUT_METHOD}
CATEGORIES= japanese x11
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
-DISTNAME= kinput2-v3.1-beta2
+DISTNAME= kinput2-v3.1
MAINTAINER= taoka@FreeBSD.org
@@ -53,9 +53,9 @@ KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn6/wnn
-Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn6 -lcrypt"
.elif defined(WNN7)
INPUT_METHOD+= wnn7
-LIB_INPUT_METHOD+= wnn6_for_wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
+LIB_INPUT_METHOD+= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn7/wnn \
- -Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn6_for_wnn7 -lcrypt"
+ -Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn7 -lcrypt"
.endif
#
# Make a value of INPUT_METHOD
diff --git a/japanese/kinput2/distinfo b/japanese/kinput2/distinfo
index 73cbe5c75cff..06cd173c4727 100644
--- a/japanese/kinput2/distinfo
+++ b/japanese/kinput2/distinfo
@@ -1 +1 @@
-MD5 (kinput2-v3.1-beta2.tar.gz) = e327f8d3c86d98f359130cee79ab71a9
+MD5 (kinput2-v3.1.tar.gz) = 2de20576f150248d1fdfe66d7cc4e510
diff --git a/japanese/kinput2/pkg-descr b/japanese/kinput2/pkg-descr
index 6d9cd7e404f0..431e87fb6c34 100644
--- a/japanese/kinput2/pkg-descr
+++ b/japanese/kinput2/pkg-descr
@@ -1,15 +1,14 @@
-Kinput2 is an input server for X11 applications that want Japanese
-text input.
+Kinput2 is an Japanese text input server for X11 applications.
-A client that wants kana-kanji conversion service for Japanese text
+A client that require kana-kanji conversion service for Japanese text
sends a request to kinput2. Kinput2 receives the request, does
kana-kanji conversion, and sends the converted text back to the
client.
-The port supports FreeWnn. Egg key binding is avairable, if you run
+The port supports FreeWnn. Those looking for egg-key-binding
+other than default binding, try as follows:
-kinput2 -ccdef ccdef.kinput2.egg
+ % kinput2 -ccdef ccdef.kinput2.egg
-- S. Taoka
<taoka@FreeBSD.org>
-