./graphics/ansilove, ANSI and ASCII art to PNG converter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.2.0, Package name: ansilove-4.2.0, Maintainer: pkgsrc-users

AnsiLove 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: 40.992 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-23 10:26:35 by Frederic Cambus | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2020-10-22 22:53:41 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
ansilove: update to 4.1.4.

AnsiLove/C 4.1.4 (2020-10-22)

- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2
- Move read_status variable declaration to the top of the function
- Check fread() return values in readComments() and add error handling
- Introduce the READ_RECORD function-like macro, for fread error handling
- Use READ_RECORD in readRecord() to add fread() error handling
- Only call memset() if the malloc call succeeds
- Check strdup() return value and error out on failed allocation