summaryrefslogtreecommitdiff
path: root/mail/mew-xemacs21-mule
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-11-05 22:11:54 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-11-05 22:11:54 +0000
commitadfd424e0ddc02887319f6cadb5017bb103ffd14 (patch)
treeece2552a3b286da93c95951a519021b7f7f58f81 /mail/mew-xemacs21-mule
parentMessage interface to Emacs Window(for emacs20) (diff)
Message interface to Emacs Window(for xemacs-mule)
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of)
Notes
Notes: svn path=/head/; revision=14364
Diffstat (limited to 'mail/mew-xemacs21-mule')
-rw-r--r--mail/mew-xemacs21-mule/Makefile18
-rw-r--r--mail/mew-xemacs21-mule/pkg-comment1
-rw-r--r--mail/mew-xemacs21-mule/pkg-descr21
-rw-r--r--mail/mew-xemacs21-mule/pkg-message11
4 files changed, 51 insertions, 0 deletions
diff --git a/mail/mew-xemacs21-mule/Makefile b/mail/mew-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..4aaa4d8c353d
--- /dev/null
+++ b/mail/mew-xemacs21-mule/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Mew (for xemacs-mule)
+# Version required: 1.93
+# Date created: 17 January 1998
+# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+PKGNAME= mew-xemacs-mule-1.93
+
+EMACS_NAME= XEmacs-Mule-20.4
+DIRSECTION= Local Packages:
+DIRENTRY= "* Mew:: Messaging in the Emacs World (English)." \
+ "* Mew.jis:: Messaging in the Emacs World (Japanese)."
+INFOFILE= mew.info \
+ mew.jis.info
+
+.include "${.CURDIR}/../../mail/mew-common/Makefile"
diff --git a/mail/mew-xemacs21-mule/pkg-comment b/mail/mew-xemacs21-mule/pkg-comment
new file mode 100644
index 000000000000..2c4ec40fc475
--- /dev/null
+++ b/mail/mew-xemacs21-mule/pkg-comment
@@ -0,0 +1 @@
+Message interface to Emacs Window(for xemacs-mule)
diff --git a/mail/mew-xemacs21-mule/pkg-descr b/mail/mew-xemacs21-mule/pkg-descr
new file mode 100644
index 000000000000..e7a3186b101b
--- /dev/null
+++ b/mail/mew-xemacs21-mule/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}/lib/xemacs-mule-20.4/info
+ load path - ${PREFIX}/lib/xemacs-mule-20.4/site-lisp/mew
+
+Before build this port, You must be prepared Mew-common-port
+(mail/mew-common).
+
+- Kiriyama Kazuhiko
+kiri@kiri.toba-cmt.ac.jp
diff --git a/mail/mew-xemacs21-mule/pkg-message b/mail/mew-xemacs21-mule/pkg-message
new file mode 100644
index 000000000000..330640a38829
--- /dev/null
+++ b/mail/mew-xemacs21-mule/pkg-message
@@ -0,0 +1,11 @@
+*************************************************************************
+* You must set at least following elisp to your own dot.emacs file: *
+* *
+* (require 'mew-1.93) *
+* (autoload 'mew "mew" nil t) *
+* (autoload 'mew-send "mew" nil t) *
+* (setq mew-mail-domain-list '("Name_Server_Domain_Name")) *
+* *
+* Most easy way for setting dot.emacs is to use "user-install" script *
+* in "/usr/local/share/examples/mew/XEmacs-Mule-20.4". *
+*************************************************************************