summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-11-12 14:04:33 +0000
committermef <mef@pkgsrc.org>2019-11-12 14:04:33 +0000
commit28d5046b4d3a653283b7e2d39c2065c183ade1af (patch)
treead825646c3e84cc4af399a9338f52b547170191e
parent7e6d40e54176aca751cce8ea02c09439d82e9c66 (diff)
downloadpkgsrc-28d5046b4d3a653283b7e2d39c2065c183ade1af.tar.gz
(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)
-rw-r--r--textproc/aha/Makefile4
-rw-r--r--textproc/aha/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/aha/Makefile b/textproc/aha/Makefile
index d44a6b487b8..b4168976718 100644
--- a/textproc/aha/Makefile
+++ b/textproc/aha/Makefile
@@ -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 --git a/textproc/aha/distinfo b/textproc/aha/distinfo
index 58c8bdd2932..2d935e8596b 100644
--- a/textproc/aha/distinfo
+++ b/textproc/aha/distinfo
@@ -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