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. --- korean/mule-freewnn/Makefile | 7 ++++--- korean/mule-freewnn/pkg-comment | 2 +- korean/mule-freewnn/pkg-descr | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'korean/mule-freewnn') diff --git a/korean/mule-freewnn/Makefile b/korean/mule-freewnn/Makefile index e5319df99f94..3a050746d13e 100644 --- a/korean/mule-freewnn/Makefile +++ b/korean/mule-freewnn/Makefile @@ -1,15 +1,16 @@ -# 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 # # $FreeBSD$ # -PKGNAMESUFFIX= -wnn4 CATEGORIES= korean -KWNN4= yes +PKGNAMESUFFIX= -freewnn MASTERDIR= ${.CURDIR}/../../editors/mule PKGDIR= ${.CURDIR}/pkg +KFREEWNN= yes + .include "${MASTERDIR}/Makefile" diff --git a/korean/mule-freewnn/pkg-comment b/korean/mule-freewnn/pkg-comment index b29b02db5863..db3f36c3b7c7 100644 --- a/korean/mule-freewnn/pkg-comment +++ b/korean/mule-freewnn/pkg-comment @@ -1 +1 @@ -A multilingual emacs, with Wnn4 support built in (Only the executables) +A multilingual emacs, with FreeWnn support built in (Only the executables) diff --git a/korean/mule-freewnn/pkg-descr b/korean/mule-freewnn/pkg-descr index 56030d0286ec..476b5568eeb1 100644 --- a/korean/mule-freewnn/pkg-descr +++ b/korean/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 Korean(Hanja) support, using Wnn4 as +This package is built with Korean(Hanja) 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 Wnn4, too. +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