head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.14 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.12 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.10 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.8 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.6 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.4 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.2 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.2.0.2 pkgsrc-2024Q1-base:1.2; locks; strict; comment @# @; 1.4 date 2026.01.06.22.32.26; author wiz; state Exp; branches; next 1.3; commitid UFVgz9bux38dRnpG; 1.3 date 2024.05.06.08.40.23; author jperkin; state Exp; branches; next 1.2; commitid Xm6R3peSH7EgRU8F; 1.2 date 2024.01.27.20.23.50; author wiz; state Exp; branches; next 1.1; commitid d64kUWUuw4dUX7WE; 1.1 date 2024.01.27.19.27.16; author wiz; state Exp; branches; next ; commitid IB4zKz8CfM1FE7WE; desc @@ 1.4 log @tack: update to 1.11.20251210. 2025/04/29 1.11 Add checks for RV/rv and XR/xr 2024/05/01 1.10 Many portability fixes. @ text @# $NetBSD: Makefile,v 1.3 2024/05/06 08:40:23 jperkin Exp $ DISTNAME= tack-1.11-20251210 PKGNAME= ${DISTNAME:S/-20/.20/} CATEGORIES= devel MASTER_SITES= https://invisible-island.net/archives/ncurses/current/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://invisible-island.net/ncurses/tack.html COMMENT= Verify or refine a terminfo description of a terminal LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${DISTNAME:S,-202.*,,} GNU_CONFIGURE= yes # uses ncurses private symbols .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @*: Revision bumps for ncurses 6.5 overhaul. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/01/27 20:23:50 wiz Exp $ d3 1 a3 1 DISTNAME= tack-1.09-20230201 a4 1 PKGREVISION= 1 @ 1.2 log @tack: update to 1.09.20230201. 3 years of changes, no summary found. For details read the CHANGES file. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/01/27 19:27:16 wiz Exp $ d5 1 @ 1.1 log @devel/tack: import tack-1.09 The 'tack' program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard release. Although 'tack' has been distributed with ncurses, it is not an integral part of ncurses. It may be removed from the release without limiting the usefulness of ncurses on those terminals described in the terminfo data base. The best way to remove 'tack' from the build is to delete or rename the 'tack' directory before running the configure script. @ text @d1 1 a1 1 # $NetBSD$ d3 2 a4 2 DISTNAME= tack PKGNAME= tack-1.09 d6 2 a7 2 MASTER_SITES= https://invisible-island.net/datafiles/release/ DIST_SUBDIR= ${PKGNAME_NOREV} d14 1 a14 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @