From 21ee8f6cf145cdce868068217f591295759531c2 Mon Sep 17 00:00:00 2001 From: taoka Date: Fri, 8 Sep 2000 04:34:56 +0000 Subject: (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows: (a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a commercial software exits (b) Its license was changed to GPL. (c) The method to configure was changed from imake to GNU configure. (d) Relatively to the original Wnn, the Wnn in the ports tree were modified by me a lot. Most of the modifications were adopted into FreeWnn. (c) Header and library files are installed into ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}. (2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server in chinese, korean and japanese categories. The former is for libwnn and header files to compile client commands, and the files used in client commands. The latter is for a server to convert KANA to KANJI (Chinese character), and dictionaries and files used by the server. --- japanese/onew-canna+freewnn/Makefile | 6 +++--- japanese/onew-canna+freewnn/pkg-comment | 2 +- japanese/onew-canna+freewnn/pkg-descr | 4 ++-- japanese/onew-canna+freewnn/pkg-plist | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'japanese/onew-canna+freewnn') diff --git a/japanese/onew-canna+freewnn/Makefile b/japanese/onew-canna+freewnn/Makefile index add244d57c65..9ae32ac0fdd4 100644 --- a/japanese/onew-canna+freewnn/Makefile +++ b/japanese/onew-canna+freewnn/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ONEW for Canna and Wnn4 +# New ports collection makefile for: ONEW for Canna and FreeWnn # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA # @@ -6,9 +6,9 @@ # CANNA= yes -WNN4= yes +FREEWNN= yes -MASTERDIR= ${.CURDIR}/../onew-wnn4 +MASTERDIR= ${.CURDIR}/../onew-freewnn PKGDIR= ${.CURDIR}/pkg .include "${MASTERDIR}/Makefile" diff --git a/japanese/onew-canna+freewnn/pkg-comment b/japanese/onew-canna+freewnn/pkg-comment index 4e683277f99a..9b3e49bad8e7 100644 --- a/japanese/onew-canna+freewnn/pkg-comment +++ b/japanese/onew-canna+freewnn/pkg-comment @@ -1 +1 @@ -A library for Japanese Input Method Canna and Wnn4 +A library for Japanese Input Method Canna and FreeWnn diff --git a/japanese/onew-canna+freewnn/pkg-descr b/japanese/onew-canna+freewnn/pkg-descr index f4040b32e914..39acef77a17b 100644 --- a/japanese/onew-canna+freewnn/pkg-descr +++ b/japanese/onew-canna+freewnn/pkg-descr @@ -1,7 +1,7 @@ -ONEW is a library for using Japanese Input Method Canna, Wnn4, or +ONEW is a library for using Japanese Input Method Canna, FreeWnn or Wnn6. -This is for Canna and Wnn4. +This is for Canna and FreeWnn. -- S. Taoka diff --git a/japanese/onew-canna+freewnn/pkg-plist b/japanese/onew-canna+freewnn/pkg-plist index f751292eaadc..df9655365987 100644 --- a/japanese/onew-canna+freewnn/pkg-plist +++ b/japanese/onew-canna+freewnn/pkg-plist @@ -1,3 +1,3 @@ -lib/libonew-canna+wnn4.a -share/doc/ja-onew-canna+wnn4/README.ONEW -@dirrm share/doc/ja-onew-canna+wnn4 +lib/libonew-canna+freewnn.a +share/doc/ja-onew-canna+freewnn/README.ONEW +@dirrm share/doc/ja-onew-canna+freewnn -- cgit