View | Details | Raw Unified | Return to bug 276963 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/rednotebook/Makefile (+28 lines)
Added Link Here
1
PORTNAME=	   rednotebook
2
DISTVERSIONPREFIX= v
3
DISTVERSION=       2.31
4
CATEGORIES=        deskutils
5
6
MAINTAINER=        cth-freebsd@pm.me
7
COMMENT=           Personal desktop journaling application written in Python
8
WWW=               https://rednotebook.app
9
10
LICENSE=           GPLv3+
11
12
RUN_DEPENDS=       ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
13
	           webkit2-gtk3>=2.16:www/webkit2-gtk3 \
14
		   gtk3>=3.18:x11-toolkits/gtk30 \
15
		   gtksourceview3>=3.0:x11-toolkits/gtksourceview3
16
17
USES=              python:3.8+
18
USE_GITHUB=        yes
19
GH_ACCOUNT=        jendrikseipp
20
21
OPTIONS_DEFINE=    ENCHANT
22
OPTIONS_DEFAULT=   ENCHANT
23
ENCHANT_DESC=      Use PyEnchant for spell checking
24
ENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=1.6:textproc/py-enchant
25
26
USE_PYTHON=        distutils autoplist
27
28
.include <bsd.port.mk>
(-)b/deskutils/rednotebook/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1707619398
2
SHA256 (jendrikseipp-rednotebook-v2.31_GH0.tar.gz) = 136b911c42717e1f431dd39dbc4b31860d3f6a6c641340daa30cba43059019e6
3
SIZE (jendrikseipp-rednotebook-v2.31_GH0.tar.gz) = 2273917
(-)b/deskutils/rednotebook/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
RedNotebook is a modern desktop journal. It lets you format, tag, and search
2
your entries. You can also add pictures, links, and customizable templates,
3
spell check your notes, and export to plain text, HTML, LaTeX, or PDF.

Return to bug 276963