diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-08 12:34:56 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-08 12:34:56 +0800 |
commit | 21ee8f6cf145cdce868068217f591295759531c2 (patch) | |
tree | 322feb0c3904099368ea5bf3af03cf390bee0622 /chinese | |
parent | 397d488b0b8366ec82f4130e5bdd1fdb79cae7cd (diff) | |
download | freebsd-ports-gnome-21ee8f6cf145cdce868068217f591295759531c2.tar.gz freebsd-ports-gnome-21ee8f6cf145cdce868068217f591295759531c2.tar.zst freebsd-ports-gnome-21ee8f6cf145cdce868068217f591295759531c2.zip |
(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 'chinese')
-rw-r--r-- | chinese/Makefile | 5 | ||||
-rw-r--r-- | chinese/mule-freewnn/Makefile | 6 | ||||
-rw-r--r-- | chinese/mule-freewnn/pkg-comment | 2 | ||||
-rw-r--r-- | chinese/mule-freewnn/pkg-descr | 8 |
4 files changed, 11 insertions, 10 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index ddebaf01bec2..6fdc99fdb8a4 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -3,7 +3,8 @@ SUBDIR += xmms SUBDIR += CJK - SUBDIR += Wnn + SUBDIR += FreeWnn-lib + SUBDIR += FreeWnn-server SUBDIR += acroread-chsfont SUBDIR += acroread-chtfont SUBDIR += arphicttf @@ -24,7 +25,7 @@ SUBDIR += libtabe SUBDIR += lunar SUBDIR += moettf - SUBDIR += mule-wnn4 + SUBDIR += mule-freewnn SUBDIR += muni SUBDIR += mutt SUBDIR += nvi-big5 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 <taoka@FreeBSD.org> # @@ -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 |