| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=355791
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=82488
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45304
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=37457
|
| |
|
|
|
|
|
|
|
| |
also an Exmh developer.
Thanks Bruce!
Notes:
svn path=/head/; revision=33709
|
| |
|
|
|
|
|
|
|
| |
support.
2-requests-for-review-or-OK-ignored-by: MAINTAINER
Notes:
svn path=/head/; revision=22351
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21124
|
| |
|
|
|
|
|
|
| |
/etc/malloc.conf -> AJ
Ignored by: maintainer
Notes:
svn path=/head/; revision=13582
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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..
Notes:
svn path=/head/; revision=11785
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10231
|
| |
|
|
|
|
|
|
| |
because the new byte compiler has a significant speedup for exmh's mailbox
contents list processing.
Notes:
svn path=/head/; revision=7637
|
| |
|
|
|
|
|
|
|
|
| |
(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
Notes:
svn path=/head/; revision=7580
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=7178
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=5147
|
|
|
NOTE: this does not use the GUI build/install, it does the equivalent
work with some scripts.
Notes:
svn path=/head/; revision=3955
|