mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
glibc 2.0 Korean locale for linux compatibility.
PR: ports/11685 Submitted by: CHOI Junho <cjh@kr.freebsd.org>
This commit is contained in:
parent
b7a2860877
commit
790bb61f71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18995
31
korean/linux_locale/Makefile
Normal file
31
korean/linux_locale/Makefile
Normal file
@ -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>
|
1
korean/linux_locale/distinfo
Normal file
1
korean/linux_locale/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (linux_locale-ko-1.0.tar.gz) = 39f52a9e246407be6ae6f625f2cf0beb
|
1
korean/linux_locale/pkg-comment
Normal file
1
korean/linux_locale/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
glibc 2.0 Korean locale for linux compatibility.
|
14
korean/linux_locale/pkg-descr
Normal file
14
korean/linux_locale/pkg-descr
Normal file
@ -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>
|
6
korean/linux_locale/pkg-plist
Normal file
6
korean/linux_locale/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user