aboutsummaryrefslogtreecommitdiffstats
path: root/korean/hanmiscutils
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2000-06-25 22:15:45 +0800
committercjh <cjh@FreeBSD.org>2000-06-25 22:15:45 +0800
commit86ea45cb204e5165e281e991e2508d85820ede8a (patch)
tree292aef736baa1c4ce11cfeab6e95e5404d0a69fe /korean/hanmiscutils
parent476568bd30d53d3b034bdf16846129dc186370ec (diff)
downloadfreebsd-ports-gnome-86ea45cb204e5165e281e991e2508d85820ede8a.tar.gz
freebsd-ports-gnome-86ea45cb204e5165e281e991e2508d85820ede8a.tar.zst
freebsd-ports-gnome-86ea45cb204e5165e281e991e2508d85820ede8a.zip
hanmiscutils is a collection of various Hangul-related sources.
Submitted by: CHOI Junho <cjh@FreeBSD.org>
Diffstat (limited to 'korean/hanmiscutils')
-rw-r--r--korean/hanmiscutils/Makefile23
-rw-r--r--korean/hanmiscutils/distinfo1
-rw-r--r--korean/hanmiscutils/pkg-comment1
-rw-r--r--korean/hanmiscutils/pkg-descr15
-rw-r--r--korean/hanmiscutils/pkg-plist4
5 files changed, 44 insertions, 0 deletions
diff --git a/korean/hanmiscutils/Makefile b/korean/hanmiscutils/Makefile
new file mode 100644
index 000000000000..430dc9561234
--- /dev/null
+++ b/korean/hanmiscutils/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: hanmiscutils
+# Date created: 25 Jun 2000
+# Whom: CHOI Junho <cjh@FreeBSD.ORG>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hanmiscutils
+PORTVERSION= 0.1
+CATEGORIES= korean
+MASTER_SITES= http://kldp.org/~bangjy/hangul/
+
+MAINTAINER= cjh@FreeBSD.ORG
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/utils/fnt2c ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/utils/genunihan ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/utils/iso2euckr ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/korean/hanmiscutils/distinfo b/korean/hanmiscutils/distinfo
new file mode 100644
index 000000000000..902719d3963d
--- /dev/null
+++ b/korean/hanmiscutils/distinfo
@@ -0,0 +1 @@
+MD5 (hanmiscutils-0.1.tar.gz) = d10c9d6ab5ae9b4316fa29c94a6ade9a
diff --git a/korean/hanmiscutils/pkg-comment b/korean/hanmiscutils/pkg-comment
new file mode 100644
index 000000000000..55396d0aa8a3
--- /dev/null
+++ b/korean/hanmiscutils/pkg-comment
@@ -0,0 +1 @@
+hanmiscutils is a collection of various Hangul-related sources
diff --git a/korean/hanmiscutils/pkg-descr b/korean/hanmiscutils/pkg-descr
new file mode 100644
index 000000000000..0c337b02a49d
--- /dev/null
+++ b/korean/hanmiscutils/pkg-descr
@@ -0,0 +1,15 @@
+hanmiscutils is a collection of various Hangul-related sources. Especially,
+it contains libhanconv, general purpose Hangul code conversion library, so
+that you can use it with your own program.
+
+hanmiscutils is free software; basically you can do almost anything with
+it, unless you claim you wrote it (i. e. removing the existing copyright
+notice and attaching your own copyright is prohibited). See the sources
+for more details.
+
+--
+Bang Jun-Young <bangjy@i.am>
+
+--
+Ports by CHOI Junho <cjh@FreeBSD.ORG>
+WWW: http://kldp.org/~bangjy/hangul/index.html
diff --git a/korean/hanmiscutils/pkg-plist b/korean/hanmiscutils/pkg-plist
new file mode 100644
index 000000000000..bdc881342a72
--- /dev/null
+++ b/korean/hanmiscutils/pkg-plist
@@ -0,0 +1,4 @@
+bin/fnt2c
+bin/genunihan
+bin/iso2euckr
+lib/libhanconv.a