Path to this page:
./
graphics/ansilove,
ANSI and ASCII art to PNG converter
Branch: CURRENT,
Version: 4.2.1,
Package name: ansilove-4.2.1,
Maintainer: pkgsrc-usersAnsiLove is an ANSI and ASCII art to PNG converter, allowing to convert
ANSI and artscene-related file formats into PNG images, supporting ANSI
(.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
Tundra (.TND) and XBin (.XB) formats.
It creates size optimized 4-bit PNG files and supports SAUCE (Standard
Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts
(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
Required to run:[
graphics/libansilove]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 41.229 KB
Version history: (Expand)
- (2025-03-31) Updated to version: ansilove-4.2.1
- (2023-05-23) Updated to version: ansilove-4.2.0
- (2023-04-01) Updated to version: ansilove-4.1.7
- (2022-02-11) Updated to version: ansilove-4.1.6
- (2021-02-15) Updated to version: ansilove-4.1.5
- (2020-10-23) Updated to version: ansilove-4.1.4
CVS history: (Expand)
2025-03-31 08:06:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
ansilove: updated to 4.2.1
AnsiLove/C 4.2.1 (2025-03-24)
- Add a link to Durdraw in the "Projects using Ansilove" section
- Update README to add a link to the Guix package
- Add Textfiles.com to the list of projects using Ansilove
- Document support for the Spleen 8x16 font
- Bump cmake_minimum_required to 3.5, to allow building with CMake 4.0
- Bump cmake_minimum_required to 3.10 to be more future proof
|
2023-05-23 10:26:35 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.2.0.
AnsiLove/C 4.2.0 (2023-05-23)
- Add initial RPM spec file
- Add support for the Spleen 8x16 font (requires libansilove >= 1.4.0)
|
2023-04-01 11:50:58 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.1.7.
AnsiLove/C 4.1.7 (2023-03-30)
- Always print processing time on stderr
- Move manual page to the man directory
|
2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41) |
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
|
2022-02-10 21:37:37 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.1.6.
AnsiLove/C 4.1.6 (2021-02-10)
- Mention experimental seccomp support availability in README
- Bump CMake minimum required version to 3.1
- Add SPDX short license identifier in source files
- Add a test case for retina output
- Add a test case for SAUCE output
- Use CMAKE_C_STANDARD instead of hardcoding compiler flags
- Stop linking against libm, it's not necessary anymore
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-02-15 08:49:54 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.1.5.
AnsiLove/C 4.1.5 (2021-02-14)
- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Remove dead increments for argc and argv
- Check strdup() return value when allocating output file name
|