deskutils/kanbanapp: new port had been added (+)

Simple offline Kanban-like program written in Qt.

WWW: https://github.com/noedigcode/Kanbanapp
This commit is contained in:
Alexey Dokuchaev 2025-08-05 15:43:36 +00:00
parent 491ff5dada
commit baaba3cc35
4 changed files with 39 additions and 0 deletions

View File

@ -133,6 +133,7 @@
SUBDIR += just
SUBDIR += kaddressbook
SUBDIR += kalarm
SUBDIR += kanbanapp
SUBDIR += kcharselect
SUBDIR += kchmviewer
SUBDIR += kdeconnect-kde

View File

@ -0,0 +1,30 @@
PORTNAME= kanbanapp
PORTVERSION= 1.1.0
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Simple offline Kanban-like program written with Qt
WWW= https://github.com/noedigcode/Kanbanapp
#LICENSE= https://github.com/noedigcode/Kanbanapp/issues/2
USES= gmake qmake qt:5
USE_QT= buildtools:build core gui widgets
USE_GITHUB= yes
GH_ACCOUNT= noedigcode
GH_PROJECT= Kanbanapp
OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= changelog.txt readme.md
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1721672276
SHA256 (noedigcode-Kanbanapp-v1.1.0_GH0.tar.gz) = bd4bdea6e1926268164f1d8b4f0db48117c31e194e6545810b38eef83e25ad7a
SIZE (noedigcode-Kanbanapp-v1.1.0_GH0.tar.gz) = 149469

View File

@ -0,0 +1,5 @@
Kanbanapp is a simple desktop program written with Qt that allows one to
organize notes (cards) in lists, similar to a Kanban board.
It is an offline system as it saves files on the computer in JSON format
which integrates nicely with version control systems.