Date: Wed, 25 Nov 1998 21:17:45 +0900 (JST) From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8860: Update ports: Mew-1.93 Message-ID: <199811251217.VAA01323@pis.toba-cmt.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 8860 >Category: ports >Synopsis: Update ports: Mew-1.93 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 25 04:10:01 PST 1998 >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Updated the port Mew-1.93. Current modifications are : (1) Include icon-directory to mew-1.93.el for mew-xemacs* ports (2) DIRSECTION changes to "Local Packages:" for mew-xemacs* ports I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew/Makefile mail/mew/Makefile --- /usr/ports/current/mail/mew/Makefile Fri Nov 6 02:31:48 1998 +++ mail/mew/Makefile Wed Nov 25 17:07:13 1998 @@ -9,6 +9,7 @@ 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 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-common/Makefile mail/mew-common/Makefile --- /usr/ports/current/mail/mew-common/Makefile Fri Nov 6 02:31:48 1998 +++ mail/mew-common/Makefile Wed Nov 25 17:07:15 1998 @@ -60,13 +60,11 @@ ${COMMON_PHASE} ${ELISP_PHASE} VERSION= 1.93 -DIRSECTION?= The Emacs editor and associated tools -TMPL_FILES= user-install MESSAGE INSTALL DEINSTALL mew-1.93.el +TMPL_FILES= user-install MESSAGE INSTALL DEINSTALL mew-1.93.el mew-1.93.xemacs.el .if defined(EMACS_NAME) ELISPDIR= ${EMACSDIR}/site-lisp INFODIR= ${EMACSDIR}/info SAMPLEDIR= ${PREFIX}/share/examples/mew/${EMACS_NAME} -SAMPLEBASE= share/examples/mew SAMPLEFILES= Aliases SAMPLEDOTEMACS= dot.emacs.el .else @@ -125,8 +123,7 @@ PLIST_SUB= ELISPDIR=${ELISPDIR:S@^${PREFIX}/@@} \ MEWETCDIR=${EMACSDIR:S@^${PREFIX}/@@}/etc/mew \ MEWINFODIR=${INFODIR:S@^${PREFIX}/@@} \ - MEWSAMPLEDIR=${SAMPLEDIR:S@^${PREFIX}/@@} \ - MEWSAMPLEBASE=${SAMPLEBASE} + MEWSAMPLEDIR=${SAMPLEDIR:S@^${PREFIX}/@@} .if defined(ELISP) do-extract: @@ -181,7 +178,12 @@ @${MKDIR} ${WRKDIR}/files @cd ${FILESDIR}; \ ${CP} MESSAGE INSTALL DEINSTALL ${PKGDIR}; \ - ${CP} mew-1.93.el user-install ${SAMPLEFILES} ${SAMPLEDOTEMACS} ${WRKDIR}/files + ${CP} user-install ${SAMPLEFILES} ${SAMPLEDOTEMACS} ${WRKDIR}/files +.if defined(EMACS_MULE) + @${CP} ${FILESDIR}/mew-1.93.el ${WRKDIR}/files +.elif defined(XEMACS) + @${CP} ${FILESDIR}/mew-1.93.xemacs.el ${WRKDIR}/files/mew-1.93.el +.endif .if !defined(WRKDIR_EXIST) @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURER_COOKIE} .endif diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-common/files/Aliases mail/mew-common/files/Aliases --- /usr/ports/current/mail/mew-common/files/Aliases Fri Nov 6 02:31:48 1998 +++ mail/mew-common/files/Aliases Wed Nov 25 21:02:57 1998 @@ -1,6 +1,5 @@ ; See comments at end of this file ; This file is almost empty as MH now supports personal aliases. -; @(#)$Id: Aliases,v 1.2 1998/11/05 14:31:07 kuriyama Exp $ ;everyone: * diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-common/files/mew-1.93.xemacs.el.tmpl mail/mew-common/files/mew-1.93.xemacs.el.tmpl --- /usr/ports/current/mail/mew-common/files/mew-1.93.xemacs.el.tmpl Thu Jan 1 09:00:00 1970 +++ mail/mew-common/files/mew-1.93.xemacs.el.tmpl Sun Nov 8 19:32:53 1998 @@ -0,0 +1,3 @@ +(setq load-path (cons "%%ELISPDIR%%/mew" load-path)) +(setq mew-icon-directory "%%EMACSDIR%%/etc/mew") +(provide 'mew-1.93) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-common/pkg/PLIST-Emacs mail/mew-common/pkg/PLIST-Emacs --- /usr/ports/current/mail/mew-common/pkg/PLIST-Emacs Thu Nov 5 23:31:08 1998 +++ mail/mew-common/pkg/PLIST-Emacs Thu Sep 17 17:08:38 1998 @@ -79,5 +79,4 @@ %%MEWSAMPLEDIR%%/user-install @dirrm %%MEWSAMPLEDIR%%/dot.emacs @dirrm %%MEWSAMPLEDIR%% -@dirrm %%MEWSAMPLEBASE%% @dirrm %%ELISPDIR%%/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-common/pkg/PLIST-XEmacs mail/mew-common/pkg/PLIST-XEmacs --- /usr/ports/current/mail/mew-common/pkg/PLIST-XEmacs Thu Nov 5 23:31:08 1998 +++ mail/mew-common/pkg/PLIST-XEmacs Thu Sep 17 17:08:48 1998 @@ -114,7 +114,6 @@ %%MEWSAMPLEDIR%%/user-install @dirrm %%MEWSAMPLEDIR%%/dot.emacs @dirrm %%MEWSAMPLEDIR%% -@dirrm %%MEWSAMPLEBASE%% @dirrm %%MEWETCDIR%%/etc @dirrm %%MEWETCDIR%% @dirrm %%ELISPDIR%%/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-emacs20/Makefile mail/mew-emacs20/Makefile --- /usr/ports/current/mail/mew-emacs20/Makefile Fri Nov 6 07:10:45 1998 +++ mail/mew-emacs20/Makefile Wed Nov 25 17:07:16 1998 @@ -9,6 +9,7 @@ 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 -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-mule/Makefile mail/mew-mule/Makefile --- /usr/ports/current/mail/mew-mule/Makefile Fri Nov 6 02:31:54 1998 +++ mail/mew-mule/Makefile Wed Nov 25 17:07:17 1998 @@ -9,6 +9,7 @@ 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 -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/mail/mew-xemacs/Makefile mail/mew-xemacs/Makefile --- /usr/ports/current/mail/mew-xemacs/Makefile Fri Nov 6 02:31:55 1998 +++ mail/mew-xemacs/Makefile Wed Nov 25 17:07:18 1998 @@ -9,6 +9,7 @@ PKGNAME= mew-xemacs-1.93 EMACS_NAME= XEmacs-19.16 +DIRSECTION= Local Packages: DIRENTRY= "* Mew:: Messaging in the Emacs World." INFOFILE= mew.info >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811251217.VAA01323>