diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-05-26 06:14:22 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-05-26 06:14:22 +0800 |
commit | 4b665238a147c8ae278c1d3f25eae1c991c84dda (patch) | |
tree | 7cacadb28704ef4cb1b60d2316f61d5170167b97 | |
parent | 9b78ea416b7484d122731f6e1f18240d2a1a2d50 (diff) | |
download | freebsd-ports-graphics-4b665238a147c8ae278c1d3f25eae1c991c84dda.tar.gz freebsd-ports-graphics-4b665238a147c8ae278c1d3f25eae1c991c84dda.tar.zst freebsd-ports-graphics-4b665238a147c8ae278c1d3f25eae1c991c84dda.zip |
glibc 2.0 Korean locale for linux compatibility.
PR: ports/11685
Submitted by: CHOI Junho <cjh@kr.freebsd.org>
-rw-r--r-- | korean/linux_locale/Makefile | 31 | ||||
-rw-r--r-- | korean/linux_locale/distinfo | 1 | ||||
-rw-r--r-- | korean/linux_locale/pkg-comment | 1 | ||||
-rw-r--r-- | korean/linux_locale/pkg-descr | 14 | ||||
-rw-r--r-- | korean/linux_locale/pkg-plist | 6 |
5 files changed, 53 insertions, 0 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile new file mode 100644 index 00000000000..6cf5aabd6b0 --- /dev/null +++ b/korean/linux_locale/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: linux_locale +# Version required: 1.0 +# Date created: Apr 20 1999 +# Whom: cjh@kr.freebsd.org +# +# $Id$ +# + +DISTNAME= linux_locale-ko-1.0 +PKGNAME= ko-linux_locale-1.0 +CATEGORIES= korean emulators +MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ + +MAINTAINER= cjh@kr.freebsd.org + +BUILD_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_lib + +ONLY_FOR_ARCHS= i386 + +PREFIX= /compat/linux +NO_MTREE= yes +NO_BUILD= yes +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes +NO_FILTER_SHLIBS= yes + +do-install: + @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) + +.include <bsd.port.mk> diff --git a/korean/linux_locale/distinfo b/korean/linux_locale/distinfo new file mode 100644 index 00000000000..8fdb5e6f225 --- /dev/null +++ b/korean/linux_locale/distinfo @@ -0,0 +1 @@ +MD5 (linux_locale-ko-1.0.tar.gz) = 39f52a9e246407be6ae6f625f2cf0beb diff --git a/korean/linux_locale/pkg-comment b/korean/linux_locale/pkg-comment new file mode 100644 index 00000000000..14751ae45b6 --- /dev/null +++ b/korean/linux_locale/pkg-comment @@ -0,0 +1 @@ +glibc 2.0 Korean locale for linux compatibility. diff --git a/korean/linux_locale/pkg-descr b/korean/linux_locale/pkg-descr new file mode 100644 index 00000000000..1baeaf6ffc2 --- /dev/null +++ b/korean/linux_locale/pkg-descr @@ -0,0 +1,14 @@ +Korean locale for linux_lib +=========================== + +For running some linux-emulation program such as hanIM, you may +need this for correctly working setlocale() for ko locale. + +glibc(prior 2.1) have no true multilingual support, so this locale +definition is broken but sufficient for running X11 applications. + +This definition files(LC_CTYPE, LC_TIME, etc.) is from +Alzza Linux distribution, a leading Linux distribution in Korea. + +-- +Ports by CHOI Junho <cjh@kr.freebsd.org> diff --git a/korean/linux_locale/pkg-plist b/korean/linux_locale/pkg-plist new file mode 100644 index 00000000000..353cd7e24bb --- /dev/null +++ b/korean/linux_locale/pkg-plist @@ -0,0 +1,6 @@ +usr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES +usr/share/locale/ko/LC_TIME +usr/share/locale/ko/LC_NUMERIC +usr/share/locale/ko/LC_MONETARY +usr/share/locale/ko/LC_CTYPE +usr/share/locale/ko/LC_COLLATE |