From owner-freebsd-i18n Wed Jun 26 10:39:25 2002 Delivered-To: freebsd-i18n@freebsd.org Received: from c000.snv.cp.net (h002.c000.snv.cp.net [209.228.32.66]) by hub.freebsd.org (Postfix) with SMTP id DBD6137B40D for ; Wed, 26 Jun 2002 10:39:11 -0700 (PDT) Received: (cpmta 5395 invoked from network); 26 Jun 2002 10:39:11 -0700 Received: from 209.228.32.78 (HELO mail.wooten.com.criticalpath.net) by smtp.wooten.com (209.228.32.66) with SMTP; 26 Jun 2002 10:39:11 -0700 X-Sent: 26 Jun 2002 17:39:11 GMT Received: from [63.114.153.104] by mail.wooten.com with HTTP; Wed, 26 Jun 2002 10:39:09 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: freebsd-i18n@freebsd.org From: kevin@wooten.com Subject: Wide Character i/o X-Sent-From: kevin@wooten.com Date: Wed, 26 Jun 2002 10:39:09 -0700 (PDT) X-Mailer: Web Mail 5.0.10-14 Message-Id: <20020626103910.15233.h014.c000.wm@mail.wooten.com.criticalpath.net> Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I previously posted to -hackers about freebsd's wide character support and they told me it basically didn't exist; but it would in the "near" future. I replied, asking how to go about helping in this effort, as I desperately need this support; and it allows me to pitch in on the development effort of FreeBSD, also something I want to do. I was given two email addresses ( dec or kbyanc @freebsd.org ) to contact for info on how and where to help out. Unfortunately neither address ( I assume there are people associated with them, but I was given no names ) replied. I am posting here as I think this is probably the better correct list anyway. I am a very experienced programmer, and eager to join/start this effort. Although, I am not familiar with the FreeBSD development style, since it seems to be somewhat organized. My basic questions are: What needs to be done? I assume some people are working on it already, since I was given a time from of "the near future" ( I guess "near" can be very relative though ), and I do not want to duplicate work/effort. Where should my efforts be focused? Again, as not to duplicate work. Thanks, Kevin Wooten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 28 16:31:45 2002 Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F149237B400 for ; Fri, 28 Jun 2002 16:31:40 -0700 (PDT) Received: from kornet.hanirc.org (alfenheim.net [211.216.53.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B71C43E06 for ; Fri, 28 Jun 2002 16:31:40 -0700 (PDT) (envelope-from perky@kornet.hanirc.org) Received: from kornet.hanirc.org (perky@localhost [127.0.0.1]) by kornet.hanirc.org (8.12.3/8.12.3) with ESMTP id g5SNVdr5028030; Sat, 29 Jun 2002 08:31:39 +0900 (KST) (envelope-from perky@kornet.hanirc.org) Received: (from perky@localhost) by kornet.hanirc.org (8.12.3/8.12.3/Submit) id g5SNVcHW028013; Sat, 29 Jun 2002 08:31:38 +0900 (KST) Date: Sat, 29 Jun 2002 08:32:35 +0900 From: Hye-Shik Chang To: i18n@freebsd.org Subject: Request for review: misc/utf8locale port for UTF-8 locales Message-ID: <20020628233235.GA55452@fallin.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Yonsei University X-PGP: finger perky@freebsd.org X-Weather: clear, 17C, 84%, SW at 3 kph User-Agent: Mutt/1.5.1i Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I'd like to add this into port tree. please review or comment. # 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: # # utf8locale # utf8locale/Makefile # utf8locale/distinfo # utf8locale/pkg-comment # utf8locale/pkg-descr # utf8locale/pkg-plist # echo c - utf8locale mkdir -p utf8locale > /dev/null 2>&1 echo x - utf8locale/Makefile sed 's/^X//' >utf8locale/Makefile << 'END-of-utf8locale/Makefile' X# New ports collection makefile for: utf8locale X# Date created: 29 June 2002 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= utf8locale XPORTVERSION= 1.0 XCATEGORIES= misc XMASTER_SITES= http://people.freebsd.org/~perky/ \ X #${MASTER_SITE_LOCAL} XMASTER_SITE_SUBDIR= perky X XMAINTAINER= perky@FreeBSD.org X XLANGS= en_US ko_KR ja_JP XBASELOCALEDIR= ${DESTDIR}/usr/share/locale XPLIST_SUB= BASELOCALEDIR=${BASELOCALEDIR} \ X LANGS="${LANGS}" X Xpost-install: X.for lang in ${LANGS} X ${RM} -f ${BASELOCALEDIR}/${lang}.UTF-8 X ${LN} -sf ${PREFIX}/share/locale/${lang}.UTF-8 \ X ${BASELOCALEDIR}/${lang}.UTF-8 X.endfor X X.include END-of-utf8locale/Makefile echo x - utf8locale/distinfo sed 's/^X//' >utf8locale/distinfo << 'END-of-utf8locale/distinfo' XMD5 (utf8locale-1.0.tar.gz) = 512aba782fe5d88f313cfe32935709c5 END-of-utf8locale/distinfo echo x - utf8locale/pkg-comment sed 's/^X//' >utf8locale/pkg-comment << 'END-of-utf8locale/pkg-comment' XUTF-8 locales support END-of-utf8locale/pkg-comment echo x - utf8locale/pkg-descr sed 's/^X//' >utf8locale/pkg-descr << 'END-of-utf8locale/pkg-descr' XThis package offers UTF-8 locales for several languages. X XCurrently supported locales are: X o en_US.UTF-8 X o ko_KR.UTF-8 X o ja_JP.UTF-8 END-of-utf8locale/pkg-descr echo x - utf8locale/pkg-plist sed 's/^X//' >utf8locale/pkg-plist << 'END-of-utf8locale/pkg-plist' Xshare/locale/en_US.UTF-8/LC_COLLATE Xshare/locale/en_US.UTF-8/LC_CTYPE Xshare/locale/en_US.UTF-8/LC_MESSAGES Xshare/locale/en_US.UTF-8/LC_MONETARY Xshare/locale/en_US.UTF-8/LC_NUMERIC Xshare/locale/en_US.UTF-8/LC_TIME Xshare/locale/ja_JP.UTF-8/LC_COLLATE Xshare/locale/ja_JP.UTF-8/LC_CTYPE Xshare/locale/ja_JP.UTF-8/LC_MESSAGES Xshare/locale/ja_JP.UTF-8/LC_MONETARY Xshare/locale/ja_JP.UTF-8/LC_NUMERIC Xshare/locale/ja_JP.UTF-8/LC_TIME Xshare/locale/ko_KR.UTF-8/LC_COLLATE Xshare/locale/ko_KR.UTF-8/LC_CTYPE Xshare/locale/ko_KR.UTF-8/LC_MESSAGES Xshare/locale/ko_KR.UTF-8/LC_MONETARY Xshare/locale/ko_KR.UTF-8/LC_NUMERIC Xshare/locale/ko_KR.UTF-8/LC_TIME Xshare/locale/la_LN.UTF-8/LC_COLLATE Xshare/locale/la_LN.UTF-8/LC_CTYPE X@dirrm share/locale/la_LN.UTF-8 X@dirrm share/locale/ko_KR.UTF-8 X@dirrm share/locale/ja_JP.UTF-8 X@dirrm share/locale/en_US.UTF-8 X@unexec rmdir %D/share/locale 2>/dev/null || true X@exec for lang in %%LANGS%%; do ln -sf %D/share/locale/$lang.UTF-8 %%BASELOCALEDIR%%/; done X@unexec for lang in %%LANGS%%; do rm -f %%BASELOCALEDIR%%/$lang.UTF-8; done END-of-utf8locale/pkg-plist exit Regards, -- Hye-Shik Chang Yonsei University, Seoul ^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message