From owner-freebsd-ports Wed Dec 20 01:38:41 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA09555 for ports-outgoing; Wed, 20 Dec 1995 01:38:41 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA09550 for ; Wed, 20 Dec 1995 01:38:38 -0800 (PST) Received: from wiley.muc.ditec.de (wiley.muc.ditec.de [194.120.126.9]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id BAA15149 for ; Wed, 20 Dec 1995 01:38:28 -0800 Received: from vector.enet (slip139-92-42-179.emea.ibm.net [139.92.42.179]) by wiley.muc.ditec.de (8.6.12/8.6.9) with ESMTP id KAA02238; Wed, 20 Dec 1995 10:34:33 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.enet (8.6.12/8.6.9) with SMTP id BAA14703; Wed, 20 Dec 1995 01:02:05 +0100 Message-Id: <199512200002.BAA14703@vector.enet> X-Authentication-Warning: vector.enet: Host localhost didn't use HELO protocol To: ports@freebsd.org cc: brent.welch@sun.com Reply-To: "Julian H. Stacey" Organization: Vector Systems Ltd. (Internet Unix & C Consultants) Phone: +49.89.268616 Web: http://www.freebsd.org/~jhs/ Mailer: EXMH version 1.6.5 95 12 11 In-reply-to: Your message of "Tue, 12 Dec 1995 09:19:07 PST." <9512121719.AA13056@sunlabs.eng.sun.com> Date: Wed, 20 Dec 1995 01:02:05 +0100 From: "Julian H. Stacey" Sender: owner-ports@freebsd.org Precedence: bulk To FreeBSD ports list readers Cc Brent Welch (author of EXMH) EXMH 1.6.5 was announced Tue, 12 Dec 1995 09:19:07 -0800 It is a nice X11 based mail reader that sits on top of MH. I have created a FreeBSD ports wrapper for it (appended) The Makefile could use some polishing I've not created a real PLIST (yet, maybe later) ... hence I'm not commiting the wrapper ... yet. Improvements welcome: Either mail me, Or, If you'r a committer, & polish it, feel free to commit it too. It seems to work though :-) BTW Arch conservatives who never learnt emacs (like me) may like to know EXMH supports vi too, unlike XMH (I hear), just use ~/.exmh-defaults with *editCmd: exmh-async xterm -g 80x40 -e /usr/bin/vi ======= # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # files/md5 # pkg/COMMENT # pkg/PLIST # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# ports collection makefile for: exmh X# Date created: 19 dec 95 X# Whom: Julian Stacey X X# INCOMPLETE in numerous respects, but seems to work, X# improvements welcome :-) X# currently manuals arrive in /usr/man/manl/exmh-use.l etc. X XDISTNAME= exmh-1.6.5 XCATEGORIES+= mail XKEYWORDS+= x11 X X# Master site nominated by Brent Welch X# wasn't running an ftp when I tried. X# MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ X# ftp://ftp.sunlabs.com/pub/tcl/exmh/exmh-1.6.5.tar.Z X# EXTRACT_SUFX= .tar.Z X X# Where I (jhs) got mine from. XMASTER_SITES= ftp://ftp.aud.alcatel.com/tcl X# ftp://ftp.aud.alcatel.com/tcl/exmh-1.6.5.tar.gz X XMAINTAINER= jhs@FreeBSD.org XIS_INTERACTIVE= yes X XBUILD_DEPENDS= x11:${PORTSDIR}/x11/XFree86 XBUILD_DEPENDS+= tcl:${PORTSDIR}/lang/tcl XBUILD_DEPENDS+= tk:${PORTSDIR}/x11/tk X# BUILD_DEPENDS+= wish X XRUN_DEPENDS+= mh:${PORTSDIR}/mail/mh XRUN_DEPENDS+= metamail:${PORTSDIR}/mail/metamail X# optional RUN_DEPENDS+= expect faces pgp glimpse X Xpost-extract: X @echo If the host you are installing on has no permanent Internet X @echo domain address, but uses dynamic dial up IP to send mail, X @echo I suggest you insert in X @echo " work/exmh-1.6.5/lib/report.tcl" X @echo After X @echo ' puts $out "Subject: exmh bug"' X @echo Something like X @echo ' puts $out "Reply-To: exmh-bug-master@your-site.org"' X @# X @echo I suggest in X @echo " /etc/manpath.config" X @echo you insert X @echo " MANDATORY_MANPATH /usr/man" X @# In an ideal world ports/mail/exmh/patches/something would fix this. X Xinstall: X -mkdir /usr/local/lib/exmh-1.6.5 X cd work/exmh-1.6.5 ; wish -f exmh.install X X.include END-of-Makefile echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (exmh-1.6.5.tar.gz) = 04c4c75e94526530adb55cbcd1486707 END-of-files/md5 echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XEXMH - A mail reader based on X-Windows & MH END-of-pkg/COMMENT echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' X@comment dummy PLIST X X@name exmh X END-of-pkg/PLIST exit ======= Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/