pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aha (textproc/aha) Updated from 0.4.10.6 to 0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bf3e7a87d66
branches:  trunk
changeset: 343849:9bf3e7a87d66
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Nov 12 14:04:33 2019 +0000

description:
(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)

diffstat:

 textproc/aha/Makefile |   4 ++--
 textproc/aha/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 302117d4fc32 -r 9bf3e7a87d66 textproc/aha/Makefile
--- a/textproc/aha/Makefile     Tue Nov 12 14:00:17 2019 +0000
+++ b/textproc/aha/Makefile     Tue Nov 12 14:04:33 2019 +0000
@@ -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/}
 
diff -r 302117d4fc32 -r 9bf3e7a87d66 textproc/aha/distinfo
--- a/textproc/aha/distinfo     Tue Nov 12 14:00:17 2019 +0000
+++ b/textproc/aha/distinfo     Tue Nov 12 14:04:33 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index