From a77a3c279b281e7aa45d0545404cacd1bfe885dd Mon Sep 17 00:00:00 2001 From: Satoshi 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. --- chinese/mule-freewnn/Makefile | 6 +++--- chinese/mule-freewnn/pkg-comment | 2 +- chinese/mule-freewnn/pkg-descr | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'chinese/mule-freewnn') diff --git a/chinese/mule-freewnn/Makefile b/chinese/mule-freewnn/Makefile index 85c74a03825a..9bec815a8882 100644 --- a/chinese/mule-freewnn/Makefile +++ b/chinese/mule-freewnn/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: mule 2.3@19.34 with Wnn4 +# New ports collection makefile for: mule with FreeWnn # Date created: 20 July 1997 # Whom: Satoshi Taoka # @@ -6,11 +6,11 @@ # CATEGORIES= chinese -PKGNAMESUFFIX= -wnn4 +PKGNAMESUFFIX= -freewnn MASTERDIR= ${.CURDIR}/../../editors/mule PKGDIR= ${.CURDIR}/pkg -CWNN4= yes +CFREEWNN= yes .include "${MASTERDIR}/Makefile" diff --git a/chinese/mule-freewnn/pkg-comment b/chinese/mule-freewnn/pkg-comment index 3720f05b54af..4363986d40a6 100644 --- a/chinese/mule-freewnn/pkg-comment +++ b/chinese/mule-freewnn/pkg-comment @@ -1 +1 @@ -Multilingual emacs, with Wnn4 support built in (Only the executables) +Multilingual emacs, with FreeWnn support built in (Only the executables) diff --git a/chinese/mule-freewnn/pkg-descr b/chinese/mule-freewnn/pkg-descr index c6c030a0f09e..c626ff4f73f6 100644 --- a/chinese/mule-freewnn/pkg-descr +++ b/chinese/mule-freewnn/pkg-descr @@ -4,10 +4,10 @@ multilingual editor based on emacs-19.34. You should install a package, mule-common-2.3, containing emacs lisp files, info pages, and so on (except executables) for mule-2.3. -This package is built with Chinese support, using Wnn4 as default. It -is supported input methods, jeonkak, hangul for Korean(Hanja), and -quanjiao, zhuyin, erpin for Chinese (check out -lib/mule/site-lisp/site-start.el), using Wnn4, too. +This package is built with Chinese support, using FreeWnn as +default. It is supported input methods, jeonkak, hangul for +Korean(Hanja), and quanjiao, zhuyin, erpin for Chinese (check out +lib/mule/site-lisp/site-start.el), using FreeWnn, too. This package and the package, mule-common-2.3, *will* clobber any existing emacs installation. In particular, the executables and man -- cgit v1.2.3