diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 01:53:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 01:53:12 +0000 |
commit | 97b18ce7527cdba6694d07a80c50396756613107 (patch) | |
tree | f6d2e5080a0e0e6356ba4f6463989f30c0ae67a9 /japanese/kinput2-canna | |
parent | 2e4508d894d3b199c9c67a236f8d8bd1a228e91a (diff) | |
download | FreeBSD-ports-97b18ce7527cdba6694d07a80c50396756613107.zip FreeBSD-ports-97b18ce7527cdba6694d07a80c50396756613107.tar.gz |
A Japanese inputting tool, you can use it from multiple X clients. The
actual conversion is done by the Canna engine.
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
Diffstat (limited to 'japanese/kinput2-canna')
-rw-r--r-- | japanese/kinput2-canna/Makefile | 21 | ||||
-rw-r--r-- | japanese/kinput2-canna/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/kinput2-canna/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/kinput2-canna/pkg-plist | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/japanese/kinput2-canna/Makefile b/japanese/kinput2-canna/Makefile new file mode 100644 index 0000000..2455558 --- /dev/null +++ b/japanese/kinput2-canna/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: kinput2.canna +# Version required: 2.0p1 +# Date created: 1 May 1995 +# Whom: NIIMI Satoshi <sa2c@and.or.jp> +# +# $Id$ +# + +DISTNAME= kinput2-v2-fix1 +PKGNAME= jp-ckinput2-2.0.1 +CATEGORIES+= japanese x11 +MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ + +MAINTAINER= asami@FreeBSD.ORG + +LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna + +NO_WRKSUBDIR= yes +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/japanese/kinput2-canna/pkg-comment b/japanese/kinput2-canna/pkg-comment new file mode 100644 index 0000000..e60f65c --- /dev/null +++ b/japanese/kinput2-canna/pkg-comment @@ -0,0 +1 @@ +kinput2 version 2.0p1, an input server of Japanese text (Canna version) diff --git a/japanese/kinput2-canna/pkg-descr b/japanese/kinput2-canna/pkg-descr new file mode 100644 index 0000000..4772ac5 --- /dev/null +++ b/japanese/kinput2-canna/pkg-descr @@ -0,0 +1,10 @@ +Kinput2 is an input server for X11 applications that want Japanese +text input. + +A client that wants 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 was done by NIIMI Satoshi (sa2c@and.or.jp). It supports +Canna. diff --git a/japanese/kinput2-canna/pkg-plist b/japanese/kinput2-canna/pkg-plist new file mode 100644 index 0000000..04d137b --- /dev/null +++ b/japanese/kinput2-canna/pkg-plist @@ -0,0 +1,3 @@ +bin/kinput2 +lib/X11/app-defaults/Kinput2 +man/man1/kinput2.1.gz |