From owner-freebsd-current@FreeBSD.ORG Sat Jun 10 02:06:46 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFB216A41B for ; Sat, 10 Jun 2006 02:06:46 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A66143D73 for ; Sat, 10 Jun 2006 02:06:44 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so653982nfe for ; Fri, 09 Jun 2006 19:06:43 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=BJclid+J+YejtMbk9TOi78tQjBtuBuYUSO2Dy+MFVwWIwTtXCyomwN7ZciraK7A0WYyjiXm+YVofF0IdWqQUUOVwsu5E2ot4TEEcrpHrT6GzJd2AoFOurK1r2o8hS2QiMoaB0ZJoccViZHBSFQKwdxK4QyZYLz1NjA8E1x6rYVw= Received: by 10.49.78.6 with SMTP id f6mr2894865nfl; Fri, 09 Jun 2006 19:06:42 -0700 (PDT) Received: by 10.48.30.10 with HTTP; Fri, 9 Jun 2006 19:06:42 -0700 (PDT) Message-ID: <6eb82e0606091906j7d9f69aarcf1f9738c7565677@mail.gmail.com> Date: Fri, 9 Jun 2006 22:06:42 -0400 From: "Rong-en Fan" To: stable@freebsd.org, current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Sat, 10 Jun 2006 02:30:07 +0000 Cc: peter@freebsd.org Subject: Updating ncurses in base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 02:06:46 -0000 Hi, [I'm also CC'ed peter@ since he is the maintainer of ncurses in base] As you may know, the current ncurses in the base system is rather old (it is 4 years old). I have been working on updating ncurses to the latest version 5.5 and enable wide character as default. I have put the description, goal, issues, current status, and tarball for test at the following URL: http://www.rafan.org/FreeBSD/ncurses/ I use the updated ncurses on my 7-CURRENT for sometime, everything works well. As I note in that page, there are some issues related to building framework of libncurses and related libraries. I hope there are some experienced people here can show me which way is most likely to be included in the base system. In addition to those issues, I hope some of you can test it and feedback. I really would like to see ncurses in base is updated in the near future. Regards, Rong-En Fan