From owner-cvs-all@FreeBSD.ORG Mon Jun 13 00:12:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C5D816A41C; Mon, 13 Jun 2005 00:12:39 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB9643D1F; Mon, 13 Jun 2005 00:12:39 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5D0CdiI023568; Mon, 13 Jun 2005 00:12:39 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5D0CdXO023567; Mon, 13 Jun 2005 00:12:39 GMT (envelope-from sf) Message-Id: <200506130012.j5D0CdXO023567@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 13 Jun 2005 00:12:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/localedata Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 00:12:39 -0000 sf 2005-06-13 00:12:38 UTC FreeBSD ports repository Added files: misc/localedata Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist Log: Add localedata, compatibility locale data for FreeBSD 6.x to run 4.x/5.x binaries. When you have a trouble with locale at running a legacy binary, you should guide them to find legacy locale data with setting PATH_LOCALE environment variable. env PATH_LOCALE=/usr/local/share/compat/locale command Revision Changes Path 1.1 +36 -0 ports/misc/localedata/Makefile (new) 1.1 +2 -0 ports/misc/localedata/distinfo (new) 1.1 +567 -0 ports/misc/localedata/pkg-deinstall (new) 1.1 +6 -0 ports/misc/localedata/pkg-descr (new) 1.1 +613 -0 ports/misc/localedata/pkg-install (new) 1.1 +480 -0 ports/misc/localedata/pkg-plist (new)