Upgrade to v1.93

Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR:		ports/8233 (part of)
This commit is contained in:
Jun Kuriyama 1998-11-05 14:32:54 +00:00
parent 2dbb7706c7
commit 617d85793c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14361
6 changed files with 33 additions and 78 deletions

View file

@ -1,29 +1,17 @@
# New ports collection makefile for: Mew (for mule)
# Version required: 1.92.4
# Date created: 21 November 1997
# Version required: 1.93
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/12/08 22:08:36 max Exp $
# $Id: Makefile,v 1.4 1998/10/08 12:26:42 kiri Exp $
#
PKGNAME?= mew-mule-1.92.4
PKGNAME= mew-mule-1.93
LANGUAGE?=
MULE= yes
DIRENTRY= "* Mew: (mew): Messaging in the Emacs World (English)."
INFOFILE= mew.info
.if (${LANGUAGE} == "Chinese")
.endif
.if (${LANGUAGE} == "Japanese")
DIRENTRY+= "* Mew.jis: (mew.jis): Messaging in the Emacs World (Japanese)."
INFOFILE+= mew.jis.info
.endif
.if (${LANGUAGE} == "Korean")
.endif
.if (${LANGUAGE} == "Russian")
.endif
.if (${LANGUAGE} == "Vietnamese")
.endif
EMACS_NAME= Mule-2.3
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World (English)." \
"* Mew.jis: (mew.jis). Messaging in the Emacs World (Japanese)."
INFOFILE= mew.info \
mew.jis.info
.include "${.CURDIR}/../../mail/mew-common/Makefile"

View file

@ -11,11 +11,11 @@ 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/lib/mule/site-lisp/mew
Info path - ${PREFIX}/share/mule/19.28/site-lisp/mew
load path - ${PREFIX}/share/mule/19.28/info
You must be installed individual language Mule-depend Mew(chinese/mew,
japanese/mew, korean/mew, etc) after mew-mule installed.
Before build this port, You must be prepared Mew-common-port
(mail/mew-common).
- Kiriyama Kazuhiko
kiri@kiri.toba-cmt.ac.jp

View file

@ -1,34 +1,15 @@
# New ports collection makefile for: Mew (for xemacs)
# Version required: 1.92.4
# Version required: 1.93
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id$
# $Id: Makefile,v 1.3 1998/10/08 12:26:44 kiri Exp $
#
PKGNAME?= mew-xemacs-1.92.4
PKGNAME= mew-xemacs-1.93
LANGUAGE?=
XEMACS= yes
DIRENTRY= "* Mew:: Messaging in the Emacs World (English)."
EMACS_NAME= XEmacs-19.16
DIRENTRY= "* Mew:: Messaging in the Emacs World."
INFOFILE= mew.info
.if (${LANGUAGE} == "Chinese")
.endif
.if (${LANGUAGE} == "Japanese")
DIRENTRY+= "* Mew.jis:: Messaging in the Emacs World (Japanese)."
INFOFILE+= mew.jis.info
.endif
.if (${LANGUAGE} == "Korean")
.endif
.if (${LANGUAGE} == "Russian")
.endif
.if (${LANGUAGE} == "Vietnamese")
.endif
post-install::
.for f in mew.info mew.info-1 mew.info-2 mew.info-3
@ln -sf ${PREFIX}/info/${f} ${INFODIR}/${f}
.endfor
.include "${.CURDIR}/../../mail/mew-common/Makefile"

View file

@ -11,11 +11,11 @@ friend, which is encrypted by strong cryptograph.
Info path and elisp load path would be set as follows :
Info path - /usr/local/lib/xemacs-20.3/info
load path - /usr/local/lib/xemacs/site-lisp/mew
Info path - ${PREFIX}/lib/xemacs-19.16/site-lisp/mew
load path - ${PREFIX}/lib/xemacs-19.16/info
You must be installed individual language Mule-depend Mew(chinese/mew,
japanese/mew, korean/mew, etc) after mew-mule installed.
Before build this port, You must be prepared Mew-common-port
(mail/mew-common).
- Kiriyama Kazuhiko
kiri@kiri.toba-cmt.ac.jp

View file

@ -1,16 +1,15 @@
# New ports collection makefile for: Mew for Emacs
# Version required: 1.92.4
# Date created: 30 December 1996
# New ports collection makefile for: Mew (for emacs)
# Version required: 1.93
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.6 1997/12/08 22:13:38 max Exp $
# $Id: Makefile,v 1.3 1998/10/08 12:26:38 kiri Exp $
#
PKGNAME= mew-1.92.4
PKGNAME= mew-emacs-1.93
EMACS= yes
DIRENTRY= "* Mew: (mew): Messaging in the Emacs World."
EMACS_NAME= Emacs-19.34b
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World."
INFOFILE= mew.info
.include "${.CURDIR}/../../mail/mew-common/Makefile"

View file

@ -11,24 +11,11 @@ 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
Info path - ${PREFIX}/share/emacs/19.34/site-lisp/mew
load path - ${PREFIX}/share/emacs/19.34/info
You must be setting your own environment:
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" ).
Sample files for those above are in /usr/local/share/examples/mew.
Most easy going way to install user environment is to execute
/usr/local/share/examples/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
greeting messages and little while later ready to use. Enjoy!
Before build this port, You must be prepared Mew-common-port
(mail/mew-common).
- Kiriyama Kazuhiko
kiri@kiri.toba-cmt.ac.jp