diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-07-10 22:03:02 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-07-10 22:03:02 +0800 |
commit | 9d35e6e9ec91d9d8035c3e06676a48bd72395ee9 (patch) | |
tree | abe57ff99d65b96c18402a848ebdb7b72c6824a0 | |
parent | f034652f18ec68d3c8660dc47e6c2e935c613bf2 (diff) | |
download | freebsd-ports-gnome-9d35e6e9ec91d9d8035c3e06676a48bd72395ee9.tar.gz freebsd-ports-gnome-9d35e6e9ec91d9d8035c3e06676a48bd72395ee9.tar.zst freebsd-ports-gnome-9d35e6e9ec91d9d8035c3e06676a48bd72395ee9.zip |
A library for Japanese Input Method Canna
PR: ports/6029 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
-rw-r--r-- | japanese/onew-canna/Makefile | 12 | ||||
-rw-r--r-- | japanese/onew-canna/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/onew-canna/pkg-descr | 7 | ||||
-rw-r--r-- | japanese/onew-canna/pkg-plist | 3 |
4 files changed, 23 insertions, 0 deletions
diff --git a/japanese/onew-canna/Makefile b/japanese/onew-canna/Makefile new file mode 100644 index 000000000000..ae0b6545827c --- /dev/null +++ b/japanese/onew-canna/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ONEW for Canna +# Version required: jvim2.0r+onew2.2.10 +# Date created: 5 Sep 1997 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-onew-canna-2.2.10 +CANNA= yes + +.include "${.CURDIR}/../onew-wnn4/Makefile" diff --git a/japanese/onew-canna/pkg-comment b/japanese/onew-canna/pkg-comment new file mode 100644 index 000000000000..af22963f1ae1 --- /dev/null +++ b/japanese/onew-canna/pkg-comment @@ -0,0 +1 @@ +A library for Japanese Input Method Canna diff --git a/japanese/onew-canna/pkg-descr b/japanese/onew-canna/pkg-descr new file mode 100644 index 000000000000..a0d0faf02b1f --- /dev/null +++ b/japanese/onew-canna/pkg-descr @@ -0,0 +1,7 @@ +ONEW is a library for using Japanese Input Method Canna, +Wnn4, or Wnn6. + +This is for Canna. + +-- S. Taoka +<taoka@infonets.hiroshima-u.ac.jp> diff --git a/japanese/onew-canna/pkg-plist b/japanese/onew-canna/pkg-plist new file mode 100644 index 000000000000..40e0594d8d42 --- /dev/null +++ b/japanese/onew-canna/pkg-plist @@ -0,0 +1,3 @@ +lib/libonew-canna.a +share/doc/ja-onew-canna/README.ONEW +@dirrm share/doc/ja-onew-canna |