diff options
author | max <max@FreeBSD.org> | 1997-05-04 05:43:56 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-04 05:43:56 +0800 |
commit | a8c5f7231d26237f62c0d98286a612a812e6ac37 (patch) | |
tree | 6cb9525a3c80b238d920fdc36ded35dd37f6f94b /korean/hcode | |
parent | 89820fae8fe543480c663a059ffe3d14b341fc00 (diff) | |
download | freebsd-ports-gnome-a8c5f7231d26237f62c0d98286a612a812e6ac37.tar.gz freebsd-ports-gnome-a8c5f7231d26237f62c0d98286a612a812e6ac37.tar.zst freebsd-ports-gnome-a8c5f7231d26237f62c0d98286a612a812e6ac37.zip |
New port:
hcode-2.1mailpatch2
Hangul Code Conversion program. It can convert almost all kind of
current used(or not used anymore) Korean language code, including
KS C 5601-1987, ISO-2022-KR, Johab, N-byte, etc.
PR: 3153
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
Diffstat (limited to 'korean/hcode')
-rw-r--r-- | korean/hcode/Makefile | 20 | ||||
-rw-r--r-- | korean/hcode/distinfo | 1 | ||||
-rw-r--r-- | korean/hcode/files/patch-aa | 20 | ||||
-rw-r--r-- | korean/hcode/pkg-comment | 1 | ||||
-rw-r--r-- | korean/hcode/pkg-descr | 11 | ||||
-rw-r--r-- | korean/hcode/pkg-plist | 1 |
6 files changed, 54 insertions, 0 deletions
diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile new file mode 100644 index 000000000000..2929a45bb9a4 --- /dev/null +++ b/korean/hcode/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hcode +# Version required: 2.1mailpatch2 +# Date created: 31 Mar 1997 +# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> +# +# $Id$ +# + +DISTNAME= hcode2.1-mailpatch2 +PKGNAME= kr-hcode-2.1.2 +CATEGORIES= korean +MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/code/hcode/ \ + ftp://sunsite.kren.nm.kr/pub/packages/hangul/code/hcode/ + +MAINTAINER= junker@jazz.snu.ac.kr + +do-install: + ${INSTALL_PROGRAM} hcode ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/korean/hcode/distinfo b/korean/hcode/distinfo new file mode 100644 index 000000000000..1ba82d999e7a --- /dev/null +++ b/korean/hcode/distinfo @@ -0,0 +1 @@ +MD5 (hcode2.1-mailpatch2.tar.gz) = 9d40ccbeb17f1c85be1c9d0d0c5256c3 diff --git a/korean/hcode/files/patch-aa b/korean/hcode/files/patch-aa new file mode 100644 index 000000000000..ddb668088e8b --- /dev/null +++ b/korean/hcode/files/patch-aa @@ -0,0 +1,20 @@ +diff -c -r ./Makefile ../hcode2.1-mailpatch2-old/Makefile +*** ./Makefile Mon Mar 31 22:16:45 1997 +--- ../hcode2.1-mailpatch2-old/Makefile Mon Mar 31 22:15:35 1997 +*************** +*** 3,9 **** + SRC = hcode.c conv.c in.c out.c mail.c + OBJ = $(SRC:.c=.o) + +! CFLAGS = + #CFLAGS = -g + BINDIR = $HOME/bin + +--- 3,9 ---- + SRC = hcode.c conv.c in.c out.c mail.c + OBJ = $(SRC:.c=.o) + +! CFLAGS = -O + #CFLAGS = -g + BINDIR = $HOME/bin + diff --git a/korean/hcode/pkg-comment b/korean/hcode/pkg-comment new file mode 100644 index 000000000000..7c82f3e80122 --- /dev/null +++ b/korean/hcode/pkg-comment @@ -0,0 +1 @@ +Hangul code conversion utility diff --git a/korean/hcode/pkg-descr b/korean/hcode/pkg-descr new file mode 100644 index 000000000000..9bdc8b114d41 --- /dev/null +++ b/korean/hcode/pkg-descr @@ -0,0 +1,11 @@ +hcode-2.1mailpatch2 +------------------- + +Hangul Code Conversion program. It can convert almost all kind of +current used(or not used anymore) Korean language code, including +KS C 5601-1987, ISO-2022-KR, Johab, N-byte, etc. + +This version is patched by Jungshik Shin <jshin@minerva.cis.yale.edu>. + +-- +Ports by Choi Jun Ho <junker@jazz.snu.ac.kr> diff --git a/korean/hcode/pkg-plist b/korean/hcode/pkg-plist new file mode 100644 index 000000000000..53986f470b20 --- /dev/null +++ b/korean/hcode/pkg-plist @@ -0,0 +1 @@ +bin/hcode |