From owner-freebsd-ports@FreeBSD.ORG Tue May 30 12:54:10 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA4E16A7AC for ; Tue, 30 May 2006 12:54:10 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4137A43D5D for ; Tue, 30 May 2006 12:54:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so272877wxd for ; Tue, 30 May 2006 05:54:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ltetz6vpa1WY9zor2YIL2q1ap+gdgIuLfbpl9ebEtDwnlOGPBx8vNumHIuHy6OkQJOmJXgYhsyfTTYz4Hkitl/b06AwZ0l5n2VHLSX4X9WPdZqe3jZKaYoSnBWDQHT9h+ub8Gp66o1IoKxGU7EkV5pwyDM6ynsg46yRn/rJfFDU= Received: by 10.70.122.10 with SMTP id u10mr3523630wxc; Tue, 30 May 2006 05:54:06 -0700 (PDT) Received: by 10.70.50.19 with HTTP; Tue, 30 May 2006 05:54:06 -0700 (PDT) Message-ID: Date: Tue, 30 May 2006 16:54:06 +0400 From: "Andrew Pantyukhin" To: chinsan In-Reply-To: <1f27304c0605300235o7faac207pd58a3369ec7c6cf6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1f27304c0605300235o7faac207pd58a3369ec7c6cf6@mail.gmail.com> Cc: FreeBSD Ports , hiroto.kagotani@gmail.com, Thierry Thomas Subject: Re: Firefox localization packs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 12:54:18 -0000 On 5/30/06, chinsan wrote: > I has been tested and think this port has all the functionality of my ports > (chinese/firefox-zh_CN, chinese/firefox-zh_TW, korean/firefox-ko) Great, thanks! Can they be removed? > But I suggest to add "zh_TW" into the default value of "FIREFOX_I18N" > FIREFOX_I18N?= zh-CN zh-TW de fr ja ru it es-ES > or make this as a visual dialog(OPTIONS). > Thought it can tuned by setting FIREFOX_I18N in /etc/make.conf. > Because I think it will make end-user more clear to choose which > language they wants by OPTIONS. I tried to select only the most popular locales in the default set. I don't know if it's worth it to include other locales, since it makes you download more by default. As for options - I didn't want to encumber the port, at least until the options are separated from bsd.port.pre.mk. Thanks!