summaryrefslogtreecommitdiff
path: root/korean/hanmiscutils
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2000-06-25 14:15:45 +0000
committerCHOI Junho <cjh@FreeBSD.org>2000-06-25 14:15:45 +0000
commit8bb8593f03b149b33622dd1706455b21cf2d46a5 (patch)
tree671cf1dada31e27f17f28d0d3acf2cfd731130bd /korean/hanmiscutils
parentUpdate to 6.0.2 (diff)
hanmiscutils is a collection of various Hangul-related sources.
Submitted by: CHOI Junho <cjh@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=29860
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