mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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>
This commit is contained in:
parent
dd329ac4c1
commit
b251ad1b6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6434
26
korean/hmconv/Makefile
Normal file
26
korean/hmconv/Makefile
Normal file
@ -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>
|
1
korean/hmconv/distinfo
Normal file
1
korean/hmconv/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (hmconv1.0pl3.tar.gz) = 15ca1286992505083b2b44caa103d0a5
|
13
korean/hmconv/files/Makefile
Normal file
13
korean/hmconv/files/Makefile
Normal file
@ -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
|
19
korean/hmconv/files/patch-aa
Normal file
19
korean/hmconv/files/patch-aa
Normal file
@ -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
|
||||
|
1
korean/hmconv/pkg-comment
Normal file
1
korean/hmconv/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Hangul code conversion utility for E-mail
|
10
korean/hmconv/pkg-descr
Normal file
10
korean/hmconv/pkg-descr
Normal file
@ -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>
|
2
korean/hmconv/pkg-plist
Normal file
2
korean/hmconv/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/hmconv
|
||||
bin/hmailedit
|
Loading…
Reference in New Issue
Block a user