diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-06-25 14:15:45 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-06-25 14:15:45 +0000 |
commit | 8bb8593f03b149b33622dd1706455b21cf2d46a5 (patch) | |
tree | 671cf1dada31e27f17f28d0d3acf2cfd731130bd /korean/hanmiscutils | |
parent | bcfced91d34507df9e73ead54a175989ed37bd1b (diff) | |
download | ports-8bb8593f03b149b33622dd1706455b21cf2d46a5.tar.gz ports-8bb8593f03b149b33622dd1706455b21cf2d46a5.zip |
Notes
Diffstat (limited to 'korean/hanmiscutils')
-rw-r--r-- | korean/hanmiscutils/Makefile | 23 | ||||
-rw-r--r-- | korean/hanmiscutils/distinfo | 1 | ||||
-rw-r--r-- | korean/hanmiscutils/pkg-comment | 1 | ||||
-rw-r--r-- | korean/hanmiscutils/pkg-descr | 15 | ||||
-rw-r--r-- | korean/hanmiscutils/pkg-plist | 4 |
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 |