diff options
author | max <max@FreeBSD.org> | 1997-01-07 15:47:26 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-07 15:47:26 +0800 |
commit | 9339b9b4991a9695fd7f3f523c40eccf3f07a235 (patch) | |
tree | 83ab5f3a9d711ac14032e74690f30954a53eaeb2 /japanese/mh/pkg-descr | |
parent | 3dcba610100d3f49fee74993b9f62faa5ee2dc7f (diff) | |
download | freebsd-ports-graphics-9339b9b4991a9695fd7f3f523c40eccf3f07a235.tar.gz freebsd-ports-graphics-9339b9b4991a9695fd7f3f523c40eccf3f07a235.tar.zst freebsd-ports-graphics-9339b9b4991a9695fd7f3f523c40eccf3f07a235.zip |
Creation and execution of mhconfig moved to do-configure target in Makefile
instead of doing it in scripts/configure.
Move ``make clean'' that should done before the build process to pre-build
instead of doing it in scripts/configure.
Define RUN_DEPENDS on jless so that the command show can display Japanese
message correctly.
Generate mh configuration for FreeBSD from template instead of doing that
by patches.
(This allows the port to respect ${PREFIX}.)
Submitted by: sanpei@yy.cs.keio.ac.jp
Integrated recent changes made to ports/mail/mh.
Integrated widely used patches that are distributed with mew:
- Patch to make the folder command faster.
- Patch to suppress X-Authentication-Warning.
Added configuration options to include full pop support.
(Closing PR #2209.)
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Makefile patches/patch-ab patches/patch-ac patches/patch-ad
CVS: pkg/DESCR pkg/PLIST
CVS: Added Files:
CVS: files/FreeBSD.in patches/patch-ag patches/patch-ah
CVS: Removed Files:
CVS: patches/patch-aa scripts/configure
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'japanese/mh/pkg-descr')
-rw-r--r-- | japanese/mh/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/mh/pkg-descr b/japanese/mh/pkg-descr index ec73a9e84d2..4b7ba5ac842 100644 --- a/japanese/mh/pkg-descr +++ b/japanese/mh/pkg-descr @@ -2,3 +2,11 @@ This is the MH mail user agent (reader/sender) version 6.8.3 with Japanese patches, a command line based mail reader that is powerful and extensible. MH is an excellent choice for people who receive and process a LOT of mail. + + This port has integrated some useful patches: + + o speed-up the folder command patch distributed with mew + (Message interface to Emacs Window) + + o Patch to smail to suppress X-Authentication-Warning, also + distributed with mew. |