diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-08 04:34:56 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-08 04:34:56 +0000 |
commit | a77a3c279b281e7aa45d0545404cacd1bfe885dd (patch) | |
tree | c8615695f9378417f7e0f158ca124a7779df1625 /japanese/mule-canna+freewnn+sj3 | |
parent | Update with bsd.ruby.mk. (diff) |
(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 'japanese/mule-canna+freewnn+sj3')
-rw-r--r-- | japanese/mule-canna+freewnn+sj3/Makefile | 6 | ||||
-rw-r--r-- | japanese/mule-canna+freewnn+sj3/pkg-comment | 2 | ||||
-rw-r--r-- | japanese/mule-canna+freewnn+sj3/pkg-descr | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/japanese/mule-canna+freewnn+sj3/Makefile b/japanese/mule-canna+freewnn+sj3/Makefile index 8abf8ac88b40..84f3d9cae21b 100644 --- a/japanese/mule-canna+freewnn+sj3/Makefile +++ b/japanese/mule-canna+freewnn+sj3/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: mule 2.3@19.34 with Canna, sj3 and Wnn4 +# New ports collection makefile for: mule with Canna, sj3 and FreeWnn # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -canna+sj3+wnn4 +PKGNAMESUFFIX= -canna+freewnn+sj3 CATEGORIES= japanese CANNA= yes SJ3= yes -WNN4= yes +FREEWNN= yes MASTERDIR= ${.CURDIR}/../../editors/mule PKGDIR= ${.CURDIR}/pkg diff --git a/japanese/mule-canna+freewnn+sj3/pkg-comment b/japanese/mule-canna+freewnn+sj3/pkg-comment index 502235c5af48..0b34f88db935 100644 --- a/japanese/mule-canna+freewnn+sj3/pkg-comment +++ b/japanese/mule-canna+freewnn+sj3/pkg-comment @@ -1 +1 @@ -Multilingual emacs, with Canna, sj3, and Wnn4 support built-in +Multilingual emacs, with Canna, sj3, and FreeWnn support built-in diff --git a/japanese/mule-canna+freewnn+sj3/pkg-descr b/japanese/mule-canna+freewnn+sj3/pkg-descr index edf38eba8910..bb60893c40af 100644 --- a/japanese/mule-canna+freewnn+sj3/pkg-descr +++ b/japanese/mule-canna+freewnn+sj3/pkg-descr @@ -5,9 +5,9 @@ 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 Japanese support, using Canna, sj3(*1) or -Wnn4. It is supported input methods, jeonkak, hangul for +FreeWnn. 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 |