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-freewnn+sj3 | |
parent | 3f75a53ded20959017d22bd6df45551855caf843 (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.
Notes
Notes:
svn path=/head/; revision=32414
Diffstat (limited to 'japanese/mule-freewnn+sj3')
-rw-r--r-- | japanese/mule-freewnn+sj3/Makefile | 6 | ||||
-rw-r--r-- | japanese/mule-freewnn+sj3/pkg-comment | 2 | ||||
-rw-r--r-- | japanese/mule-freewnn+sj3/pkg-descr | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/japanese/mule-freewnn+sj3/Makefile b/japanese/mule-freewnn+sj3/Makefile index 01b58e5fab10..0fa3618a444a 100644 --- a/japanese/mule-freewnn+sj3/Makefile +++ b/japanese/mule-freewnn+sj3/Makefile @@ -1,15 +1,15 @@ -# New ports collection makefile for: mule 2.3@19.34 with sj3 and Wnn4 +# New ports collection makefile for: mule with sj3 and FreeWnn # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -sj3+wnn4 +PKGNAMESUFFIX= -freewnn+sj3 CATEGORIES= japanese SJ3= yes -WNN4= yes +FREEWNN= yes MASTERDIR= ${.CURDIR}/../../editors/mule PKGDIR= ${.CURDIR}/pkg diff --git a/japanese/mule-freewnn+sj3/pkg-comment b/japanese/mule-freewnn+sj3/pkg-comment index b5d2b48d9f73..aa1b76663303 100644 --- a/japanese/mule-freewnn+sj3/pkg-comment +++ b/japanese/mule-freewnn+sj3/pkg-comment @@ -1 +1 @@ -A multilingual emacs, with sj3 and Wnn4 support built in (Only the executables) +A multilingual emacs, with sj3 and FreeWnn support built in (Only the executables) diff --git a/japanese/mule-freewnn+sj3/pkg-descr b/japanese/mule-freewnn+sj3/pkg-descr index f0bd35750e1e..8c5c0742fa2d 100644 --- a/japanese/mule-freewnn+sj3/pkg-descr +++ b/japanese/mule-freewnn+sj3/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 Japanese support, using sj3(*1) or Wnn4. 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 Japanese support, using sj3(*1) or +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 FreeWnn, too. This package and the package, mule-common-2.3, *will* clobber any existing emacs installation. In particular, the executables and man |