aboutsummaryrefslogtreecommitdiff
path: root/mail/mew
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-18 05:09:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-18 05:09:26 +0000
commit0225b682525223bcc3dfa6993603d010e2aab966 (patch)
tree146f7165ae2352ba90a94eff33f8b5a067a4c87b /mail/mew
parentc946bb2290c10e94b07f4a475bfe8c9decdca52d (diff)
downloadports-0225b682525223bcc3dfa6993603d010e2aab966.tar.gz
ports-0225b682525223bcc3dfa6993603d010e2aab966.zip
Message interface to Emacs Window, emacs version.
Submitted by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=5014
Diffstat (limited to 'mail/mew')
-rw-r--r--mail/mew/Makefile40
-rw-r--r--mail/mew/pkg-comment1
-rw-r--r--mail/mew/pkg-descr38
3 files changed, 79 insertions, 0 deletions
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 <kiri@kiri.toba-cmt.ac.jp>
+#
+# $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 <bsd.port.mk>
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