Received: by mail.netbsd.org (Postfix, from userid 605) id D51C384D74; Tue, 12 Nov 2019 14:04:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E60784CEA for ; Tue, 12 Nov 2019 14:04:34 +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 jQC2AWcBLGMj for ; Tue, 12 Nov 2019 14:04:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5A08484CD4 for ; Tue, 12 Nov 2019 14:04:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53DBAFA95; Tue, 12 Nov 2019 14:04:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573567473285300" MIME-Version: 1.0 Date: Tue, 12 Nov 2019 14:04:33 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/aha To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191112140433.53DBAFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1573567473285300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Nov 12 14:04:33 UTC 2019 Modified Files: pkgsrc/textproc/aha: Makefile distinfo Log Message: (textproc/aha) Updated from 0.4.10.6 to 0.5 Version 0.5 (recent): - Added support for ansi vt220 character set using utf8 characters, useful for tables - Added support for italic text (thanks to suve) - Added support for crossed out text (thanks to suve) - Added support for 8 bit colours (thanks to John Poole and suve) - Added support for 24 bit colours - Added rudimentary support for highlighting - Fixed behaviour of ESC[7m "negative image" - Fixed charset information in head based on used encoding (thanks to suve) - Fixed ESC[27m "revert off" (thanks to suve) - Escaping html special characters in title (thanks to suve) - Not returning zero at unknown option error (thanks to suve) - Refactored used colour scheme from int to enum (thanks to suve) - Refactored error report using errstr (thanks to suve) - Refactored code to avoid warnings (thanks to suve) - Refactored options to an own struct (thanks to suve) - Refactored color printing switch to an array (thanks to suve) - Refactored application state to an own struct (thanks to suve) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/aha/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/aha/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573567473285300 Content-Disposition: inline Content-Length: 1528 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/aha/Makefile diff -u pkgsrc/textproc/aha/Makefile:1.4 pkgsrc/textproc/aha/Makefile:1.5 --- pkgsrc/textproc/aha/Makefile:1.4 Tue May 23 10:56:16 2017 +++ pkgsrc/textproc/aha/Makefile Tue Nov 12 14:04:33 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/05/23 10:56:16 mef Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/12 14:04:33 mef Exp $ -DISTNAME= aha-0.4.10.6 +DISTNAME= aha-0.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=theZiz/} Index: pkgsrc/textproc/aha/distinfo diff -u pkgsrc/textproc/aha/distinfo:1.3 pkgsrc/textproc/aha/distinfo:1.4 --- pkgsrc/textproc/aha/distinfo:1.3 Tue May 23 10:56:16 2017 +++ pkgsrc/textproc/aha/distinfo Tue Nov 12 14:04:33 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/05/23 10:56:16 mef Exp $ +$NetBSD: distinfo,v 1.4 2019/11/12 14:04:33 mef Exp $ -SHA1 (aha-0.4.10.6.tar.gz) = 1d8cbd9f025a6dde70ded0a48cc5036130ce540c -RMD160 (aha-0.4.10.6.tar.gz) = 4d2318c672de08d24a1ab0a2ec95e1f0fc7a9a18 -SHA512 (aha-0.4.10.6.tar.gz) = 640fc0b802fbe026152143e66a2ef5e7e36342dfab01a1f4ed4a543d0fc822a7377a2434f1d5fca917126740eb102a7c6dd232e9c15815d5ca7ef80a4cb27e4b -Size (aha-0.4.10.6.tar.gz) = 372683 bytes +SHA1 (aha-0.5.tar.gz) = fdb8be82e940762546160c237993bdfe1f935c71 +RMD160 (aha-0.5.tar.gz) = ce0541972b35b4e5b6ba18b4f12949a14891cec1 +SHA512 (aha-0.5.tar.gz) = 2fbf0be928d8ea0491f6710d96eddd135253cadce6cc8c00f342e03e030ee16a3ff1eb6a559740cdd642b074c9e4e3fd9a76412272ffeb0b7bb419b0dcb6dbc1 +Size (aha-0.5.tar.gz) = 375851 bytes --_----------=_1573567473285300--