From owner-freebsd-ports Mon Sep 18 11: 9: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 1E06D37B424; Mon, 18 Sep 2000 11:08:50 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id VAA14216; Mon, 18 Sep 2000 21:08:44 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8II08j56848; Mon, 18 Sep 2000 21:00:08 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39C65823.42396A80@FreeBSD.org> Date: Mon, 18 Sep 2000 21:00:03 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: ports@FreeBSD.org, asami@FreeBSD.org Subject: Extending BSD.[local,x11].dist to include GNU gettext locale dirs Content-Type: multipart/mixed; boundary="------------9E59805A541370D86B3EE296" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------9E59805A541370D86B3EE296 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi, We have a large number (~200) of ports that use GNU gettext, which implies that they are sharing some common directories. Currently this behaviour is unhandled, so maintainer of each particular port is free to deal with it whatever he likes. The better solution of course is to add those dirs into our mtree files, so the wheel will not have to be reinvented each time. The only problem, though, is a lack of complete list of those dirs, which means that potentially each softwar author can name his favorite locale whatever he likes, however most of them are smart enough to choose common 2-letter names optionally followed by encoding name. Following patch was prepared by greeping all PLISTs, so it should be fairly complete. I would like to know what do people think about it. -Maxim --------------9E59805A541370D86B3EE296 Content-Type: text/plain; charset=koi8-r; name="gettext-mtree.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gettext-mtree.patch" --- BSD.local.dist 2000/09/05 18:56:44 1.1 +++ BSD.local.dist 2000/09/05 19:08:15 @@ -196,6 +196,332 @@ .. examples .. + locale + af + LC_MESSAGES + .. + .. + bg + LC_MESSAGES + .. + .. + bg_BG.cp1251 + LC_MESSAGES + .. + .. + br + LC_MESSAGES + .. + .. + ca + LC_MESSAGES + .. + .. + cs + LC_MESSAGES + .. + .. + cy + LC_MESSAGES + .. + .. + cz + LC_MESSAGES + .. + .. + da + LC_MESSAGES + .. + .. + de + LC_MESSAGES + .. + .. + de_DE + LC_MESSAGES + .. + .. + dk + LC_MESSAGES + .. + .. + el + LC_MESSAGES + .. + .. + el_GR + LC_MESSAGES + .. + .. + en + LC_MESSAGES + .. + .. + en_AU + LC_MESSAGES + .. + .. + en_GB + LC_MESSAGES + .. + .. + en_SE + LC_MESSAGES + .. + .. + en_UK + LC_MESSAGES + .. + .. + en_US + LC_MESSAGES + .. + .. + eo + LC_MESSAGES + .. + .. + es + LC_MESSAGES + .. + .. + es_DO + LC_MESSAGES + .. + .. + es_ES + LC_MESSAGES + .. + .. + es_GT + LC_MESSAGES + .. + .. + es_HN + LC_MESSAGES + .. + .. + es_MX + LC_MESSAGES + .. + .. + es_PA + LC_MESSAGES + .. + .. + es_PE + LC_MESSAGES + .. + .. + es_SV + LC_MESSAGES + .. + .. + et + LC_MESSAGES + .. + .. + eu + LC_MESSAGES + .. + .. + fi + LC_MESSAGES + .. + .. + fr + LC_MESSAGES + .. + .. + ga + LC_MESSAGES + .. + .. + gd + LC_MESSAGES + .. + .. + gl + LC_MESSAGES + .. + .. + gv + LC_MESSAGES + .. + .. + he + LC_MESSAGES + .. + .. + hr + LC_MESSAGES + .. + .. + hs + LC_MESSAGES + .. + .. + hu + LC_MESSAGES + .. + .. + id + LC_MESSAGES + .. + .. + is + LC_MESSAGES + .. + .. + it + LC_MESSAGES + .. + .. + ja + LC_MESSAGES + .. + .. + ja_JP.EUC + LC_MESSAGES + .. + .. + ko + LC_MESSAGES + .. + .. + kw + LC_MESSAGES + .. + .. + lt + LC_MESSAGES + .. + .. + mk + LC_MESSAGES + .. + .. + nl + LC_MESSAGES + .. + .. + nn + LC_MESSAGES + .. + .. + no + LC_MESSAGES + .. + .. + no@nynorsk + LC_MESSAGES + .. + .. + pl + LC_MESSAGES + .. + .. + pt + LC_MESSAGES + .. + .. + pt_BR + LC_MESSAGES + .. + .. + pt_PT + LC_MESSAGES + .. + .. + ro + LC_MESSAGES + .. + .. + ru + LC_MESSAGES + .. + .. + ru_RU + LC_MESSAGES + .. + .. + rudos + LC_MESSAGES + .. + .. + rukoi8 + LC_MESSAGES + .. + .. + ruwin + LC_MESSAGES + .. + .. + sk + LC_MESSAGES + .. + .. + sl + LC_MESSAGES + .. + .. + sp + LC_MESSAGES + .. + .. + sr + LC_MESSAGES + .. + .. + sr_YU + LC_MESSAGES + .. + .. + sv + LC_MESSAGES + .. + .. + th + LC_MESSAGES + .. + .. + tr + LC_MESSAGES + .. + .. + uk + LC_MESSAGES + .. + .. + wa + LC_MESSAGES + .. + .. + zh + LC_MESSAGES + .. + .. + zh_CN + LC_MESSAGES + .. + .. + zh_CN.EUC + LC_MESSAGES + .. + .. + zh_CN.GB2312 + LC_MESSAGES + .. + .. + zh_CN.GBK + LC_MESSAGES + .. + .. + zh_TW.Big5 + LC_MESSAGES + .. + .. + .. misc .. nls --- BSD.x11.dist 2000/09/05 19:09:14 1.1 +++ BSD.x11.dist 2000/09/05 19:12:17 @@ -296,5 +296,331 @@ .. examples .. + locale + af + LC_MESSAGES + .. + .. + bg + LC_MESSAGES + .. + .. + bg_BG.cp1251 + LC_MESSAGES + .. + .. + br + LC_MESSAGES + .. + .. + ca + LC_MESSAGES + .. + .. + cs + LC_MESSAGES + .. + .. + cy + LC_MESSAGES + .. + .. + cz + LC_MESSAGES + .. + .. + da + LC_MESSAGES + .. + .. + de + LC_MESSAGES + .. + .. + de_DE + LC_MESSAGES + .. + .. + dk + LC_MESSAGES + .. + .. + el + LC_MESSAGES + .. + .. + el_GR + LC_MESSAGES + .. + .. + en + LC_MESSAGES + .. + .. + en_AU + LC_MESSAGES + .. + .. + en_GB + LC_MESSAGES + .. + .. + en_SE + LC_MESSAGES + .. + .. + en_UK + LC_MESSAGES + .. + .. + en_US + LC_MESSAGES + .. + .. + eo + LC_MESSAGES + .. + .. + es + LC_MESSAGES + .. + .. + es_DO + LC_MESSAGES + .. + .. + es_ES + LC_MESSAGES + .. + .. + es_GT + LC_MESSAGES + .. + .. + es_HN + LC_MESSAGES + .. + .. + es_MX + LC_MESSAGES + .. + .. + es_PA + LC_MESSAGES + .. + .. + es_PE + LC_MESSAGES + .. + .. + es_SV + LC_MESSAGES + .. + .. + et + LC_MESSAGES + .. + .. + eu + LC_MESSAGES + .. + .. + fi + LC_MESSAGES + .. + .. + fr + LC_MESSAGES + .. + .. + ga + LC_MESSAGES + .. + .. + gd + LC_MESSAGES + .. + .. + gl + LC_MESSAGES + .. + .. + gv + LC_MESSAGES + .. + .. + he + LC_MESSAGES + .. + .. + hr + LC_MESSAGES + .. + .. + hs + LC_MESSAGES + .. + .. + hu + LC_MESSAGES + .. + .. + id + LC_MESSAGES + .. + .. + is + LC_MESSAGES + .. + .. + it + LC_MESSAGES + .. + .. + ja + LC_MESSAGES + .. + .. + ja_JP.EUC + LC_MESSAGES + .. + .. + ko + LC_MESSAGES + .. + .. + kw + LC_MESSAGES + .. + .. + lt + LC_MESSAGES + .. + .. + mk + LC_MESSAGES + .. + .. + nl + LC_MESSAGES + .. + .. + nn + LC_MESSAGES + .. + .. + no + LC_MESSAGES + .. + .. + no@nynorsk + LC_MESSAGES + .. + .. + pl + LC_MESSAGES + .. + .. + pt + LC_MESSAGES + .. + .. + pt_BR + LC_MESSAGES + .. + .. + pt_PT + LC_MESSAGES + .. + .. + ro + LC_MESSAGES + .. + .. + ru + LC_MESSAGES + .. + .. + ru_RU + LC_MESSAGES + .. + .. + rudos + LC_MESSAGES + .. + .. + rukoi8 + LC_MESSAGES + .. + .. + ruwin + LC_MESSAGES + .. + .. + sk + LC_MESSAGES + .. + .. + sl + LC_MESSAGES + .. + .. + sp + LC_MESSAGES + .. + .. + sr + LC_MESSAGES + .. + .. + sr_YU + LC_MESSAGES + .. + .. + sv + LC_MESSAGES + .. + .. + th + LC_MESSAGES + .. + .. + tr + LC_MESSAGES + .. + .. + uk + LC_MESSAGES + .. + .. + wa + LC_MESSAGES + .. + .. + zh + LC_MESSAGES + .. + .. + zh_CN + LC_MESSAGES + .. + .. + zh_CN.EUC + LC_MESSAGES + .. + .. + zh_CN.GB2312 + LC_MESSAGES + .. + .. + zh_CN.GBK + LC_MESSAGES + .. + .. + zh_TW.Big5 + LC_MESSAGES + .. + .. + .. .. .. --------------9E59805A541370D86B3EE296-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message