diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-08 04:34:56 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-08 04:34:56 +0000 |
commit | 21ee8f6cf145cdce868068217f591295759531c2 (patch) | |
tree | 322feb0c3904099368ea5bf3af03cf390bee0622 /korean/mule-freewnn | |
parent | 397d488b0b8366ec82f4130e5bdd1fdb79cae7cd (diff) | |
download | FreeBSD-ports-21ee8f6cf145cdce868068217f591295759531c2.zip FreeBSD-ports-21ee8f6cf145cdce868068217f591295759531c2.tar.gz |
(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.
Diffstat (limited to 'korean/mule-freewnn')
-rw-r--r-- | korean/mule-freewnn/Makefile | 7 | ||||
-rw-r--r-- | korean/mule-freewnn/pkg-comment | 2 | ||||
-rw-r--r-- | korean/mule-freewnn/pkg-descr | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/korean/mule-freewnn/Makefile b/korean/mule-freewnn/Makefile index e5319df..3a05074 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 <taoka@FreeBSD.org> # # $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 b29b02d..db3f36c 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 56030d0..476b556 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 |