Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 1997 20:02:32 +0900 (JST)
From:      Kazuhiko Kiriyama(System administrator) <kiri@kiri.toba-cmt.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/3789: Update port mew-1.70 (mail/mew).
Message-ID:  <199706051102.UAA17692@kiri.toba-cmt.ac.jp>
Resent-Message-ID: <199706051100.EAA07853@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3789
>Category:       ports
>Synopsis:       Update port mew-1.70 (mail/mew).
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun  5 04:00:03 PDT 1997
>Last-Modified:
>Originator:     Kazuhiko Kiriyama
>Organization:
Toba National College of Maritime Technology.
                 Department of Electronic Mechanical Engineering
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:
>Description:

	I've updated the port mew-1.70 (mail/mew).

	Current modifications is

		(1) Change dir installation with install-info.
		(2) Slave to japanese/mew

	Delete and Update files are respecively

	[Delete] :
		files/		(Whole directory)
		files/MH-postproc
		files/aliases		
		files/dot.emacs
		files/dot.mh_profile
		files/md5
		files/scan.form
		files/user-install
		patches/	(Whole directory)
		patches/patch-aa
		patches/patch-ab
		pkg/DEINSTALL
		pkg/INSTALL

	[Update] :
		Makefile
		pkg/DESCR
		pkg/PLIST

	I put the diff from ports-current(mail/mew) in "Fix:".

>How-To-Repeat:
>Fix:
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/Makefile ./Makefile
--- ../../current/ports/mail/mew/Makefile	Sun Mar 16 14:49:19 1997
+++ ./Makefile	Mon Jun  2 17:29:47 1997
@@ -1,44 +1,29 @@
 # New ports collection makefile for: Mew
-# Version required:	1.54
+# Version required:	1.70
 # Date created:		30 December 1996
 # Whom:			Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
 #
-# $Id: Makefile,v 1.4 1997/03/15 11:56:38 asami Exp $
+# $Id: Makefile,v 1.3 1997/01/03 16:52:53 max Exp $
 #
 
-DISTNAME=	mew-1.54
+PKGNAME=	mew-1.70
 CATEGORIES=	mail
-MASTER_SITES=	ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ \
-		ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
-
-MAINTAINER=	kiri@kiri.toba-cmt.ac.jp
+FILESDIR=	${.CURDIR}/../../japanese/mew/files
+PATCHDIR=	${.CURDIR}/../../japanese/mew/patches
 
 BUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs
 RUN_DEPENDS=	emacs:${PORTSDIR}/editors/emacs \
 		mhmail:${PORTSDIR}/mail/mh
 
-RESTRICTED=	"USA ITAR export restrictions (has PGP hooks)"
-
-DOCDIR=		${PREFIX}/share/doc/mew
+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
 
-post-install:
-	@strip ${PREFIX}/bin/mewencode
-.for f in mewencode mew-refile uumerge vscan
-	@chown bin:bin ${PREFIX}/bin/${f}
-	@chmod 555 ${PREFIX}/bin/${f}
-.endfor
-	@${INSTALL_DATA} ${WRKSRC}/info/mew.info* ${PREFIX}/info
-	@${INSTALL_SCRIPT} ${FILESDIR}/MH-postproc ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCDIR}
-	@${INSTALL_DATA} ${WRKSRC}/info/*.texi ${DOCDIR}
-	@${MKDIR} ${SAMPLEDIR}
-.for f in dot.emacs aliases dot.mh_profile scan.form
-	@${INSTALL_DATA}  ${FILESDIR}/${f} ${SAMPLEDIR}
-.endfor
-	@${INSTALL_SCRIPT} ${FILESDIR}/user-install ${SAMPLEDIR}
-.endif
-	@${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.mk>
+.include "${.CURDIR}/../../japanese/mew/Makefile"
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/MH-postproc ./files/MH-postproc
--- ../../current/ports/mail/mew/files/MH-postproc	Wed Dec 18 14:09:26 1996
+++ ./files/MH-postproc	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-while [ $# != 1 ]
-do
-	args="$args $1"
-	shift
-done
-
-/bin/cat $1 >> $HOME/Mail/.mailpost
-/bin/cp $1 $HOME/Mail/lastpost
-args="$args $HOME/Mail/lastpost"
-/usr/local/lib/mh/post $args
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/aliases ./files/aliases
--- ../../current/ports/mail/mew/files/aliases	Wed Dec 18 14:09:26 1996
+++ ./files/aliases	Thu Jan  1 09:00:00 1970
@@ -1,26 +0,0 @@
-; See comments at end of this file
-; This file is almost empty as MH now supports personal aliases.
-; @(#)$Id: aliases,v 1.1.1.1 1996/12/18 05:09:26 asami Exp $
-
-;everyone: *
-
-; Blank lines and lines beginning with a ; are ignored.
-; < file	-> read more aliases from "file"
-; foo: fum      -> simple replacement
-; foo: fum, fie -> list replacement
-; foo: < file   -> list replacement from "file"
-; foo: = group  -> list replacement from UNIX group
-; foo: + group  -> list replacement by ALL users in /etc/passwd
-;		      with gid == group
-; foo: *        -> list replacement by ALL users in /etc/passwd
-;                     with uid >= 200
-; foo*: fum     -> matches foo<string> (including the empty string)
-;
-; using a ';' instead of a ':' indicates that the alias should be displayed
-; along with the addresses used (normally, the addresses replace the alias
-; completely)
-ML-FreeBSD: FreeBSD-users-jp@jp.freebsd.org
-ML-fvwm:    fvwm-users-jp@skylark.ics.es.osaka-u.ac.jp
-ML-SKK:     skk@sato.kuis.kyoto-u.ac.jp
-ML-infotalk:infotalk-request@square.brl.ntt.jp
-ML-skkfep:  skkfep@chanchan.suri.co.jp
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/dot.emacs ./files/dot.emacs
--- ../../current/ports/mail/mew/files/dot.emacs	Sat Jan  4 01:48:41 1997
+++ ./files/dot.emacs	Thu Jan  1 09:00:00 1970
@@ -1,42 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mew ;;;;;;;;;
-;;        Mew (Ver.1.54)                                              ;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(setq mew-mail-domain-list
-	  '("%nameserver%"))
-      
-(cond
- ((and window-system (string-match "^19" emacs-version))
-  (setq hilit-mode-enable-list nil
-		hilit-background-mode  'light
-		hilit-inhibit-hooks    nil
-		hilit-inhibit-rebinding nil)
-  (require 'hilit19)
-  ;;
-  (add-hook 'mew-message-hook
-			'hilit-rehighlight-buffer-quietly)
-  (hilit-set-mode-patterns
-   '(mew-message-mode)
-   '(("^Subject:.*$" nil msg-subject)
-	 ("^From:.*$" nil msg-from)
-	 ("^X-.*:.*$" nil msg-quote)
-	 ("^>.*$" nil msg-quote)
-	 ("^[A-Za-z][A-Za-z0-9-]+:" nil msg-header)))
-  ;;
-  (add-hook 'mew-draft-mode-hook
-			'hilit-rehighlight-buffer-quietly)
-  (hilit-set-mode-patterns
-   '(mew-draft-mode)
-   '(("^Subject:.*$" nil msg-subject)
-	 ("^From:.*$" nil msg-from)
-	 ("^X-.*:.*$" nil msg-quote)
-	 ("^>.*$" nil msg-quote)
-	 ("^[A-Za-z][A-Za-z0-9-]+:" nil msg-header)))
-  )
-)
-(setq mew-cite-fields '("Message-ID:" "From:"))
-(setq mew-cite-format "In %s \n%s writes :\n\n")
-(setq mew-signature-insert-last t)
-(add-hook 'mew-send-hook 'mew-draft-insert-signature)
-
-;;                                                       Mew end
-
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/dot.mh_profile ./files/dot.mh_profile
--- ../../current/ports/mail/mew/files/dot.mh_profile	Sat Jan  4 01:48:43 1997
+++ ./files/dot.mh_profile	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
-Path:           Mail
-postproc:       MH-postproc
-Draft-Folder:   drafts
-rmmprocc:       /usr/local/bin/rmm
-Msg-Protect:    600
-Folder-Protect: 700
-Draft-Protect:  600
-automhnproc:    mhn
-Aliasfile:      aliases
-Signature:      %signature%
-show:           -showproc mhl
-inc:            -form scan.form
-scan:           -form scan.form
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/md5 ./files/md5
--- ../../current/ports/mail/mew/files/md5	Wed Dec 18 14:09:26 1996
+++ ./files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (mew-1.54.tar.gz) = 30176845076fe96a4bc5b7b253f126f0
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/scan.form ./files/scan.form
--- ../../current/ports/mail/mew/files/scan.form	Wed Dec 18 14:09:26 1996
+++ ./files/scan.form	Thu Jan  1 09:00:00 1970
@@ -1,4 +0,0 @@
-%4(msg)%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\
-%02(mon{date})/%02(mday{date})%<{date} %|*%>\
-%<(mymbox{from})%<{to}To:%14(friendly{to})%>%>%<(zero)%17(friendly{from})%>\
-%{subject}%<{body}<<%{body}>>%>
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/files/user-install ./files/user-install
--- ../../current/ports/mail/mew/files/user-install	Sat Jan  4 01:48:44 1997
+++ ./files/user-install	Thu Jan  1 09:00:00 1970
@@ -1,107 +0,0 @@
-#!/bin/sh
-
-PREFIX=/usr/local
-DIALOG=/usr/bin/dialog
-SAMPLEDIR=${PREFIX}/share/examples/mew
-
-case ${TERM} in
-emacs)
-	echo "Here is \"Emacs\" shell. Try on other terminal."
-	exit 1
-	;;
-esac
-
-MainMenu="This is a Set up Menu for specifying the User mail environment \n\
-correctly. You must at least name server IP address and your \n\
-signature. \n\
-Please specify these issues by selecting followng items."
-
-NameserverMenu="Specify your Name server IP address you refer."
-
-SignatureMenu="Specify your Signature Mew add when posting"
-
-nameserver=""
-signature=""
-
-answer=None
-while [ ! X"${answer}" = "XQuit" ]; do
-	${DIALOG} --title "Mew Set up User Environment" \
-	--hline "Select Set up Items" \
-	--hfile printer_cfg.hlp \
-	--menu "${MainMenu}" -1 -1 3 \
-	Nameserver	"Set the Name server IP address you refer" \
-	Signature	"Set your Signature Mew adds at posting" \
-	Quit		"Quit this menu" \
-		2>	/tmp/menu.tmp.$$
-	retval=$?
-	answer=`cat /tmp/menu.tmp.$$`
-	rm -f /tmp/menu.tmp.$$
-	case $retval in
-		0)	if [ -z ${answer} ]; then
-				echo "Nothing selected"
-				exit 1
-			fi
-			;;
-		1)	echo "Cancel pressed."
-			exit 1
-			;;
-	esac
-	case ${answer} in
-	Nameserver)
-		if [ ! -z "${nameserver}" ]; then
-			${DIALOG} --title "Confirm Name server" \
-			--hline "Press Yes/No" \
-			--hfile printer_cfg.hlp \
-			--yesno "Your Name server has set \"${nameserver}\". Is this OK?" -1 -1
-			retval=$?
-			if [ X"${retval}" = "X0" ]; then  continue; fi
-		fi
-		${DIALOG} --title "Enter your Name server IP address" \
-		--hline "Write your name server" \
-		--hfile printer_cfg.hlp \
-		--inputbox "${NameserverMenu}" -1 -1 \
-			 2>	/tmp/input.tmp.$$
-		nameserver=`cat /tmp/input.tmp.$$`
-		rm -f /tmp/input.tmp.$$
-		;;
-	Signature)
-		if [ ! -z "${signature}" ]; then
-			${DIALOG} --title "Confirm your Signature" \
-			--hline "Press Yes/No" \
-			--hfile printer_cfg.hlp \
-			--yesno "Your Signature has set \"${signature}\". Is this OK?" -1 -1
-			retval=$?
-			if [ X"${retval}" = "X0" ]; then  continue; fi
-		fi
-		${DIALOG} --title "Set Your Signature" \
-		--hline "Write your Signature" \
-		--hfile printer_cfg.hlp \
-		--inputbox "${SignatureMenu}" -1 -1 \
-			 2>	/tmp/input.tmp.$$
-		signature=`cat /tmp/input.tmp.$$`
-		rm -f /tmp/input.tmp.$$
-		;;
-	esac
-done
-
-if [ ! -d ${HOME}/Mail ]; then	${PREFIX}/bin/inc; fi
-if [ ! -d ${HOME}/Mail/drafts ]; then  mkdir -p ${HOME}/Mail/drafts; fi
-
-cp ${HOME}/.emacs ${HOME}/.emacs.org.$$
-sed -e '/^;;* Mew ;*$/,/^;; *Mew end$/d' < ${HOME}/.emacs.org.$$ \
-		> ${HOME}/.emacs
-sed -e "s/%nameserver%/${nameserver}/g" < ${SAMPLEDIR}/dot.emacs > /tmp/.emacs.$$
-cat /tmp/.emacs.$$ >> ${HOME}/.emacs
-rm -f /tmp/.emacs.$$
-
-if [ -f ${HOME}/.mh_profile ]; then
-	mv ${HOME}/.mh_profile ${HOME}/.mh_profile.org.$$
-fi
-sed -e "s/%signature%/${signature}/g" < ${SAMPLEDIR}/dot.mh_profile \
-		> ${HOME}/.mh_profile
-
-if [ -f ${HOME}/Mail/scan.form ]; then
-	mv ${HOME}/Mail/scan.form ${HOME}/Mail/scan.form.org.$$
-fi
-cp ${SAMPLEDIR}/scan.form ${HOME}/Mail/scan.form
-
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/patches/patch-aa ./patches/patch-aa
--- ../../current/ports/mail/mew/patches/patch-aa	Sat Jan  4 01:46:25 1997
+++ ./patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,49 +0,0 @@
---- Makefile.orig	Tue Nov 26 01:34:44 1996
-+++ Makefile	Sun Dec 29 04:11:55 1996
-@@ -15,21 +15,21 @@
- 
- CC = gcc
- CFLAGS = -O
--BINDIR = /usr/local/bin
--MAKEFLAGS = CFLAGS="$(CFLAGS)" CC=$(CC)
-+PREFIX?= /usr/local
-+BINDIR = ${PREFIX}/bin
- 
- ##
- ## for byte-compile
- ##
- 
--#EMACS = emacs
-+EMACS = emacs
- #EMACS = xemacs
--EMACS = mule
-+#EMACS = mule
- #EMACS = mule2
- #EMACS = mule19
- 
- #ELISPDIR = /usr/local/share/emacs/site-lisp
--ELISPDIR = /usr/local/lib/$(EMACS)/site-lisp
-+ELISPDIR = ${PREFIX}/share/$(EMACS)/site-lisp/mew
- #ELISPDIR = /usr/local/lib/emacs
- 
- 
-@@ -46,7 +46,7 @@
- 	$(EMACS) -batch -l ./$(LDPATH) -l ./mew.el -f batch-byte-compile $<
- 
- all: $(TARGETS) $(MEW)
--	cd $(BIN); $(MAKE) $(MAKEFLAGS)
-+	cd $(BIN); $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)"
- 
- $(TARGETS): $(LDPATH) mew.el
- 
-@@ -57,8 +57,9 @@
- 	$(EMACS) -batch -l ./$(LDPATH) -l ./mew-attach.el -f batch-byte-compile mew.el
- 
- install: $(TARGETS) $(MEW)
-+	if [ ! -d $(ELISPDIR) ]; then  mkdir -p $(ELISPDIR); else true; fi ; 
- 	cp $(MEW) $(TARGETS) $(ELISPDIR)
--	cd $(BIN); $(MAKE) $(MAKEFLAGS)
-+	cd $(BIN); $(MAKE) install CFLAGS="$(CFLAGS)" CC="$(CC)" BINDIR="$(BINDIR)"
- 
- clean:
- 	$(RM) $(MEW) $(TARGETS) $(LDPATH)
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/patches/patch-ab ./patches/patch-ab
--- ../../current/ports/mail/mew/patches/patch-ab	Sat Jan  4 01:50:45 1997
+++ ./patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,23 +0,0 @@
---- bin/Makefile.orig	Tue Nov 26 01:34:52 1996
-+++ bin/Makefile	Fri Jan  3 23:45:19 1997
-@@ -7,7 +7,8 @@
- CNF = config.status config.cache config.log
- RM = rm -f
- 
--BINDIR = /usr/local/bin
-+PREFIX?= /usr/local
-+BINDIR = ${PREFIX}/bin
- 
- #CFLAGS = -g
- 
-@@ -17,8 +18,8 @@
- 	$(CC) -o $@ $(OBJ)
- 	$(RM) $(AL1)
- 	$(RM) $(AL2)
--	ln $(PRG) $(AL1)
--	ln $(PRG) $(AL2)
-+	ln -fs $(PRG) $(AL1)
-+	ln -fs $(PRG) $(AL2)
- 
- $(OTH) :
- 	./configure
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/pkg/DEINSTALL ./pkg/DEINSTALL
--- ../../current/ports/mail/mew/pkg/DEINSTALL	Sat Jan  4 01:48:47 1997
+++ ./pkg/DEINSTALL	Thu Jan  1 09:00:00 1970
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-infodir=${PKG_PREFIX}/info
-elispdir=${PKG_PREFIX}/share/emacs/site-lisp
-
-OptionStart=";;; Mew configuration options"
-OptionEnd=";;; End of Mew configuration options"
-
-if [ "X$2" = X"DEINSTALL" ]; then
-	a=`grep Mew ${infodir}/dir`
-	if  [ "${a}" ]; then 
-		echo "Deleting \"Mew\" entry from ${infodir}/dir"
-		grep -v "^\* Mew:" ${infodir}/dir > ${infodir}/dir.bak
-		mv ${infodir}/dir.bak ${infodir}/dir
-	fi
-	a=`grep "^${OptionStart}"  ${elispdir}/site-start.el`
-	if  [ "${a}" ]; then 
-		echo "Deleting \"Mew\" entry from ${elispdir}/site-start.el"
-		sed -e "/^${OptionStart}/,/^${OptionEnd}/d" \
-			${elispdir}/site-start.el > ${elispdir}/site-start.el.bak
-		mv ${elispdir}/site-start.el.bak ${elispdir}/site-start.el
-	fi
-else
-	exit 0
-fi
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/pkg/DESCR ./pkg/DESCR
--- ../../current/ports/mail/mew/pkg/DESCR	Sat Jan  4 01:48:49 1997
+++ ./pkg/DESCR	Mon May  5 15:09:13 1997
@@ -1,4 +1,4 @@
-Mew (1.54) is a "Message interface to Emacs Window" to integrate
+Mew is a "Message interface to Emacs Window" to integrate
 
    - electronic mail
    - NetNews
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/pkg/INSTALL ./pkg/INSTALL
--- ../../current/ports/mail/mew/pkg/INSTALL	Sat Jan  4 01:48:50 1997
+++ ./pkg/INSTALL	Thu Jan  1 09:00:00 1970
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-infodir=${PKG_PREFIX}/info
-elispdir=${PKG_PREFIX}/share/emacs/site-lisp
-
-OptionStart=";;; Mew configuration options"
-OptionEnd=";;; End of Mew configuration options"
-
-if [ "X$2" = X"POST-INSTALL" ]; then
-	a=`grep Mew ${infodir}/dir`
-	if  [ "${a}" ]; then 
-		grep -v "^\* Mew:" ${infodir}/dir > ${infodir}/dir.bak
-		mv ${infodir}/dir.bak ${infodir}/dir
-	fi
-	echo "Adding \"Mew\" to ${infodir}/dir"
-	echo '* Mew: (mew.info).	Message interface to Emacs Window.' \
-			>> ${infodir}/dir 
-	a=`grep "^${OptionStart}"  ${elispdir}/site-start.el`
-	if  [ "${a}" ]; then 
-		sed -e "/^${OptionStart}/,/^${OptionEnd}/d" \
-			${elispdir}/site-start.el > ${elispdir}/site-start.el.bak
-		mv ${elispdir}/site-start.el.bak ${elispdir}/site-start.el
-	fi
-	echo "Adding \"Mew\" entry to ${elispdir}/site-start.el"
-	echo "${OptionStart}" >> ${elispdir}/site-start.el
-	echo "(setq load-path (cons \"${elispdir}/mew\" load-path))" \
-					>> ${elispdir}/site-start.el
-	echo "(setq mew-init-hook"	>> ${elispdir}/site-start.el
-	echo "	(function"		>> ${elispdir}/site-start.el
-	echo "	(lambda ()"		>> ${elispdir}/site-start.el
-	echo "	(setq kill-emacs-hook"	>> ${elispdir}/site-start.el
-	echo "		(function mew-mark-process-all-folders)))))" \
-					>> ${elispdir}/site-start.el
-	echo "(autoload 'mew \"mew\" nil t)" \
-					>> ${elispdir}/site-start.el
-	echo "(autoload 'mew-send \"mew\" nil t)" \
-					>> ${elispdir}/site-start.el
-	echo "${OptionEnd}" \
-					>> ${elispdir}/site-start.el
-	exit 0
-else
-	exit 0
-fi
-
diff -urN --exclude=CVS --exclude=*.orig ../../current/ports/mail/mew/pkg/PLIST ./pkg/PLIST
--- ../../current/ports/mail/mew/pkg/PLIST	Sat Jan  4 01:48:51 1997
+++ ./pkg/PLIST	Mon May  5 16:23:45 1997
@@ -1,22 +1,25 @@
 bin/MH-postproc
 bin/mew-refile
 bin/mewencode
-@exec ln -sf %B/mewencode %B/mewdecode; ln -sf %B/mewencode %B/mewcat
-@unexec rm -f %B/mewdecode; rm -f %B/mewcat
+bin/mewdecode
+bin/mewcat
 bin/uumerge
 bin/vscan
 info/mew.info
 info/mew.info-1
 info/mew.info-2
-info/mew.info-3
-share/doc/mew/mew.texi
-share/examples/mew/dot.emacs
-share/examples/mew/dot.mh_profile
-share/examples/mew/aliases
-share/examples/mew/scan.form
-share/examples/mew/user-install
+info/mew.jis.info
+info/mew.jis.info-1
+info/mew.jis.info-2
+info/mew.jis.info-3
+share/emacs/site-lisp/mew/mew-mule0.el
+share/emacs/site-lisp/mew/mew-cache.elc
+share/emacs/site-lisp/mew/mew-env.elc
+share/emacs/site-lisp/mew/mew-func.elc
+share/emacs/site-lisp/mew/mew-mark.elc
+share/emacs/site-lisp/mew/mew-mime.elc
+share/emacs/site-lisp/mew/mew-minibuf.elc
 share/emacs/site-lisp/mew/mew-attach.elc
-share/emacs/site-lisp/mew/mew-charset.elc
 share/emacs/site-lisp/mew/mew-decode.elc
 share/emacs/site-lisp/mew/mew-demo.elc
 share/emacs/site-lisp/mew/mew-draft.elc
@@ -33,3 +36,13 @@
 share/emacs/site-lisp/mew/mew-syntax.elc
 share/emacs/site-lisp/mew/mew-virtual.elc
 share/emacs/site-lisp/mew/mew.elc
+share/doc/mew/mew.texi
+share/doc/mew/mew.jis.texi
+share/examples/mew/dot.emacs
+share/examples/mew/dot.mh_profile
+share/examples/mew/aliases
+share/examples/mew/scan.form
+share/examples/mew/user-install
+@dirrm share/emacs/site-lisp/mew
+@dirrm share/doc/mew
+@dirrm share/examples/mew
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706051102.UAA17692>