diff options
author | max <max@FreeBSD.org> | 1997-05-09 18:37:23 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-09 18:37:23 +0800 |
commit | 8a18c5d00cf5bcdc7a6658e20abdb80cbaed2e5d (patch) | |
tree | c54e25f5e70f07705ac0c5420db43bb5ae89aa56 /korean/hmconv | |
parent | 0b7fb00c07be5be5d2d0a61b203b2d425ae5b5c8 (diff) | |
download | freebsd-ports-gnome-8a18c5d00cf5bcdc7a6658e20abdb80cbaed2e5d.tar.gz freebsd-ports-gnome-8a18c5d00cf5bcdc7a6658e20abdb80cbaed2e5d.tar.zst freebsd-ports-gnome-8a18c5d00cf5bcdc7a6658e20abdb80cbaed2e5d.zip |
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>
Diffstat (limited to 'korean/hmconv')
-rw-r--r-- | korean/hmconv/Makefile | 26 | ||||
-rw-r--r-- | korean/hmconv/distinfo | 1 | ||||
-rw-r--r-- | korean/hmconv/files/Makefile | 13 | ||||
-rw-r--r-- | korean/hmconv/files/patch-aa | 19 | ||||
-rw-r--r-- | korean/hmconv/pkg-comment | 1 | ||||
-rw-r--r-- | korean/hmconv/pkg-descr | 10 | ||||
-rw-r--r-- | korean/hmconv/pkg-plist | 2 |
7 files changed, 72 insertions, 0 deletions
diff --git a/korean/hmconv/Makefile b/korean/hmconv/Makefile new file mode 100644 index 000000000000..9b9f9412f1d6 --- /dev/null +++ b/korean/hmconv/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: hmconv +# Version required: 1.0p3 +# Date created: 31 Mar 1997 +# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> +# +# $Id$ +# + +DISTNAME= hmconv1.0pl3 +PKGNAME= kr-hmconv-1.0p3 +CATEGORIES= korean mail +MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/code/hmconv/ \ + ftp://sunsite.kren.nm.kr/pub/packages/hangul/code/hmconv/ + +MAINTAINER= junker@jazz.snu.ac.kr + +WRKSRC= ${WRKDIR}/hmconv + +pre-build: + @${CP} ${FILESDIR}/Makefile ${WRKSRC} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hmconv ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/hmailedit ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/korean/hmconv/distinfo b/korean/hmconv/distinfo new file mode 100644 index 000000000000..3e8e4b8e21ac --- /dev/null +++ b/korean/hmconv/distinfo @@ -0,0 +1 @@ +MD5 (hmconv1.0pl3.tar.gz) = 15ca1286992505083b2b44caa103d0a5 diff --git a/korean/hmconv/files/Makefile b/korean/hmconv/files/Makefile new file mode 100644 index 000000000000..cbd21750d040 --- /dev/null +++ b/korean/hmconv/files/Makefile @@ -0,0 +1,13 @@ +# Simple makefile for hmconv +# +# 31 Mar 1997 Choi Jun Ho <junker@jazz.snu.ac.kr> +# + +all: hmconv + +CFLAGS= -O + +hmconv: hmconv1.0pl3.o + $(CC) -o hmconv hmconv1.0pl3.o + +hmconv1.0pl3.o: hmconv1.0pl3.c 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 + diff --git a/korean/hmconv/pkg-comment b/korean/hmconv/pkg-comment new file mode 100644 index 000000000000..8ddf35ee0d85 --- /dev/null +++ b/korean/hmconv/pkg-comment @@ -0,0 +1 @@ +Hangul code conversion utility for E-mail diff --git a/korean/hmconv/pkg-descr b/korean/hmconv/pkg-descr new file mode 100644 index 000000000000..aa71e41849a8 --- /dev/null +++ b/korean/hmconv/pkg-descr @@ -0,0 +1,10 @@ +hmconv-1.0pl3 +------------- + +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>. + +-- +Ports by Choi Jun Ho <junker@jazz.snu.ac.kr> diff --git a/korean/hmconv/pkg-plist b/korean/hmconv/pkg-plist new file mode 100644 index 000000000000..da714ff3a1a0 --- /dev/null +++ b/korean/hmconv/pkg-plist @@ -0,0 +1,2 @@ +bin/hmconv +bin/hmailedit |