pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/wordtsar
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Sep 10 13:58:17 UTC 2024
Added Files:
pkgsrc/editors/wordtsar: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/wordtsar/DESCR \
pkgsrc/editors/wordtsar/Makefile pkgsrc/editors/wordtsar/PLIST \
pkgsrc/editors/wordtsar/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/editors/wordtsar/DESCR
diff -u /dev/null pkgsrc/editors/wordtsar/DESCR:1.1
--- /dev/null Tue Sep 10 13:58:17 2024
+++ pkgsrc/editors/wordtsar/DESCR Tue Sep 10 13:58:17 2024
@@ -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.
Index: pkgsrc/editors/wordtsar/Makefile
diff -u /dev/null pkgsrc/editors/wordtsar/Makefile:1.1
--- /dev/null Tue Sep 10 13:58:17 2024
+++ pkgsrc/editors/wordtsar/Makefile Tue Sep 10 13:58:17 2024
@@ -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= ryoon%NetBSD.org@localhost
+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"
Index: pkgsrc/editors/wordtsar/PLIST
diff -u /dev/null pkgsrc/editors/wordtsar/PLIST:1.1
--- /dev/null Tue Sep 10 13:58:17 2024
+++ pkgsrc/editors/wordtsar/PLIST Tue Sep 10 13:58:17 2024
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2024/09/10 13:58:17 ryoon Exp $
+bin/WordTsar
Index: pkgsrc/editors/wordtsar/distinfo
diff -u /dev/null pkgsrc/editors/wordtsar/distinfo:1.1
--- /dev/null Tue Sep 10 13:58:17 2024
+++ pkgsrc/editors/wordtsar/distinfo Tue Sep 10 13:58:17 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index