From 8bb8593f03b149b33622dd1706455b21cf2d46a5 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Sun, 25 Jun 2000 14:15:45 +0000 Subject: hanmiscutils is a collection of various Hangul-related sources. Submitted by: CHOI Junho --- korean/hanmiscutils/Makefile | 23 +++++++++++++++++++++++ korean/hanmiscutils/distinfo | 1 + korean/hanmiscutils/pkg-comment | 1 + korean/hanmiscutils/pkg-descr | 15 +++++++++++++++ korean/hanmiscutils/pkg-plist | 4 ++++ 5 files changed, 44 insertions(+) create mode 100644 korean/hanmiscutils/Makefile create mode 100644 korean/hanmiscutils/distinfo create mode 100644 korean/hanmiscutils/pkg-comment create mode 100644 korean/hanmiscutils/pkg-descr create mode 100644 korean/hanmiscutils/pkg-plist 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 +# +# $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 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 + +-- +Ports by CHOI Junho +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 -- cgit v1.2.3