summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-19 20:41:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-19 20:41:07 +0000
commit2d230135cb0480f81cd8a7cc9e31fabaf5f29056 (patch)
tree0c8e95d795bbface00de8af3a8566458802baba7 /japanese
parentf617ce73a2318014e7edb3e50af6be4b14e46306 (diff)
downloadfreebsd-ports-2d230135cb0480f81cd8a7cc9e31fabaf5f29056.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/Makefile1
-rw-r--r--japanese/xemacs21-canna/Makefile19
-rw-r--r--japanese/xemacs21-canna/pkg-descr31
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.