diff options
author | pav <pav@FreeBSD.org> | 2005-11-20 04:41:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-20 04:41:07 +0800 |
commit | 999f80cec37b0b9eed3eabe50130a82aa02f64d1 (patch) | |
tree | d84af126545d9799d4b95409e1c9e5f873f56b53 /japanese | |
parent | b2d77238d8bf2f81a94b4da71911a0af520cf106 (diff) | |
download | freebsd-ports-gnome-999f80cec37b0b9eed3eabe50130a82aa02f64d1.tar.gz freebsd-ports-gnome-999f80cec37b0b9eed3eabe50130a82aa02f64d1.tar.zst freebsd-ports-gnome-999f80cec37b0b9eed3eabe50130a82aa02f64d1.zip |
- Revive japanese/xemacs21-canna
PR: ports/88528
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/xemacs21-canna/Makefile | 19 | ||||
-rw-r--r-- | japanese/xemacs21-canna/pkg-descr | 31 |
3 files changed, 51 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index b1a91256a04f..704bca2c477e 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -405,6 +405,7 @@ SUBDIR += xemacs-devel-canna+wnn6 SUBDIR += xemacs-devel-freewnn SUBDIR += xemacs-devel-wnn6 + SUBDUR += xemacs21-canna SUBDIR += xjman SUBDIR += xjman-3 SUBDIR += xjtext diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile new file mode 100644 index 000000000000..4c52bfa0eb53 --- /dev/null +++ b/japanese/xemacs21-canna/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: XEmacs for Japanese +# Date created: 5 Dec 1997 +# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> +# +# $FreeBSD$ +# + +CATEGORIES= japanese + +MAINTAINER= ports@FreeBSD.org +COMMENT= XEmacs(stable version) text editor(SJ3, SKK and Canna) + +MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule + +CANNA= yes + +DESCR= ${.CURDIR}/pkg-descr + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/xemacs21-canna/pkg-descr b/japanese/xemacs21-canna/pkg-descr new file mode 100644 index 000000000000..b058150a1008 --- /dev/null +++ b/japanese/xemacs21-canna/pkg-descr @@ -0,0 +1,31 @@ +This is a package containing only the executables for XEmacs with +Mule(version 21.1.14), the next generation of Emacs. + +You need to install a package, xemacs-common-21.1.14, containing emacs +lisp files, info pages, and so on (except executables) for +XEmacs with Mule(version 21.1.14). + +This package is built with Japanese support by using SKK, SJ3, Canna, +Wnn4 or Wnn6 as an external input engine. Each input method would be +supported in following ports respectively: + + japanese/xemacs21-canna ........ SKK, SJ3, Canna + japanese/xemacs21-canna+wnn4 ... SKK, SJ3, Canna, Wnn4 + japanese/xemacs21-canna+wnn6 ... SKK, SJ3, Canna, Wnn6 + japanese/xemacs21-wnn4 ......... SKK, SJ3, Wnn4 + japanese/xemacs21-wnn6 ......... SKK, SJ3, Wnn6 + +If you use with SJ3 or SKK, you should be installed sj3serv or skkserv +in advance. SKK is supported as already builtin. Also it will +support several input methods under leim. + +This package and the package xemacs-common-21.1.14, might clobber any +existing emacs installation. In particular, the executables and man +pages of etags/ctags are installed, and the info pages that come with +the original emacs will be overwritten too. + +Although this shouldn't cause any problems to run both mule and emacs, +it may cause some confusion when one of them is pkg_delete'd. If +someone has a solution to this, please tell me. +Or to avoid this problem, you could select prefix for top install +directory. By default it is pointed to the usual place, /usr/local. |