pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add novelwriter (untested).
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Thu Sep 18 11:14:03 2025 -0400
Changeset: e212b499e2788d70f2ceedebedbfa88a87ec0fdd
Added Files:
novelwriter/DESCR
novelwriter/Makefile
novelwriter/PLIST
novelwriter/distinfo
Log Message:
Add novelwriter (untested).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e212b499e2788d70f2ceedebedbfa88a87ec0fdd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
novelwriter/DESCR | 12 ++++++++++++
novelwriter/Makefile | 25 +++++++++++++++++++++++++
novelwriter/PLIST | 4 ++++
novelwriter/distinfo | 5 +++++
4 files changed, 46 insertions(+)
diffs:
diff --git a/novelwriter/DESCR b/novelwriter/DESCR
new file mode 100644
index 0000000000..5f56cf1582
--- /dev/null
+++ b/novelwriter/DESCR
@@ -0,0 +1,12 @@
+novelWriter is a plain text editor designed for writing novels assembled
+from many smaller text documents. It uses a minimal formatting syntax
+inspired by Markdown, and adds a meta data syntax for comments,
+synopsis, and cross-referencing. It's designed to be a simple text
+editor that allows for easy organisation of text and notes, using human
+readable text files as storage for robustness.
+
+The project storage is suitable for version control software, and also
+well suited for file synchronisation tools. All text is saved as plain
+text files with a meta data header. The core project structure is
+stored in a single project XML file. Other meta data is primarily saved
+as JSON files.
diff --git a/novelwriter/Makefile b/novelwriter/Makefile
new file mode 100644
index 0000000000..88b16fae57
--- /dev/null
+++ b/novelwriter/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= novelWriter-2.7.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= editors python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=vkbo/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://novelwriter.io/
+COMMENT= Plain text editor for novels
+LICENSE= gnu-gpl-v3 AND apache-2.0 AND cc-by-v4.0
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=77:../../devel/py-setuptools
+
+DEPENDS+= ${PYPKGPREFIX}-qt6>=6.4:../../x11/py-qt6
+DEPENDS+= ${PYPKGPREFIX}-enchant>=3.0.0:../../textproc/py-enchant
+
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c++
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/novelwriter/PLIST b/novelwriter/PLIST
new file mode 100644
index 0000000000..66e6bf5143
--- /dev/null
+++ b/novelwriter/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/opt/pkg/bin/bmake package"
+@comment TODO: 2. run "/opt/pkg/bin/bmake print-PLIST"
diff --git a/novelwriter/distinfo b/novelwriter/distinfo
new file mode 100644
index 0000000000..c3a57e0b95
--- /dev/null
+++ b/novelwriter/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (novelWriter-2.7.5.tar.gz) = e904da9087de6f5f3ebff5d482f06af7f5ee1ebdd63a9a6737032e4536d8d192
+SHA512 (novelWriter-2.7.5.tar.gz) = 72b2bf050fb242de72b3bcc064ec2cda3a73f6fba406f7fe345928dcad16d389115b7644e748baa6b346b8ad581aafe43fd1bc58917e23dfe71ddccb2953872b
+Size (novelWriter-2.7.5.tar.gz) = 5040534 bytes
Home |
Main Index |
Thread Index |
Old Index