1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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>
This commit is contained in:
Masafumi Max NAKANE 1997-05-03 21:43:56 +00:00
parent 34e8b37d4d
commit dd97a11c0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6392
6 changed files with 54 additions and 0 deletions

20
korean/hcode/Makefile Normal file
View File

@ -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>

1
korean/hcode/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (hcode2.1-mailpatch2.tar.gz) = 9d40ccbeb17f1c85be1c9d0d0c5256c3

View File

@ -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

1
korean/hcode/pkg-comment Normal file
View File

@ -0,0 +1 @@
Hangul code conversion utility

11
korean/hcode/pkg-descr Normal file
View File

@ -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>

1
korean/hcode/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/hcode