From nobody Tue Aug 4 09:39:46 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hDpRQ3RFSz6mtRW for ; Tue, 04 Aug 2026 09:39:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hDpRQ2nQlz3VjC for ; Tue, 04 Aug 2026 09:39:46 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785836386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FTdqQUBiJ2ZPEn0LhGu8XMYdO/rM5fbubXurFB44EBI=; b=lka+8HWXndIj34AeT+ZAGjWxTNG4A+5G3zZ/6MLlVg0G+2181DmCxFZxGSZKP+dr0/zFfy OEgk3t4/rBKx3rTEhuKCno+ei5WXC3/LSExu7AKNlQbF8YHim/H2Txz6oKOHAweAATwU3b mTX0krmLVKTtzKEuVMpRCpH+URV0hB3t4BhfhOT5kql4GzkkTj94SstrFTiXy0kzyTTw2l EJ6sJwsmOAWnKtHhckShDz5/O4Je/0KwKlpFrmHqxcKoNmJOChmM1SLy+DSknbX9vnV2Oa SmlwBtJWHyenOsZIdPURdrMDRFo+SC0E9/ebNMLkFWwdAy2Ontazx+85ihF1dQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1785836386; a=rsa-sha256; cv=none; b=dMwjGrx1CZSxRnVwdyXgkptbiiJSq+hgt5Ukov40t9fkYzP0h5jn6exI64CrWdIg7vfRaj qp7ouaqAuocKkjzL+k7qSSS3BMy4mSeUjct/qhu6nN5GtjhRBheBbrfT1hHnuryca0WQXk geOp/8rmN7AV5a0gS071QvCba1qblcjK5n60Fkuln0zvr9M/T/2DQSspgJAZklRHD0sGaW BrpZTNs1T64RB2YlAY3fAwj5igi7bOqvekF/7/0ouuiqM9/dVib/HidTdrtI2pyUAcsQ8I dpDxYf7hZfdx9/Xdyptl4nTwEmd4I6Na9J+cxjZ/XrCpPiZXWnge5HqsnDjIJQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785836386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FTdqQUBiJ2ZPEn0LhGu8XMYdO/rM5fbubXurFB44EBI=; b=azzuesAidhR2PsJ/ZTlmdgQORkthIRLDmOt89ndct49wX6KxfQlHPb/KczlT8ikztqHTwz xtmpiyB3f9gfY3VqeAV64d19FElVvE1vUsAX2K5tHOYMP9yV9eQH4ITYwtSL1bZvaELYoq TkmS0MRA2F835lrO89k8Yt7jsVJRszpGQInFo25CgHGPzlLkU+eJPF+7IsGw17q7lXktc6 g5qm8FaNEMZuEcLG3j+QfkqqWRJo2YI65f/YUKkAHLAPV9nV5KFlcXnPvuESDW15+fSiTI uFFrxcAlWT8rf/UsP6Ucui6OWH7z6GLp6ngXhgdwlkWw+j8fTdvZuLK/o1FfFA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hDpRQ1H2Dzh3D for ; Tue, 04 Aug 2026 09:39:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 4040c by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 04 Aug 2026 09:39:46 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Serhii (Sergey) Kozlov Subject: git: dbfe39c51ba5 - main - www/nextcloud-keeweb: new port List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: skozlov X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dbfe39c51ba51f9fa2073c2e1bacd99375eb94fc Auto-Submitted: auto-generated Date: Tue, 04 Aug 2026 09:39:46 +0000 Message-Id: <6a71b362.4040c.550c58ef@gitrepo.freebsd.org> The branch main has been updated by skozlov: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbfe39c51ba51f9fa2073c2e1bacd99375eb94fc commit dbfe39c51ba51f9fa2073c2e1bacd99375eb94fc Author: Serhii (Sergey) Kozlov AuthorDate: 2026-08-04 09:38:00 +0000 Commit: Serhii (Sergey) Kozlov 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= skozlov@FreeBSD.org +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 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.