From owner-cvs-all@FreeBSD.ORG Mon Aug 14 15:38:32 2006 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 049BA16A4DD; Mon, 14 Aug 2006 15:38:32 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C575D43D4C; Mon, 14 Aug 2006 15:38:31 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7EFcVMc094148; Mon, 14 Aug 2006 15:38:31 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7EFcVd5094147; Mon, 14 Aug 2006 15:38:31 GMT (envelope-from garga) Message-Id: <200608141538.k7EFcVd5094147@repoman.freebsd.org> From: Renato Botelho Date: Mon, 14 Aug 2006 15:38:31 +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/devel/libtecla Makefile distinfo pkg-plist ports/devel/libtecla/files patch-demo3.c 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, 14 Aug 2006 15:38:32 -0000 garga 2006-08-14 15:38:31 UTC FreeBSD ports repository Modified files: devel/libtecla Makefile distinfo pkg-plist Added files: devel/libtecla/files patch-demo3.c Log: - Update to 1.6.1 - Respect CFLAGS - Take maintainership ChangeLog for this version: - added feature - the ability to call gl_normal_io() from callbacks registered by gl_watch_fd() and gl_inactivity_timeout(). This allows these callbacks to cleanly suspend line editing before either reading from the terminal, or writing to the terminal; and then subsequently causes the input line to be automatically redisplayed, and line-editing to be resumed by gl_get_line(), as soon as the callback returns. - bugfixes PR: ports/101929 Submitted by: Stanislav Sedov Revision Changes Path 1.19 +11 -7 ports/devel/libtecla/Makefile 1.13 +3 -3 ports/devel/libtecla/distinfo 1.1 +26 -0 ports/devel/libtecla/files/patch-demo3.c (new) 1.7 +1 -1 ports/devel/libtecla/pkg-plist