Skip to content

Commit

Permalink
editors/wordtsar: import wordtsar-0.3.719
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryoon committed Sep 10, 2024
1 parent 4b3f9f9 commit 969c5f9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editors/wordtsar/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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.
35 changes: 35 additions & 0 deletions editors/wordtsar/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# $NetBSD: Makefile,v 1.1 2024/09/10 13:58:17 ryoon Exp $

DISTNAME= WordTsar-0.3.719-src
PKGNAME= ${DISTNAME:tl:S/-src//}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wordtsar/}
EXTRACT_SUFX= .zip

MAINTAINER= [email protected]
HOMEPAGE= http://wordtsar.ca/
COMMENT= Wordstar for the 21st Cenetury
LICENSE= gnu-agpl-v3

USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++

INSTALLATION_DIRS+= bin

do-configure:
${MKDIR} ${WRKSRC}/build
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"
2 changes: 2 additions & 0 deletions editors/wordtsar/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2024/09/10 13:58:17 ryoon Exp $
bin/WordTsar
5 changes: 5 additions & 0 deletions editors/wordtsar/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/09/10 13:58:17 ryoon Exp $

BLAKE2s (WordTsar-0.3.719-src.zip) = 7cdcaecdb9310b2821cd5449f88a8e9eaa313afd78f7411c634123252ace876a
SHA512 (WordTsar-0.3.719-src.zip) = 60ffb855c290f0414160b508c36189489d7b9afed5c2cff36e9d0999ec369849ed3bbf54d4bfbce4aa2852a02df664fa481eb692309befb03eb5b47ec38a4ab5
Size (WordTsar-0.3.719-src.zip) = 3366105 bytes

0 comments on commit 969c5f9

Please sign in to comment.