diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-09 10:37:23 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-09 10:37:23 +0000 |
commit | b251ad1b6fe45ea94a5dfb6c63941947f641f420 (patch) | |
tree | 2c8f11d1cd47e54906d1829389af57367f3eacb7 /korean/hmconv/files/patch-aa | |
parent | Circumvent check for wishx. (diff) |
New port, hmconv:
hmconv is Korean code conversion utility for especially for E-mail.
It can convert between KS C 5601 and ISO-2022-KR.
Original version is by Jungshik Shin <jshin@minerva.cis.yale.edu>.
PR: 3154
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
Notes
Notes:
svn path=/head/; revision=6434
Diffstat (limited to 'korean/hmconv/files/patch-aa')
-rw-r--r-- | korean/hmconv/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/korean/hmconv/files/patch-aa b/korean/hmconv/files/patch-aa new file mode 100644 index 000000000000..36de80eb8606 --- /dev/null +++ b/korean/hmconv/files/patch-aa @@ -0,0 +1,19 @@ +*** ../hmconv.old/hmailedit Mon Mar 31 22:27:38 1997 +--- hmailedit Mon Mar 31 22:35:23 1997 +*************** +*** 6,12 **** + # set your favorite Hangul editor to HEDITOR + # Pico users should give '-t' option, i.e. 'pico -t' instead of 'pico' + # Emacs,Mule,Hanemacs users may give '-nw' option +! HEDITOR=hvi + + # 'hmconv' is to be put in your search path + +--- 6,12 ---- + # set your favorite Hangul editor to HEDITOR + # Pico users should give '-t' option, i.e. 'pico -t' instead of 'pico' + # Emacs,Mule,Hanemacs users may give '-nw' option +! HEDITOR=$EDITOR + + # 'hmconv' is to be put in your search path + |