mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
347105a5de
commit
5ee09ce6ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9032
3 changed files with 10 additions and 30 deletions
|
@ -1,29 +1,13 @@
|
||||||
# New ports collection makefile for: Mew
|
# New ports collection makefile for: Mew for Emacs
|
||||||
# Version required: 1.70
|
# Version required: 1.92.4
|
||||||
# Date created: 30 December 1996
|
# Date created: 30 December 1996
|
||||||
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
# 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
|
PKGNAME= mew-1.92.4
|
||||||
CATEGORIES= mail
|
|
||||||
FILESDIR= ${.CURDIR}/../../japanese/mew/files
|
|
||||||
PATCHDIR= ${.CURDIR}/../../japanese/mew/patches
|
|
||||||
|
|
||||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
EMACS= yes
|
||||||
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
|
|
||||||
mhmail:${PORTSDIR}/mail/mh
|
|
||||||
|
|
||||||
EMACSCMD= emacs
|
.include "${.CURDIR}/../../mail/mew-common/Makefile"
|
||||||
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"
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Message interface to Emacs Window
|
Message interface to Emacs Window(for emacs)
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
Mew is a "Message interface to Emacs Window" to integrate
|
Mew is a "Message interface to Emacs Window" to integrate
|
||||||
|
|
||||||
- electronic mail
|
- Email
|
||||||
- NetNews
|
- NetNews
|
||||||
- MIME(Multipurpose Internet Mail Extensions)
|
- MIME(Multipurpose Internet Mail Extensions)
|
||||||
- PEM(Privacy Enhanced Mail)
|
|
||||||
- PGP(Pretty Good Privacy)
|
- PGP(Pretty Good Privacy)
|
||||||
|
|
||||||
and to make it easy to view and compose them. With Mew you can send a
|
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:
|
You must be setting your own environment:
|
||||||
|
|
||||||
1st - Do "inc" in your home directory
|
1st - Set up "~/.im/Config" correctly (execute imsetup)
|
||||||
2nd - Set up "~/.mh_profile" correctry
|
2nd - Set up "~/.emacs" correctly
|
||||||
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" ).
|
(See info by C-h i and selecting "Mew", "Install" and "User" ).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue