diff --git a/deskutils/cherrytree/Makefile b/deskutils/cherrytree/Makefile index 670d3316fdc9..b8567548e632 100644 --- a/deskutils/cherrytree/Makefile +++ b/deskutils/cherrytree/Makefile @@ -1,45 +1,45 @@ PORTNAME= cherrytree -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= deskutils MASTER_SITES= https://www.giuspen.com/software/ \ https://github.com/giuspen/cherrytree/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Advanced hierarchical note-taking application WWW= https://www.giuspen.com/cherrytree/ LICENSE= GPLv3+ LIB_DEPENDS= libcurl.so:ftp/curl \ libenchant-2.so:textproc/enchant2 \ libfmt.so:devel/libfmt \ libfribidi.so:converters/fribidi \ libgspell-1.so:textproc/gspell \ libharfbuzz.so:print/harfbuzz \ libspdlog.so:devel/spdlog \ libuchardet.so:textproc/uchardet USES= cmake compiler:c++17-lang desktop-file-utils gnome \ pkgconfig python:build sqlite tar:xz USE_GNOME= gtkmm30 gtksourceview4 libxml++26 CMAKE_ARGS= -DPYTHON_EXEC:FILEPATH=${PYTHON_CMD} \ -DBUILD_TESTING:BOOL=OFF OPTIONS_DEFINE= DOCS NLS VTE OPTIONS_SUB= yes NLS_USES= gettext-tools NLS_CMAKE_OFF= -DUSE_NLS:BOOL=OFF VTE_DESC= Virtual terminal support VTE_USE= GNOME=vte3 VTE_CMAKE_OFF= -DUSE_VTE:BOOL=OFF post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/changelog.txt ${WRKSRC}/docs/* \ ${STAGEDIR}${DOCSDIR} .include diff --git a/deskutils/cherrytree/distinfo b/deskutils/cherrytree/distinfo index 1826b51c5262..c35ff0dfa82b 100644 --- a/deskutils/cherrytree/distinfo +++ b/deskutils/cherrytree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728057370 -SHA256 (cherrytree_1.2.0.tar.xz) = b9d9c9a0d7853e846657ceccdf74730f79190e19af296eeb955e5f4b54425ec2 -SIZE (cherrytree_1.2.0.tar.xz) = 4735884 +TIMESTAMP = 1738875295 +SHA256 (cherrytree_1.3.0.tar.xz) = 2a74f1b019219541b44a0aa13a249950f267dbd822942a75b0edaf217d20e6a9 +SIZE (cherrytree_1.3.0.tar.xz) = 4749468 diff --git a/deskutils/cherrytree/pkg-descr b/deskutils/cherrytree/pkg-descr index 301e435ed1d3..0e88f2a7ea8f 100644 --- a/deskutils/cherrytree/pkg-descr +++ b/deskutils/cherrytree/pkg-descr @@ -1,3 +1,4 @@ -A hierarchical note taking application, featuring rich text and syntax -highlighting, storing data in either a single file (XML or SQLite) or -multiple files and directories. +CherryTree is a hierarchical note-taking application, featuring rich text, +syntax highlighting, images handling, hyperlinks, import/export with support +for multiple formats, support for multiple languages, and more. It stores +data in either a single file (XML or SQLite) or multiple files/directories.