Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 18:09:58 +0900 (KST)
From:      cjh@kr.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11685: New port: korean/linux_locale
Message-ID:  <199905130909.SAA48867@hamhae.wdb.co.kr>

next in thread | raw e-mail | index | archive | help

>Number:         11685
>Category:       ports
>Synopsis:       new port: korean/linux_locale
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 13 02:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     CHOI Junho
>Release:        FreeBSD 3.2-BEtA i386
>Organization:
Webdatabank Co. Seoul, Korea
>Environment:

FreeBSD hamhae.wdb.co.kr 3.2-BETA FreeBSD 3.2-BETA #1: Wed May 12 18:15:02
KST 1999     root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE  i386

>Description:

New port of Korean(almost dummy for setlocale() success) locale of
linux(glibc-2.0.x).

>How-To-Repeat:

Build it with a recent FreeBSD system.

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	linux_locale
#	linux_locale/files
#	linux_locale/files/md5
#	linux_locale/pkg
#	linux_locale/pkg/COMMENT
#	linux_locale/pkg/DESCR
#	linux_locale/pkg/PLIST
#	linux_locale/Makefile
#
echo c - linux_locale
mkdir -p linux_locale > /dev/null 2>&1
echo c - linux_locale/files
mkdir -p linux_locale/files > /dev/null 2>&1
echo x - linux_locale/files/md5
sed 's/^X//' >linux_locale/files/md5 << 'END-of-linux_locale/files/md5'
XMD5 (linux_locale-ko-1.0.tar.gz) = 39f52a9e246407be6ae6f625f2cf0beb
END-of-linux_locale/files/md5
echo c - linux_locale/pkg
mkdir -p linux_locale/pkg > /dev/null 2>&1
echo x - linux_locale/pkg/COMMENT
sed 's/^X//' >linux_locale/pkg/COMMENT << 'END-of-linux_locale/pkg/COMMENT'
Xglibc 2.0 Korean locale for linux compatibility.
END-of-linux_locale/pkg/COMMENT
echo x - linux_locale/pkg/DESCR
sed 's/^X//' >linux_locale/pkg/DESCR << 'END-of-linux_locale/pkg/DESCR'
XKorean locale for linux_lib
X===========================
X
XFor running some linux-emulation program such as hanIM, you may
Xneed this for correctly working setlocale() for ko locale.
X
Xglibc(prior 2.1) have no true multilingual support, so this locale
Xdefinition is broken but sufficient for running X11 applications.
X
XThis definition files(LC_CTYPE, LC_TIME, etc.) is from
XAlzza Linux distribution, a leading Linux distribution in Korea.
X
X--
XPorts by CHOI Junho <cjh@kr.freebsd.org>
END-of-linux_locale/pkg/DESCR
echo x - linux_locale/pkg/PLIST
sed 's/^X//' >linux_locale/pkg/PLIST << 'END-of-linux_locale/pkg/PLIST'
Xusr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES
Xusr/share/locale/ko/LC_TIME
Xusr/share/locale/ko/LC_NUMERIC
Xusr/share/locale/ko/LC_MONETARY
Xusr/share/locale/ko/LC_CTYPE
Xusr/share/locale/ko/LC_COLLATE
END-of-linux_locale/pkg/PLIST
echo x - linux_locale/Makefile
sed 's/^X//' >linux_locale/Makefile << 'END-of-linux_locale/Makefile'
X# New ports collection makefile for:    linux_locale
X# Version required:	1.0
X# Date created:         Apr 20 1999
X# Whom:                 cjh@kr.freebsd.org
X#
X# $Id$
X#
X
XDISTNAME=	linux_locale-ko-1.0
XPKGNAME=	ko-linux_locale-1.0
XCATEGORIES=	korean emulators
XMASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
X
XMAINTAINER=	cjh@kr.freebsd.org
X
XBUILD_DEPENDS=  ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_lib
XRUN_DEPENDS=	${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_lib
X
XONLY_FOR_ARCHS=	i386
X
XPREFIX=		/compat/linux
XNO_MTREE=	yes
XNO_BUILD=	yes
XEXTRACT_ONLY=	# empty
XNO_WRKSUBDIR=	yes
XNO_FILTER_SHLIBS=	yes
X
Xdo-install:
X	@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
X
X.include <bsd.port.mk>
END-of-linux_locale/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905130909.SAA48867>