1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Bruce A. Mah
38d5c464ef Fix a couple of problems in the exmh port.
The port bogusly relied on build-time detection of PGP-type programs.
This was unneeded since exmh is smart enough to do run-time detection of
various PGP versions.  Fix this so PGP-type programs installed after exmh
will be recognized correctly.  [1]

Add patch to fix a bug in exmh where threading cleared the unseen
sequence.  [2]

PORTREVISION bump to mark these changes.

Reviewed by:	Dave Tweten <tweten@nas.nasa.gov> [1]
Obtained from:	exmh CVS [2]
2003-06-08 01:18:50 +00:00
Bruce A. Mah
50bdb03aa4 Update for exmh-2.5. 2001-07-20 23:57:40 +00:00
Bruce A. Mah
d1f12ac02d Update exmh to 2.3.1. This release was made primarily to fix a symlink
vulnerability reported to bugtraq.  Mostly a bugfix release although a few
new features (filtering in sedit, optional expect-based inc wrapper,
optional bitmap buttons) have been added.

FreeBSD-specific parts to this commit:  Removed patchfiles that were
imported from the exmh CVS repository as they are now a part of the
exmh-2.3.1 release.  Fixed pkg-descr to quiet a few portlint warnings.
Changed port to use wish-8.3 rather than wish-8.2 (suggested by markm).
2001-01-22 20:06:10 +00:00
Mark Murray
80393f4b11 Upgrade to v2.2, and hand the reigns over to Bruce Mah, who is
also an Exmh developer.

Thanks Bruce!
2000-10-11 15:58:08 +00:00
Mark Murray
079bc6cbf6 Update to version 2.1.0. This has hugely improved pgp/pgp5/gnupg
support.

2-requests-for-review-or-OK-ignored-by:	MAINTAINER
1999-10-11 14:21:04 +00:00
Peter Wemm
7b8fca1447 $Id$ -> $FreeBSD$ 1999-08-30 12:09:14 +00:00
Brian Somers
1276e1df16 Avoid a bug in sed (already fixed in -current & -stable) when
/etc/malloc.conf -> AJ
Ignored by: maintainer
1998-10-01 18:38:06 +00:00
Peter Wemm
8a4bfb5b16 Use some new vendor patches - but one doesn't even apply.. sigh.
Also, install a missing file needed for running pgp in expectk mode (which
is much nicer BTW since it can figure out the correct decrypt key).

Tweak expectk mode so that it copes with a slight output variation on a
non-US version of pgp (2.6.3ia).  It appears the US version prints:
  Key for user ID "Peter Wemm <peter@netplex.com.au>"
while the international version prints:
  Key for user ID: Peter Wemm <peter@netplex.com.au>
I cannot follow tcl syntax very well, so this is my best guess..
1998-07-08 10:49:32 +00:00
Mark Murray
0a239bd934 Allow this port to use NMH if USE_NMH is set. 1998-03-20 09:28:16 +00:00
Peter Wemm
4708bcf966 Update to use tcl80/tk80 "proper". Exmh definately should be using tcl8.0
because the new byte compiler has a significant speedup for exmh's mailbox
contents list processing.
1997-08-21 08:09:56 +00:00
Peter Wemm
82e7f43069 Duh! Where's the pointy hat? :-)
(Translation: forgot to intialize the EXPECTK variable to {} so that if
 expectk is not installed, it doesn't cause bad tcl syntax)

Pointed-out-by: several people
1997-08-14 03:44:30 +00:00
Peter Wemm
e78c6755b3 Update exmh-2.0gamma to 2.0delta. There's lots of bug fixes, as well as
things like koi8-r recognition, background news (nntp) processing, ispell
support.

Note that there's a horrible hack here to work around a weakness in
bsd.port.mk.  The distributed patches are relative to a subdir of ${WRKSRC}
and bsd.port.mk doesn't seem to allow clean overriding of that to patch.
I appended a second "-d dir" arg to PATCH_DIST_ARGS after the .include
that set up the string with +=.  patch seems to use the last instance of
"-d dir" when there are several online (it's a simple parse-time chdir).

Prompted by: pst (who also sent a partial update)
1997-07-02 04:59:54 +00:00
Peter Wemm
0ec964f9ad Behind-the-scenes repository copy, and update to exmh-2.0beta!
There is some major new stuff here over v1.6.9, including:
HTTP, HTML support (a functional www browser!), including proxy support.
News posting.
Message threading. (like news threading)
Display MIME images inline as well as text/html and enriched text etc.
DSN support.
Unseen-only display window.
multipart/signature support, "Intelligent signatures"
PGP key management can talk directly to the key servers over the web,
  eliminating the email based query delays
Address book stuff, aliases etc.
1996-12-31 21:27:03 +00:00
Peter Wemm
e108e11e60 Port for build exmh-1.6.9
NOTE: this does not use the GUI build/install, it does the equivalent
work with some scripts.
1996-10-10 15:00:53 +00:00