From b9f7ddd4db6bd11fc59b3fb7bf6b293773a3ed1d Mon Sep 17 00:00:00 2001 From: max Date: Thu, 25 Jun 1998 22:06:11 +0000 Subject: Mew port for xemacs. Submitted by: kiri@kiri.toba-cmt.ac.jp PR: 6533, 6588 --- mail/mew-xemacs/Makefile | 34 ++++++++++++++++++++++++++++++++++ mail/mew-xemacs/pkg-comment | 1 + mail/mew-xemacs/pkg-descr | 21 +++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 mail/mew-xemacs/Makefile create mode 100644 mail/mew-xemacs/pkg-comment create mode 100644 mail/mew-xemacs/pkg-descr (limited to 'mail') diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile new file mode 100644 index 0000000..ffa61ed --- /dev/null +++ b/mail/mew-xemacs/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: Mew (for xemacs) +# Version required: 1.92.4 +# Date created: 17 January 1998 +# Whom: Kiriyama Kazuhiko +# +# $Id$ +# + +PKGNAME?= mew-xemacs-1.92.4 + +LANGUAGE?= +XEMACS= yes +DIRENTRY= "* Mew:: Messaging in the Emacs World (English)." +INFOFILE= mew.info + +.if (${LANGUAGE} == "Chinese") +.endif +.if (${LANGUAGE} == "Japanese") +DIRENTRY+= "* Mew.jis:: Messaging in the Emacs World (Japanese)." +INFOFILE+= mew.jis.info +.endif +.if (${LANGUAGE} == "Korean") +.endif +.if (${LANGUAGE} == "Russian") +.endif +.if (${LANGUAGE} == "Vietnamese") +.endif + +post-install:: +.for f in mew.info mew.info-1 mew.info-2 mew.info-3 + @ln -sf ${PREFIX}/info/${f} ${INFODIR}/${f} +.endfor + +.include "${.CURDIR}/../../mail/mew-common/Makefile" diff --git a/mail/mew-xemacs/pkg-comment b/mail/mew-xemacs/pkg-comment new file mode 100644 index 0000000..4749439 --- /dev/null +++ b/mail/mew-xemacs/pkg-comment @@ -0,0 +1 @@ +Message interface to Emacs Window(for xemacs) diff --git a/mail/mew-xemacs/pkg-descr b/mail/mew-xemacs/pkg-descr new file mode 100644 index 0000000..3991dd0 --- /dev/null +++ b/mail/mew-xemacs/pkg-descr @@ -0,0 +1,21 @@ +Mew is a "Message interface to Emacs Window" to integrate + + - Email + - NetNews + - MIME(Multipurpose Internet Mail Extensions) + - PGP(Pretty Good Privacy) + +and to make it easy to view and compose them. With Mew you can send a +picture of a birthday cake with the song "Happy Birthday to you" to your +friend, which is encrypted by strong cryptograph. + +Info path and elisp load path would be set as follows : + + Info path - /usr/local/lib/xemacs-20.3/info + load path - /usr/local/lib/xemacs/site-lisp/mew + +You must be installed individual language Mule-depend Mew(chinese/mew, +japanese/mew, korean/mew, etc) after mew-mule installed. + +- Kiriyama Kazuhiko +kiri@kiri.toba-cmt.ac.jp -- cgit v1.1