-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |