git: dbfe39c51ba5 - main - www/nextcloud-keeweb: new port
Serhii (Sergey) Kozlov <[email protected]> Tue, 04 Aug 2026 09:39:46 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by skozlov: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbfe39c51ba51f9fa2073c2e1bacd99375eb94fc commit dbfe39c51ba51f9fa2073c2e1bacd99375eb94fc Author: Serhii (Sergey) Kozlov <[email protected]> AuthorDate: 2026-08-04 09:38:00 +0000 Commit: Serhii (Sergey) Kozlov <[email protected]> CommitDate: 2026-08-04 09:38:00 +0000 www/nextcloud-keeweb: new port Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud. --- www/Makefile | 1 + www/nextcloud-keeweb/Makefile | 16 ++++++++++++++++ www/nextcloud-keeweb/distinfo | 3 +++ www/nextcloud-keeweb/pkg-descr | 7 +++++++ 4 files changed, 27 insertions(+) diff --git a/www/Makefile b/www/Makefile index b4e2933bebf2..39c472ed46bd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -507,6 +507,7 @@ SUBDIR += nextcloud-forms SUBDIR += nextcloud-groupfolders SUBDIR += nextcloud-impersonate + SUBDIR += nextcloud-keeweb SUBDIR += nextcloud-memories SUBDIR += nextcloud-news SUBDIR += nextcloud-notes diff --git a/www/nextcloud-keeweb/Makefile b/www/nextcloud-keeweb/Makefile new file mode 100644 index 000000000000..e3eb5ec08412 --- /dev/null +++ b/www/nextcloud-keeweb/Makefile @@ -0,0 +1,16 @@ +PORTNAME= keeweb +PORTVERSION= 0.6.26 +CATEGORIES= www security +MASTER_SITES?= https://github.com/jhass/${PKGNAMEPREFIX}${PORTNAME}/releases/download/v${PORTVERSION}/ + +MAINTAINER= [email protected] +COMMENT= Open Keepass stores inside Nextcloud +WWW= https://apps.nextcloud.com/apps/${PORTNAME} + +LICENSE_FILE= ${WRKSRC}/COPYING + +NEXTCLOUD_RUN_DEPENDS= 34 + +USES= nextcloud php:flavors + +.include <bsd.port.mk> diff --git a/www/nextcloud-keeweb/distinfo b/www/nextcloud-keeweb/distinfo new file mode 100644 index 000000000000..f2c47f78dbab --- /dev/null +++ b/www/nextcloud-keeweb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1785835538 +SHA256 (nextcloud/keeweb-0.6.26.tar.gz) = a28d0a16d72ed5f2991ebb9e07c06e2dce514726cb14f76bc03134cd89e6fd57 +SIZE (nextcloud/keeweb-0.6.26.tar.gz) = 474758 diff --git a/www/nextcloud-keeweb/pkg-descr b/www/nextcloud-keeweb/pkg-descr new file mode 100644 index 000000000000..430949a50c90 --- /dev/null +++ b/www/nextcloud-keeweb/pkg-descr @@ -0,0 +1,7 @@ +Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx +file in your Nextcloud. + +WARNING: KeeWeb itself did not get any new release since 2021 and may contain +security issues. You may consider to choose an actively maintained developed +app like Passman or Passwords. If this changes in the future, this notice will +be updated accordingly.