diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-11 06:30:04 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-11 06:30:04 +0000 |
commit | 5bd6c7d9f6931e08d69f5a9d00dd6729c4417b7b (patch) | |
tree | 99598ac874c1b8df10ca2833233d706aafe0e9a2 /japanese/exmh2 | |
parent | 72f4ac55bf61043bd3d3ecdf873fe5ead85fc6d2 (diff) |
Notes
Diffstat (limited to 'japanese/exmh2')
-rw-r--r-- | japanese/exmh2/Makefile | 21 | ||||
-rw-r--r-- | japanese/exmh2/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/exmh2/pkg-descr | 13 |
3 files changed, 35 insertions, 0 deletions
diff --git a/japanese/exmh2/Makefile b/japanese/exmh2/Makefile new file mode 100644 index 000000000000..0ec949f6df1f --- /dev/null +++ b/japanese/exmh2/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: exmh (Japanese) +# Version required: 2.0.2 +# Date created: 15 Mar 1999 +# Whom: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-${DISTNAME} +CATEGORIES= japanese mail tk80 + +MAINTAINER= ports@FreeBSD.ORG + +JAPANESE_EXMH= yes + +MASTERDIR= ${.CURDIR}/../../mail/exmh2 +COMMENT= ${.CURDIR}/pkg/COMMENT +DESCR= ${.CURDIR}/pkg/DESCR +WRKDIR= ${.CURDIR}/work + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/exmh2/pkg-comment b/japanese/exmh2/pkg-comment new file mode 100644 index 000000000000..987333c74b45 --- /dev/null +++ b/japanese/exmh2/pkg-comment @@ -0,0 +1 @@ +X11/TK based mail reader front end to MH for Japanese environments. diff --git a/japanese/exmh2/pkg-descr b/japanese/exmh2/pkg-descr new file mode 100644 index 000000000000..608d248a1a4c --- /dev/null +++ b/japanese/exmh2/pkg-descr @@ -0,0 +1,13 @@ +exmh is a TCL/TK based interface to the MH mail system. + +IMPORTANT: exmh depends on the TK send facility for its background +processing. With TK 3.3, send now uses xauthority mechanisms by default, +unless you compile TK with -DTK_NO_SECURITY. Generally, this means that +you **MUST** must run xdm to start your Xserver. + +FEATURES: As well as providing the usual layer on top of MH commands, exmh +has a number of other features. + +JAPANESE ENVIRONMENT: To compose Japanese mail, you can use kinput2 with +<Ctrl-backslash> key. Once kinput2 is used, the message header will have +"charset=iso-2022-jp". |