pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/aha



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.

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



Home | Main Index | Thread Index | Old Index