diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-25 22:14:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-25 22:14:22 +0000 |
commit | 790bb61f71b9bf8dba27d5590657d1408fa3405c (patch) | |
tree | 5b2e9fa546147dcad95c06082bef7b4cab97c861 /korean | |
parent | Activate linux_locale (diff) |
glibc 2.0 Korean locale for linux compatibility.
PR: ports/11685
Submitted by: CHOI Junho <cjh@kr.freebsd.org>
Notes
Notes:
svn path=/head/; revision=18995
Diffstat (limited to 'korean')
-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 000000000000..6cf5aabd6b0f --- /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 000000000000..8fdb5e6f2253 --- /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 000000000000..14751ae45b6d --- /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 000000000000..1baeaf6ffc2e --- /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 000000000000..353cd7e24bbf --- /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 |