From 0016d7cb19726c564c7cce8d55a4cd8275baf48b Mon Sep 17 00:00:00 2001 From: kuriyama Date: Fri, 9 Oct 1998 00:46:03 +0000 Subject: Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs. PR: ports/8007 Submitted by: KIRIYAMA Kazuhiko ----- 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 --- misc/man.el/Makefile | 33 +++++++++++++++++++++++++++++++++ misc/man.el/distinfo | 1 + misc/man.el/pkg-comment | 1 + misc/man.el/pkg-descr | 12 ++++++++++++ misc/man.el/pkg-plist | 4 ++++ 5 files changed, 51 insertions(+) create mode 100644 misc/man.el/Makefile create mode 100644 misc/man.el/distinfo create mode 100644 misc/man.el/pkg-comment create mode 100644 misc/man.el/pkg-descr create mode 100644 misc/man.el/pkg-plist (limited to 'misc') 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 +# +# $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 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 -- cgit