summaryrefslogtreecommitdiff
path: root/mail/mew-emacs20
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-11-05 22:10:45 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-11-05 22:10:45 +0000
commit8f7a4e3c13e0847e50fb19670ed722cec3c8e82d (patch)
treeb1e71e3be55c3920de59ff7e4178aaa88148d8f8 /mail/mew-emacs20
parentUpgrade to v1.93 (diff)
Message interface to Emacs Window(for emacs20)
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
Notes
Notes: svn path=/head/; revision=14363
Diffstat (limited to 'mail/mew-emacs20')
-rw-r--r--mail/mew-emacs20/Makefile15
-rw-r--r--mail/mew-emacs20/pkg-comment1
-rw-r--r--mail/mew-emacs20/pkg-descr21
3 files changed, 37 insertions, 0 deletions
diff --git a/mail/mew-emacs20/Makefile b/mail/mew-emacs20/Makefile
new file mode 100644
index 000000000000..c74d442f271a
--- /dev/null
+++ b/mail/mew-emacs20/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: Mew (for emacs20)
+# Version required: 1.93
+# Date created: 17 January 1998
+# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+PKGNAME= mew-emacs20-1.93
+
+EMACS_NAME= Emacs-20.3
+DIRENTRY= "* Mew: (mew). Messaging in the Emacs World."
+INFOFILE= mew.info
+
+.include "${.CURDIR}/../../mail/mew-common/Makefile"
diff --git a/mail/mew-emacs20/pkg-comment b/mail/mew-emacs20/pkg-comment
new file mode 100644
index 000000000000..b71587608dd1
--- /dev/null
+++ b/mail/mew-emacs20/pkg-comment
@@ -0,0 +1 @@
+Message interface to Emacs Window(for emacs20)
diff --git a/mail/mew-emacs20/pkg-descr b/mail/mew-emacs20/pkg-descr
new file mode 100644
index 000000000000..020291a284af
--- /dev/null
+++ b/mail/mew-emacs20/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 - ${PREFIX}/share/emacs/20.3/site-lisp/mew
+ load path - ${PREFIX}/share/emacs/20.3/info
+
+Before build this port, You must be prepared Mew-common-port
+(mail/mew-common).
+
+- Kiriyama Kazuhiko
+kiri@kiri.toba-cmt.ac.jp