From owner-cvs-all@FreeBSD.ORG Tue Sep 23 08:07:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB1F1065672; Tue, 23 Sep 2008 08:07:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADF388FC1D; Tue, 23 Sep 2008 08:07:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8N87Hid036392; Tue, 23 Sep 2008 08:07:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8N87HSd036391; Tue, 23 Sep 2008 08:07:17 GMT (envelope-from miwi) Message-Id: <200809230807.m8N87HSd036391@repoman.freebsd.org> From: Martin Wilke Date: Tue, 23 Sep 2008 08:07:17 +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 Makefile ports/misc/teseq Makefile distinfo pkg-descr 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: Tue, 23 Sep 2008 08:07:17 -0000 miwi 2008-09-23 08:07:17 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/teseq Makefile distinfo pkg-descr Log: GNU Teseq is a tool for translating files that contain control characters and terminal control sequences, into human-understandable text. It is intended to aid in debugging problems in terminal emulators, software that makes use of special terminal features, and interactions between the two. Teseq is primarily targeted at individuals who possess a basic understanding of terminal control sequences, especially CSI sequences; however, by default Teseq will try to identify and describe the sequences that it encounters, and the behavior they might produce in a terminal. Teseq describes control functions as they are interpreted by VT100-compatible terminals, and/or terminals compliant with the ECMA-48 / ISO/IEC 6429 standard. Teseq does _not_ support describing control functions according to terminal-specific definitions in a database such as termcap or terminfo, though future versions may include limited support for that (*note Future Enhancements::). Therefore, the descriptions Teseq uses for control functions may not necessarily match their actual interpretation by whatever terminal device the characters were actually intended for WWW: http://www.gnu.org/software/teseq/ Revision Changes Path 1.891 +1 -0 ports/misc/Makefile 1.1 +25 -0 ports/misc/teseq/Makefile (new) 1.1 +3 -0 ports/misc/teseq/distinfo (new) 1.1 +23 -0 ports/misc/teseq/pkg-descr (new)