summaryrefslogtreecommitdiff
path: root/mail/mew
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-12-08 22:13:47 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-12-08 22:13:47 +0000
commit5ee09ce6ff84cf5d6958eb81e6f78e29246be14d (patch)
tree0971921963266738fa6521bccef4552f1940717c /mail/mew
parentNew port, mew-mule: (diff)
Upgrade, 1.70 -> 1.92.4.
Also, please note that the mechanism to build and install Mew has been changed. This port (mail/mew) now installs things needed by those who use Mew with Emacs. PR: 5166 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=9032
Diffstat (limited to 'mail/mew')
-rw-r--r--mail/mew/Makefile28
-rw-r--r--mail/mew/pkg-comment2
-rw-r--r--mail/mew/pkg-descr10
3 files changed, 10 insertions, 30 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index 623c91ce9176..7fcd3d528baa 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -1,29 +1,13 @@
-# New ports collection makefile for: Mew
-# Version required: 1.70
+# New ports collection makefile for: Mew for Emacs
+# Version required: 1.92.4
# Date created: 30 December 1996
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
-# $Id: Makefile,v 1.3 1997/01/03 16:52:53 max Exp $
+# $Id: Makefile,v 1.5 1997/06/10 10:10:20 asami Exp $
#
-PKGNAME= mew-1.70
-CATEGORIES= mail
-FILESDIR= ${.CURDIR}/../../japanese/mew/files
-PATCHDIR= ${.CURDIR}/../../japanese/mew/patches
+PKGNAME= mew-1.92.4
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
-RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
- mhmail:${PORTSDIR}/mail/mh
+EMACS= yes
-EMACSCMD= emacs
-EMACSEL= mew-mule0.el
-PORTSDOCDIR= ${PREFIX}/share/doc/mew
-SAMPLEDIR= ${PREFIX}/share/examples/mew
-ELISPDIR= ${PREFIX}/share/emacs/site-lisp
-INFOFILE= mew.info
-MHPOSTPROC= MH-postproc
-SCANFORM= scan.form
-DOTEMACS= dot.emacs
-DOTMHPROFILE= dot.mh_profile
-
-.include "${.CURDIR}/../../japanese/mew/Makefile"
+.include "${.CURDIR}/../../mail/mew-common/Makefile"
diff --git a/mail/mew/pkg-comment b/mail/mew/pkg-comment
index 9d32cbf36953..179d602ccb13 100644
--- a/mail/mew/pkg-comment
+++ b/mail/mew/pkg-comment
@@ -1 +1 @@
-Message interface to Emacs Window
+Message interface to Emacs Window(for emacs)
diff --git a/mail/mew/pkg-descr b/mail/mew/pkg-descr
index 736ec92fc7e9..42dda7312301 100644
--- a/mail/mew/pkg-descr
+++ b/mail/mew/pkg-descr
@@ -1,9 +1,8 @@
Mew is a "Message interface to Emacs Window" to integrate
- - electronic mail
+ - Email
- 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
@@ -17,11 +16,8 @@ Info path and elisp load path would be set as follows :
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
+ 1st - Set up "~/.im/Config" correctly (execute imsetup)
+ 2nd - Set up "~/.emacs" correctly
(See info by C-h i and selecting "Mew", "Install" and "User" ).