aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-05-09 10:37:23 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-05-09 10:37:23 +0000
commitb251ad1b6fe45ea94a5dfb6c63941947f641f420 (patch)
tree2c8f11d1cd47e54906d1829389af57367f3eacb7
parentdd329ac4c1cae0d5a71c97ba9cbffe9d964e2321 (diff)
downloadports-b251ad1b6fe45ea94a5dfb6c63941947f641f420.tar.gz
ports-b251ad1b6fe45ea94a5dfb6c63941947f641f420.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>
Notes
Notes: svn path=/head/; revision=6434
-rw-r--r--korean/hmconv/Makefile26
-rw-r--r--korean/hmconv/distinfo1
-rw-r--r--korean/hmconv/files/Makefile13
-rw-r--r--korean/hmconv/files/patch-aa19
-rw-r--r--korean/hmconv/pkg-comment1
-rw-r--r--korean/hmconv/pkg-descr10
-rw-r--r--korean/hmconv/pkg-plist2
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