pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ansilove ansilove: Update to 4.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f84feef8cfe0
branches:  trunk
changeset: 397747:f84feef8cfe0
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Jul 02 15:46:04 2019 +0000

description:
ansilove: Update to 4.0.1.

ChangeLog:

AnsiLove/C 4.0.1 (2019-06-25)

- Fix a few typos in README and ansilove.1
- Simplify display of default font when no font option is specified
- Drop the leading dot when saving input file extension
- Fix the check for readComments() return value

AnsiLove/C 4.0.0 (2019-01-16)

- Switch to using libansilove
- Add a new switch (-d) to toggle DOS aspect ratio
- Add initial support for PabloDraw 24-bit ANSI sequences
- Ansilove now generates only one output file when -r or -R options
  are used
- Display scale factor when -r or -R options are used
- Allow to specify the number of columns for ANSI and Tundra files
- Restrict maximum allowed number of columns to 4096
- Check asprintf() return value and error if allocation fails
- Bugfixes and improvements in the SAUCE parser
- Refactor font selection processing
- Refactor rendering mode processing
- Use OpenBSD style(9) for function prototypes and declaration
- Add missing headers and remove unnecessary ones
- Remove versionInfo(), simply print the header with version information
  when invoked with -v
- Remove showHelp(), show synopsis instead when invoked with -h
- Add a new example ANSi (Thanks Nail)
- Remove -e switch, examples are now listed in the man page instead
- Make synopsis() only display SYNOPSIS, as it should be.
- Add an EXAMPLES section in ansilove.1
- PC fonts for code pages other than cp437 are now named using the cpNNN
  scheme. Albeit not documented anymore, the previously used names will
  keep working

OK kamil@

diffstat:

 graphics/ansilove/Makefile |   7 ++++---
 graphics/ansilove/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r c7891ed9f725 -r f84feef8cfe0 graphics/ansilove/Makefile
--- a/graphics/ansilove/Makefile        Tue Jul 02 13:46:29 2019 +0000
+++ b/graphics/ansilove/Makefile        Tue Jul 02 15:46:04 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/06/17 21:31:26 fcambus Exp $
+# $NetBSD: Makefile,v 1.8 2019/07/02 15:46:04 fcambus Exp $
 
-DISTNAME=      ansilove-3.0.9
+DISTNAME=      ansilove-4.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ansilove/}
 
@@ -9,7 +9,8 @@
 COMMENT=       ANSI and ASCII art to PNG converter
 LICENSE=       2-clause-bsd
 
+USE_LANGUAGES= c99
 USE_CMAKE=     yes
 
-.include "../../graphics/gd/buildlink3.mk"
+.include "../../graphics/libansilove/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c7891ed9f725 -r f84feef8cfe0 graphics/ansilove/distinfo
--- a/graphics/ansilove/distinfo        Tue Jul 02 13:46:29 2019 +0000
+++ b/graphics/ansilove/distinfo        Tue Jul 02 15:46:04 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/06/17 21:31:26 fcambus Exp $
+$NetBSD: distinfo,v 1.4 2019/07/02 15:46:04 fcambus Exp $
 
-SHA1 (ansilove-3.0.9.tar.gz) = 0b53b7b7c8816090fb4050a7b466c3da29eaf782
-RMD160 (ansilove-3.0.9.tar.gz) = 05414a4e49a3cf5e7bf22b08b66610bec7479d18
-SHA512 (ansilove-3.0.9.tar.gz) = d2ac64f24ae93ae9a53f164bd0d6f79df136c71cfb52dc337898bdbb70c4e33031dcfdfa1b5a344c4fcb6026eba33b99d14bdf8e922dfc365435bd6871d49b68
-Size (ansilove-3.0.9.tar.gz) = 162408 bytes
+SHA1 (ansilove-4.0.1.tar.gz) = f0786ef8bfb1ec51aab7e9ad0c555300d643aa76
+RMD160 (ansilove-4.0.1.tar.gz) = c9ace1d1f24fd172054b9e75412af9f38d64e2c2
+SHA512 (ansilove-4.0.1.tar.gz) = 9cc4556eefebd59834595bff1d89c9fcbecfdee98625194a33b762120737398c0179395cda22f32912961ccb8214252ccb679da580c6e3a617b76fa787c9a43a
+Size (ansilove-4.0.1.tar.gz) = 121489 bytes



Home | Main Index | Thread Index | Old Index