From 510f9adf10e5306c6a3e1d0604473dad1e01fcde Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 18 Dec 1996 05:09:26 +0000 Subject: Message interface to Emacs Window, emacs version. Submitted by: Kiriyama Kazuhiko --- mail/mew/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ mail/mew/pkg-comment | 1 + mail/mew/pkg-descr | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 mail/mew/Makefile create mode 100644 mail/mew/pkg-comment create mode 100644 mail/mew/pkg-descr (limited to 'mail') diff --git a/mail/mew/Makefile b/mail/mew/Makefile new file mode 100644 index 000000000000..3a8e408d5bc2 --- /dev/null +++ b/mail/mew/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: Mew +# Version required: 1.54 +# Date created: 14 December 1996 +# Whom: Kiriyama Kazuhiko +# +# $Id$ +# + +DISTNAME= mew-1.54 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ + +MAINTAINER= kiri@kiri.toba-cmt.ac.jp + +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ + mhmail:${PORTSDIR}/mail/mh \ + perl:${PORTSDIR}/lang/perl5 + +DOCDIR= ${PREFIX}/share/doc/mew + +post-install: + @strip ${PREFIX}/bin/mewencode +.for f in mewencode mew-refile uumerge vscan + @chown bin:bin ${PREFIX}/bin/${f} + @chmod 555 ${PREFIX}/bin/${f} +.endfor + @${INSTALL_DATA} ${WRKSRC}/info/mew.info* ${PREFIX}/info + @${INSTALL_SCRIPT} ${FILESDIR}/MH-postproc ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @if [ ! -d ${DOCDIR} ]; then mkdir -p ${DOCDIR}; fi + @${CP} ${WRKSRC}/info/*.texi ${DOCDIR} +.for f in .emacs aliases .mh_profile scan.form + ${CP} ${FILESDIR}/${f} ${DOCDIR} +.endfor + @${INSTALL_SCRIPT} ${FILESDIR}/user-install ${DOCDIR} +.endif + @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + +.include diff --git a/mail/mew/pkg-comment b/mail/mew/pkg-comment new file mode 100644 index 000000000000..9d32cbf36953 --- /dev/null +++ b/mail/mew/pkg-comment @@ -0,0 +1 @@ +Message interface to Emacs Window diff --git a/mail/mew/pkg-descr b/mail/mew/pkg-descr new file mode 100644 index 000000000000..95d671bed886 --- /dev/null +++ b/mail/mew/pkg-descr @@ -0,0 +1,38 @@ +Mew (1.54) is a "Message interface to Emacs Window" to integrate + + - electronic mail + - NetNews + - MIME(Multipurpose Internet Mail Extensions) + - PEM(Privacy Enhanced Mail) + - 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/info + load path - /usr/local/share/emacs/site-lisp/mew + +You must be setting your own environment: + + 1st - Do "inc" in your home directory + 2nd - Set up "~/.mh_profile" correctry + 3rd - make "~/Mail/scan.form" correctry + 4th - make directory "~/Mail/drafts" + 5th - Set up "~/.emacs" correctry + +(See info by C-h i and selecting "Mew", "Install" and "User" ). + +Sample files for those above are in /usr/local/share/doc/mew. + +Most easy going way to install user environment is to execute +/usr/local/share/doc/mew/user-install on your home directory. You can easily +set up your mail environment interactively. + +If you have installed correctly, type "M-x mew", then you can see Mew +introducing and little while later ready to use. Enjoy! + +- Kiriyama Kazuhiko +kiri@kiri.toba-cmt.ac.jp -- cgit