Tue May 7 16:04:24 2024 UTC (29d)
nudoku: No longer just for ncurses


(nia)
diff -r1.1 -r1.2 pkgsrc/games/nudoku/DESCR
diff -r1.10 -r1.11 pkgsrc/games/nudoku/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/games/nudoku/DESCR (expand / switch to unified diff)

--- pkgsrc/games/nudoku/DESCR 2020/03/16 12:59:02 1.1
+++ pkgsrc/games/nudoku/DESCR 2024/05/07 16:04:24 1.2
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1nudoku is a ncurses based sudoku game. Perfect to relax a little or 1nudoku is a curses based sudoku game. Perfect to relax a little or
2just waste some time when you are on the console. 2just waste some time when you are on the console.

cvs diff -r1.10 -r1.11 pkgsrc/games/nudoku/Makefile (expand / switch to unified diff)

--- pkgsrc/games/nudoku/Makefile 2024/05/07 16:01:06 1.10
+++ pkgsrc/games/nudoku/Makefile 2024/05/07 16:04:24 1.11
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.10 2024/05/07 16:01:06 nia Exp $ 1# $NetBSD: Makefile,v 1.11 2024/05/07 16:04:24 nia Exp $
2 2
3DISTNAME= nudoku-4.0.0 3DISTNAME= nudoku-4.0.0
 4PKGREVISION= 1
4CATEGORIES= games 5CATEGORIES= games
5MASTER_SITES= ${MASTER_SITE_GITHUB:=jubalh/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=jubalh/}
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://jubalh.github.io/nudoku/ 9HOMEPAGE= https://jubalh.github.io/nudoku/
9COMMENT= Ncurses based sudoku game 10COMMENT= Curses based sudoku game
10LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
11 12
12TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 13TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
13 14
14# Fix gettext includes 15# Fix gettext includes
15SUBST_CLASSES+= includes 16SUBST_CLASSES+= includes
16SUBST_STAGE.includes= post-configure 17SUBST_STAGE.includes= post-configure
17SUBST_MESSAGE.includes= Fix gettext includes 18SUBST_MESSAGE.includes= Fix gettext includes
18SUBST_FILES.includes+= src/sudoku.c 19SUBST_FILES.includes+= src/sudoku.c
19SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,' 20SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,'
20 21
21USE_TOOLS+= autoreconf automake autoconf autopoint gettext 22USE_TOOLS+= autoreconf automake autoconf autopoint gettext
22USE_TOOLS+= pkg-config 23USE_TOOLS+= pkg-config