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:           Mon Jun 17 21:31:26 UTC 2019

Modified Files:
        pkgsrc/graphics/ansilove: Makefile distinfo

Log Message:
ansilove: Update to 3.0.9.

ChangeLog:

AnsiLove/C 3.0.9 (2018-06-19)

- Add a new example ANSi (Thanks Sylvao)
- Do not use -Werror by default
- Increment maximum ansi sequences length
- Add code to skip PabloDraw 24-bit ANSI sequences

AnsiLove/C 3.0.8 (2017-12-20)

- Adding new example ANSis (Thanks Burps)
- Use asprintf() to create output filenames
- Reflect OpenBSD's pledge() changes
- Add a -R flag allowing to specify a custom retina scale factor

AnsiLove/C 3.0.7 (2017-07-02)

- Print messages to to stderr instead of stdout
- Ensure binary files have an even size
- Better description of supported file formats
- Skip erase in line (EL) sequences (issue reported by Bart Dumon, thanks!)
- Define palettes in config.h
- Use defined palettes instead of hardcoding each color value in the loaders

AnsiLove/C 3.0.6 (2017-04-22)

- Create an output function to unify the way output files are created
- Prevent .png suffix to be appended when using -o flag (*NIX tool
  convention compatibility)

AnsiLove/C 3.0.5 (2017-04-16)

- Free memory allocated in the PCBoard loader
- Free font data where appropriate
- Add a trailing NUL character to inputFileBuffer
- Remove the custom substr function, call strndup directly
- Free seqGrab where necessary
- Use the ternary operator when shitfing cursor position
- Use perror when printing errors
- Remove SUBSTITUTE_BREAK and WRAP_COLUMN_80 options
- Use fstat to get the input file size
- Create a retina function instead of duplicating code in all loaders
- Fix OpenBSD's style(9) offenders in compat functions

OK kamil@


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/ansilove/Makefile
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/graphics/ansilove/Makefile:1.7
--- pkgsrc/graphics/ansilove/Makefile:1.6       Mon Mar 12 11:16:38 2018
+++ pkgsrc/graphics/ansilove/Makefile   Mon Jun 17 21:31:26 2019
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2018/03/12 11:16:38 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/17 21:31:26 fcambus Exp $
 
-DISTNAME=      ansilove-3.0.4
-PKGREVISION=   2
+DISTNAME=      ansilove-3.0.9
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ansilove/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    fcambus%NetBSD.org@localhost
 HOMEPAGE=      https://www.ansilove.org/
 COMMENT=       ANSI and ASCII art to PNG converter
 LICENSE=       2-clause-bsd

Index: pkgsrc/graphics/ansilove/distinfo
diff -u pkgsrc/graphics/ansilove/distinfo:1.2 pkgsrc/graphics/ansilove/distinfo:1.3
--- pkgsrc/graphics/ansilove/distinfo:1.2       Sun Sep 11 15:47:20 2016
+++ pkgsrc/graphics/ansilove/distinfo   Mon Jun 17 21:31:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/09/11 15:47:20 kamil Exp $
+$NetBSD: distinfo,v 1.3 2019/06/17 21:31:26 fcambus Exp $
 
-SHA1 (ansilove-3.0.4.tar.gz) = 47f65aa34d4782d828c88d82298fa81c79b0cd96
-RMD160 (ansilove-3.0.4.tar.gz) = 26f67e469b08c6fc75107190ca76dbdf0d6204bb
-SHA512 (ansilove-3.0.4.tar.gz) = a0e3d9607c0211af8902d4bb4a9ac5e07715a86a3d34f0e7ccf58c50b9d5f09490be96b7b662680e1f32522025cb7c3fb50903e886b464bbe530f68a0dbb6bb3
-Size (ansilove-3.0.4.tar.gz) = 151101 bytes
+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



Home | Main Index | Thread Index | Old Index