From owner-cvs-all@FreeBSD.ORG Sun May 8 18:46:39 2011 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 331A3106566B; Sun, 8 May 2011 18:46:39 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26C7F8FC13; Sun, 8 May 2011 18:46:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p48IkdSo053077; Sun, 8 May 2011 18:46:39 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48IkdVM053076; Sun, 8 May 2011 18:46:39 GMT (envelope-from pgj) Message-Id: <201105081846.p48IkdVM053076@repoman.freebsd.org> From: Gabor Pali Date: Sun, 8 May 2011 18:46:39 +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/x11-toolkits/hs-vte Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 18:46:39 -0000 pgj 2011-05-08 18:46:39 UTC FreeBSD ports repository Added files: x11-toolkits/hs-vte Makefile distinfo pkg-descr Log: The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +25 -0 ports/x11-toolkits/hs-vte/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/hs-vte/distinfo (new) 1.1 +6 -0 ports/x11-toolkits/hs-vte/pkg-descr (new)