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:   adam
Date:           Mon Mar 31 06:06:24 UTC 2025

Modified Files:
        pkgsrc/graphics/ansilove: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/ansilove/Makefile
cvs rdiff -u -r1.21 -r1.22 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.25 pkgsrc/graphics/ansilove/Makefile:1.26
--- pkgsrc/graphics/ansilove/Makefile:1.25      Tue May 23 08:26:35 2023
+++ pkgsrc/graphics/ansilove/Makefile   Mon Mar 31 06:06:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/05/23 08:26:35 fcambus Exp $
+# $NetBSD: Makefile,v 1.26 2025/03/31 06:06:24 adam Exp $
 
-DISTNAME=      ansilove-4.2.0
+DISTNAME=      ansilove-4.2.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ansilove/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -10,10 +10,10 @@ HOMEPAGE=   https://www.ansilove.org/
 COMMENT=       ANSI and ASCII art to PNG converter
 LICENSE=       2-clause-bsd
 
-USE_LANGUAGES= c99
-USE_CMAKE=     yes
-
-TEST_TARGET=   test
+USE_CC_FEATURES=       c99
+USE_LANGUAGES=         c
+TEST_TARGET=           test
 
+.include "../../devel/cmake/build.mk"
 .include "../../graphics/libansilove/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/ansilove/distinfo
diff -u pkgsrc/graphics/ansilove/distinfo:1.21 pkgsrc/graphics/ansilove/distinfo:1.22
--- pkgsrc/graphics/ansilove/distinfo:1.21      Tue May 23 08:26:35 2023
+++ pkgsrc/graphics/ansilove/distinfo   Mon Mar 31 06:06:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/05/23 08:26:35 fcambus Exp $
+$NetBSD: distinfo,v 1.22 2025/03/31 06:06:24 adam Exp $
 
-BLAKE2s (ansilove-4.2.0.tar.gz) = e3c2e84ca223eebbf3d9ed3e34ec3d6554173e71b55b7608bb8a23b35107ce50
-SHA512 (ansilove-4.2.0.tar.gz) = a408fccd497e45d82b9ab97bb867afd55796f3ab969b9805116e6bde63931efbc61bcd884409a45aea22af1c21d05fbefa53ce8a45c95156d0292fd509c85810
-Size (ansilove-4.2.0.tar.gz) = 41976 bytes
+BLAKE2s (ansilove-4.2.1.tar.gz) = 25e3b45a0ae2036c15c50acf66db3d660a2070f104d71cc556563d66529a9812
+SHA512 (ansilove-4.2.1.tar.gz) = 8fe75abb49ccdd1f264b11340157fbf705392b72c44a87a0b20ae1dda4f80b023ecd641ae909647e52d34b51f770a66714d4552e20dfad8e747b54b5ba8b73c6
+Size (ansilove-4.2.1.tar.gz) = 42218 bytes



Home | Main Index | Thread Index | Old Index