diff options
author | steve <steve@FreeBSD.org> | 1999-01-02 20:03:25 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-02 20:03:25 +0000 |
commit | 263d3723e474039ea865adafe9f1f22b65e79428 (patch) | |
tree | 506acaad66ef957160a0ce509970c8bbb442eb10 | |
parent | 1c941f8a7fc254b1984f965635371a993416bfa6 (diff) | |
download | FreeBSD-ports-263d3723e474039ea865adafe9f1f22b65e79428.zip FreeBSD-ports-263d3723e474039ea865adafe9f1f22b65e79428.tar.gz |
Update to mew version 1.93.
PR: 8860
Submitted by: maintainer
-rw-r--r-- | mail/mew-emacs20/Makefile | 3 | ||||
-rw-r--r-- | mail/mew-mule/Makefile | 3 | ||||
-rw-r--r-- | mail/mew-xemacs/Makefile | 3 | ||||
-rw-r--r-- | mail/mew-xemacs21-mule/pkg-message | 11 | ||||
-rw-r--r-- | mail/mew/Makefile | 3 |
5 files changed, 8 insertions, 15 deletions
diff --git a/mail/mew-emacs20/Makefile b/mail/mew-emacs20/Makefile index 1e8fc09a..4e947de 100644 --- a/mail/mew-emacs20/Makefile +++ b/mail/mew-emacs20/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/11/05 22:10:45 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/12/01 03:06:32 asami Exp $ # PKGNAME= mew-emacs20-1.93 EMACS_NAME= Emacs-20.3 +DIRSECTION= The Emacs editor and associated tools DIRENTRY= "* Mew: (mew). Messaging in the Emacs World." INFOFILE= mew.info diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile index 6e8e2f0..2920a50 100644 --- a/mail/mew-mule/Makefile +++ b/mail/mew-mule/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.3 1998/11/05 14:32:15 kuriyama Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:32 asami Exp $ # PKGNAME= mew-mule-1.93 EMACS_NAME= Mule-2.3 +DIRSECTION= The Emacs editor and associated tools DIRENTRY= "* Mew: (mew). Messaging in the Emacs World (English)." \ "* Mew.jis: (mew.jis). Messaging in the Emacs World (Japanese)." INFOFILE= mew.info \ diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile index de4abd5..714ef54 100644 --- a/mail/mew-xemacs/Makefile +++ b/mail/mew-xemacs/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.2 1998/11/05 14:32:54 kuriyama Exp $ +# $Id: Makefile,v 1.3 1998/12/01 03:06:33 asami Exp $ # PKGNAME= mew-xemacs-1.93 EMACS_NAME= XEmacs-19.16 +DIRSECTION= Local Packages: DIRENTRY= "* Mew:: Messaging in the Emacs World." INFOFILE= mew.info diff --git a/mail/mew-xemacs21-mule/pkg-message b/mail/mew-xemacs21-mule/pkg-message index 330640a..e69de29 100644 --- a/mail/mew-xemacs21-mule/pkg-message +++ b/mail/mew-xemacs21-mule/pkg-message @@ -1,11 +0,0 @@ -************************************************************************* -* 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". * -************************************************************************* diff --git a/mail/mew/Makefile b/mail/mew/Makefile index a4220b4..4ebf3d6 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.8 1998/11/05 14:31:57 kuriyama Exp $ +# $Id: Makefile,v 1.9 1998/12/01 03:06:31 asami Exp $ # PKGNAME= mew-emacs-1.93 EMACS_NAME= Emacs-19.34b +DIRSECTION= The Emacs editor and associated tools DIRENTRY= "* Mew: (mew). Messaging in the Emacs World." INFOFILE= mew.info |