Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 93E8DA6487 for ; Sun, 23 Feb 2014 00:40:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F037614A4D6; Sun, 23 Feb 2014 00:40:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90D5914A4CF for ; Sun, 23 Feb 2014 00:40:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xg14ZDf4h5xv for ; Sun, 23 Feb 2014 00:40:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 08B2E14A42E for ; Sun, 23 Feb 2014 00:40:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F2A6796; Sun, 23 Feb 2014 00:40:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 23 Feb 2014 00:40:04 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/misc/toilet To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20140223004004.F2A6796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Sun Feb 23 00:40:04 UTC 2014 Added Files: pkgsrc/misc/toilet: DESCR Makefile PLIST distinfo Log Message: Add toilet, a free replacement for the FIGlet utility. TOIlet stands for "The Other Implementation's letters", coined after FIGlet's "Frank, Ian and Glen's letters". TOIlet is in its very early development phase. It uses the powerful libcaca library to achieve various text-based effects. TOIlet implements or plans to implement the following features: * The ability to load FIGlet fonts * Support for Unicode input and output * Support for colour fonts * Support for colour output * Support for various output formats: HTML, IRC, ANSI... TOIlet also aims for full FIGlet compatibility. It is currently able to load FIGlet fonts and perform horizontal smushing. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/misc/toilet/DESCR pkgsrc/misc/toilet/Makefile \ pkgsrc/misc/toilet/PLIST pkgsrc/misc/toilet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.