Commit graph

25 commits

Author SHA1 Message Date
Peter Wemm
53822a9f24 Update port to get patches from new site, and include all the new
distributed patches, and fix those that can't be used as is and supply them
in the patches directory.  (Argh, most of the patches are relative to lib/,
others are relative to the top directory.  bsd.port.mk can't handle this)
1998-02-15 05:36:55 +00:00
Peter Wemm
e652383bdb Update the exmh port to use some of the new post-2.0.1 patches. One of
them however (newsgroups.patch) is relative to a different directory
than the others so I've left it out for the time being.  I can fix this
by duplicating the entire do-patch clause from bsd.port.mk into the
Makefile so that different -d switches can be given for different patch
files, but that's overkill.  Also, fix the md5 file as Satoshi pointed out.
1997-12-27 02:32:46 +00:00
Peter Wemm
729cd8297b Argh, serves me right for acting on second-hand information. *blush*.
There is an exmh-2.0.1.tar.Z after all... :-]
1997-12-26 07:11:40 +00:00
Peter Wemm
4fde4c45d2 Update 2.0 -> 2.0.1 (As the Author said in exmh.CHANGES: Ba Humbug!)
And a special thanks for making life "interesting" by not changing the
tarball name. :-(
1997-12-26 04:51:01 +00:00
Satoshi Asami
edc3623fc9 Mark this port broken, it is apparently updated to 2.0.1 without changing
the source filename.
1997-12-25 21:58:08 +00:00
Satoshi Asami
c0078d0f03 PKGNAME is not necessary if it is same as DISTNAME. 1997-12-25 21:55:20 +00:00
Peter Wemm
275fd72155 Update exmh-2.0zeta -> exmh-2.0 1997-12-25 10:34:55 +00:00
Justin M. Seger
0a8a44e161 These use tk80 not tk41. Correct the CATEGORIES. 1997-11-22 19:50:03 +00:00
Peter Wemm
afcf895e49 Update to include some more official patches from the exmh web site. 1997-10-06 06:49:46 +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
918524efd7 Update to use the 5 "official" patches from the author. 1997-08-12 06:37:36 +00:00
Peter Wemm
a480c7b40e Detect if tk8.0 is installed and use it if present (it's a lot faster)
even though a port for tk8.0 has not been committed yet.
1997-08-12 05:58:47 +00:00
Peter Wemm
c24c3613ff Update exmh-2.0delta -> 2.0zeta (!) 1997-07-26 12:27:32 +00:00
Masafumi Max NAKANE
75c141cc7d /bin/sh -> ${SH} 1997-07-13 18:49:31 +00:00
Peter Wemm
a22c6c11e6 Run scripts with /bin/sh explicitly rather than depending on the x bits
being set.  I don't know what isn't copying the x bits, but don't depend
on it.

Prompted by: Andreas Klemm <andreas@klemm.gtn.com>
1997-07-08 02:45:57 +00:00
Satoshi Asami
a51186fdae Err Peter, that is exactly why most of the variables in bsd.port.mk
are defined with "?=".  I don't understand why it didn't work for you.... ;)
1997-07-03 05:57:39 +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
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00
Peter Wemm
391a4a5446 Update 2.0beta -> 2.0gamma. See http://www.sunlabs.com/~bwelch/exmh/
for a complete list of changes.

Replace hand edited "official 2.0beta patches" from exmh web page with
the 2.0gamma versions  (cannot use DIST_PATCHES, the patch files are not
directly useable due to pathnames etc).  Each patch file is individually
documented.

Requested by:  quite a few people
1997-02-03 16:27:26 +00:00
Satoshi Asami
d335cfe076 Add PKGNAME ("beta" not allowed in package name). 1997-01-02 12:53:02 +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
David E. O'Brien
a107548d6a Convert to use MAN[1-8LN] 1996-11-17 07:42:58 +00:00
David E. O'Brien
ad74428818 CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
1996-11-10 21:32:56 +00:00
Peter Wemm
3b2cf5fed4 Missing $Id$ in Makefile, shorten pkg/DESCR. 1996-10-15 11:27:38 +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