pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ansilove



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Jul  2 15:46:04 UTC 2019

Modified Files:
        pkgsrc/graphics/ansilove: Makefile distinfo

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/ansilove/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/ansilove/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ansilove/Makefile
diff -u pkgsrc/graphics/ansilove/Makefile:1.7 pkgsrc/graphics/ansilove/Makefile:1.8
--- pkgsrc/graphics/ansilove/Makefile:1.7       Mon Jun 17 21:31:26 2019
+++ pkgsrc/graphics/ansilove/Makefile   Tue Jul  2 15:46:04 2019
@@ -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 @@ HOMEPAGE=       https://www.ansilove.org/
 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"

Index: pkgsrc/graphics/ansilove/distinfo
diff -u pkgsrc/graphics/ansilove/distinfo:1.3 pkgsrc/graphics/ansilove/distinfo:1.4
--- pkgsrc/graphics/ansilove/distinfo:1.3       Mon Jun 17 21:31:26 2019
+++ pkgsrc/graphics/ansilove/distinfo   Tue Jul  2 15:46:04 2019
@@ -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