head 1.13; access; symbols pkgsrc-2026Q2:1.13.0.4 pkgsrc-2026Q2-base:1.13 pkgsrc-2026Q1:1.13.0.2 pkgsrc-2026Q1-base:1.13 pkgsrc-2025Q4:1.11.0.2 pkgsrc-2025Q4-base:1.11 pkgsrc-2025Q3:1.10.0.4 pkgsrc-2025Q3-base:1.10 pkgsrc-2025Q2:1.10.0.2 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.8.0.2 pkgsrc-2025Q1-base:1.8 pkgsrc-2024Q4:1.7.0.2 pkgsrc-2024Q4-base:1.7 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2; locks; strict; comment @# @; 1.13 date 2026.02.17.08.09.41; author wiz; state Exp; branches; next 1.12; commitid 4MAXyENDLonyJHuG; 1.12 date 2026.01.07.08.46.51; author wiz; state Exp; branches; next 1.11; commitid 1wQ3ICD8eebefrpG; 1.11 date 2025.10.23.20.36.45; author wiz; state Exp; branches; next 1.10; commitid 1V2hBZn9ypXaCJfG; 1.10 date 2025.04.24.14.13.47; author wiz; state Exp; branches; next 1.9; commitid A3VBjL8Zdd4LljSF; 1.9 date 2025.04.17.21.50.37; author wiz; state Exp; branches; next 1.8; commitid xcIXAVA292fk6sRF; 1.8 date 2025.01.31.10.09.43; author wiz; state Exp; branches; next 1.7; commitid 76aJrut5KZ7XFCHF; 1.7 date 2024.11.30.21.03.37; author wiz; state Exp; branches; next 1.6; commitid bD8yoqvN5K6QhIzF; 1.6 date 2024.11.26.12.27.04; author nia; state Exp; branches; next 1.5; commitid eGV3hcRTFdJCy9zF; 1.5 date 2024.11.14.22.19.41; author wiz; state Exp; branches; next 1.4; commitid JmuDYqwL4erbdFxF; 1.4 date 2024.11.01.12.52.26; author wiz; state Exp; branches; next 1.3; commitid QB4Wk02mZPuBuWvF; 1.3 date 2024.11.01.00.51.39; author wiz; state Exp; branches; next 1.2; commitid QT27BdVP362gvSvF; 1.2 date 2024.09.10.16.04.18; author wiz; state Exp; branches; next 1.1; commitid f5A5ZfgBtP5EehpF; 1.1 date 2024.09.10.13.58.17; author ryoon; state Exp; branches; next ; commitid YH3owIOKjz3qxgpF; desc @@ 1.13 log @wordtsar: switch to https @ text @# $NetBSD: Makefile,v 1.12 2026/01/07 08:46:51 wiz Exp $ DISTNAME= WordTsar-0.3.719-src PKGNAME= ${DISTNAME:tl:S/-src//} PKGREVISION= 7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wordtsar/} EXTRACT_SUFX= .zip MAINTAINER= ryoon@@NetBSD.org HOMEPAGE= https://wordtsar.ca/ COMMENT= Wordstar for the 21st Century LICENSE= gnu-agpl-v3 USE_TOOLS+= bash pkg-config USE_LANGUAGES= c c++ INSTALLATION_DIRS+= bin REPLACE_BASH+= rev.sh # unclear why this is necessary or where this comes from SUBST_CLASSES+= path SUBST_SED.path+= -e s,../../src/core/include/version.h,../src/core/include/version.h, SUBST_FILES.path+= build/Makefile SUBST_STAGE.path= post-configure SUBST_MESSAGE.path= Fixing path to version.h do-configure: ${MKDIR} ${WRKSRC}/build ${CHMOD} 755 ${WRKSRC}/rev.sh cd ${WRKSRC}/build && \ ${CONFIGURE_ENV} ${QTDIR}/bin/qmake ../wordtsar.pro do-build: cd ${WRKSRC}/build && \ ${MAKE_ENV} ${MAKE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/WordTsar \ ${DESTDIR}${PREFIX}/bin .include "../../converters/utf8proc/buildlink3.mk" .include "../../textproc/pugixml/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.12 log @*: recursive bump for icu 78.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2025/10/23 20:36:45 wiz Exp $ d11 1 a11 1 HOMEPAGE= http://wordtsar.ca/ @ 1.11 log @*: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2025/04/24 14:13:47 wiz Exp $ d5 1 a5 1 PKGREVISION= 6 @ 1.10 log @*: recursive bump for jpeg -> libjpeg-turbo switch @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2025/04/17 21:50:37 wiz Exp $ d5 1 a5 1 PKGREVISION= 5 @ 1.9 log @*: recursive bump for icu 77 and libxml2 2.14 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/01/31 10:09:43 wiz Exp $ d5 1 a5 1 PKGREVISION= 4 @ 1.8 log @wordtsar: fix build Unclear why the path to version.h is so broken, but just work around it. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/11/30 21:03:37 wiz Exp $ d5 1 a5 1 PKGREVISION= 3 @ 1.7 log @wordtsar: MAKE_JOBS_SAFE=no doesn't fix the version.h problem, remove it @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2024/11/26 12:27:04 nia Exp $ d15 1 a15 1 USE_TOOLS+= pkg-config d20 9 d31 1 @ 1.6 log @wordtsar: sporadic failures, set MAKE_JOBS_SAFE=no @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/11/14 22:19:41 wiz Exp $ a17 3 # make: don't know how to make ../../src/core/include/version.h. Stop MAKE_JOBS_SAFE= no @ 1.5 log @*: recursive bump for icu 76 shlib major version bump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/11/01 12:52:26 wiz Exp $ d18 3 @ 1.4 log @*: revbump for icu downgrade @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/11/01 00:51:39 wiz Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.3 log @*: recursive bump for icu 76.1 shlib bump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/09/10 16:04:18 wiz Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.2 log @wordtsar: fix typo in COMMENT @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/09/10 13:58:17 ryoon Exp $ d5 1 @ 1.1 log @editors/wordtsar: import wordtsar-0.3.719 Wordstar for the 21st Century. WordTsar is a Wordstar 7.0D document mode clone. It loads Wordstar 4, Wordstar 7, RTF (partial) files, and DOCX (partial) files, and saves in Wordstar 7 and RTF format. @ text @d1 1 a1 1 # $NetBSD$ d11 1 a11 1 COMMENT= Wordstar for the 21st Cenetury @