diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 00:46:03 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 00:46:03 +0000 |
commit | 2752452163e0facda20a7bacbc8e2d24bcbc552a (patch) | |
tree | 950c1c6064dda7b412d40c318f699c17333f12d6 /misc | |
parent | 0d5d9c21f5a49de9dc40a70d9e8bef4b57fef8da (diff) | |
download | ports-2752452163e0facda20a7bacbc8e2d24bcbc552a.tar.gz ports-2752452163e0facda20a7bacbc8e2d24bcbc552a.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/man.el/Makefile | 33 | ||||
-rw-r--r-- | misc/man.el/distinfo | 1 | ||||
-rw-r--r-- | misc/man.el/pkg-comment | 1 | ||||
-rw-r--r-- | misc/man.el/pkg-descr | 12 | ||||
-rw-r--r-- | misc/man.el/pkg-plist | 4 |
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 |