summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-10-09 00:46:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-10-09 00:46:03 +0000
commit2752452163e0facda20a7bacbc8e2d24bcbc552a (patch)
tree950c1c6064dda7b412d40c318f699c17333f12d6 /misc
parentActivate man.el (diff)
Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs.
PR: ports/8007 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> ----- Directory "${PREFIX}/share/emacs/site-lisp" will shared with other ports. Will the guideline about this directory post to freebsd-ports by maintainer? This port makes new virtual category "elisp". Approved by: asami
Notes
Notes: svn path=/head/; revision=13759
Diffstat (limited to 'misc')
-rw-r--r--misc/man.el/Makefile33
-rw-r--r--misc/man.el/distinfo1
-rw-r--r--misc/man.el/pkg-comment1
-rw-r--r--misc/man.el/pkg-descr12
-rw-r--r--misc/man.el/pkg-plist4
5 files changed, 51 insertions, 0 deletions
diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile
new file mode 100644
index 000000000000..7eb4af38cbdd
--- /dev/null
+++ b/misc/man.el/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: man.el with I18N
+# Version required: 1.1
+# Date created: 10 September 1998
+# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= i18n-man-1.1
+CATEGORIES= misc elisp
+MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
+ ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
+
+MAINTAINER= kiri@kiri.toba-cmt.ac.jp
+
+RUN_DEPENDS= jman:${PORTSDIR}/japanese/man
+
+NO_WRKDIR= yes
+NO_EXTRACT= yes
+NO_BUILD= yes
+
+ELISPDIR= ${PREFIX}/share/emacs/site-lisp
+
+do-install:
+ @${MKDIR} ${ELISPDIR};
+ @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} -C ${ELISPDIR}
+ @files=`${EXTRACT_CMD} tzf ${DISTDIR}/${DISTFILES}`; \
+ for f in $${files}; do \
+ chown ${SHAREOWN}:${SHAREGRP} ${ELISPDIR}/$${f}; \
+ chmod ${SHAREMODE} ${ELISPDIR}/$${f}; \
+ done
+
+.include <bsd.port.mk>
diff --git a/misc/man.el/distinfo b/misc/man.el/distinfo
new file mode 100644
index 000000000000..f71cc4316ee8
--- /dev/null
+++ b/misc/man.el/distinfo
@@ -0,0 +1 @@
+MD5 (i18n-man-1.1.tar.gz) = ea793e60ae18995eb6890516e4deaaed
diff --git a/misc/man.el/pkg-comment b/misc/man.el/pkg-comment
new file mode 100644
index 000000000000..297be5d728bd
--- /dev/null
+++ b/misc/man.el/pkg-comment
@@ -0,0 +1 @@
+Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs.
diff --git a/misc/man.el/pkg-descr b/misc/man.el/pkg-descr
new file mode 100644
index 000000000000..0b51540d9f61
--- /dev/null
+++ b/misc/man.el/pkg-descr
@@ -0,0 +1,12 @@
+This code provides a function, `i18n-man', with which you can browse
+UNIX manual pages. Formatting is done in background so that you
+can continue to use your Emacs while processing is going on.
+The mode also supports hypertext-like following of manual page SEE
+ALSO references, and other features. See below or do `?' in a
+manual page buffer for details.
+
+For working with Japanese, put your dot.emacs file to
+
+(load "i18n-man-ja")
+
+Then M-x jman in minibuffer, and specify man page name.
diff --git a/misc/man.el/pkg-plist b/misc/man.el/pkg-plist
new file mode 100644
index 000000000000..f142df2da060
--- /dev/null
+++ b/misc/man.el/pkg-plist
@@ -0,0 +1,4 @@
+share/emacs/site-lisp/i18n-man-de.el
+share/emacs/site-lisp/i18n-man-en.el
+share/emacs/site-lisp/i18n-man-ja.el
+share/emacs/site-lisp/i18n-man.el