pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vaultwarden-web_vault: Initial creation of the package



Module Name:	pkgsrc-wip
Committed By:	Daniel Ziltener <dziltener%lyrion.ch@localhost>
Pushed By:	zilti
Date:		Thu Jul 20 11:36:03 2023 +0000
Changeset:	455540771c349452718eded3b5167f07d4bc006d

Modified Files:
	Makefile
Added Files:
	vaultwarden-web_vault/DESCR
	vaultwarden-web_vault/Makefile
	vaultwarden-web_vault/TODO
	vaultwarden-web_vault/distinfo

Log Message:
vaultwarden-web_vault: Initial creation of the package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=455540771c349452718eded3b5167f07d4bc006d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                       |  1 +
 vaultwarden-web_vault/DESCR    |  2 ++
 vaultwarden-web_vault/Makefile | 34 ++++++++++++++++++++++++++++++++++
 vaultwarden-web_vault/TODO     |  1 +
 vaultwarden-web_vault/distinfo |  5 +++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 91d9e9213b..cfdb89fb08 100644
--- a/Makefile
+++ b/Makefile
@@ -5684,6 +5684,7 @@ SUBDIR+=	vanitygen
 SUBDIR+=	varnish-modules
 SUBDIR+=	varnish-slash
 SUBDIR+=	vault
+SUBDIR+=	vaultwarden-web_vault
 SUBDIR+=	vcflib
 SUBDIR+=	vcftools
 SUBDIR+=	vcg
diff --git a/vaultwarden-web_vault/DESCR b/vaultwarden-web_vault/DESCR
new file mode 100644
index 0000000000..7faef71ad7
--- /dev/null
+++ b/vaultwarden-web_vault/DESCR
@@ -0,0 +1,2 @@
+This is the Bitwarden web vault with the patches to make it work
+with security/vaultwarden.
diff --git a/vaultwarden-web_vault/Makefile b/vaultwarden-web_vault/Makefile
new file mode 100644
index 0000000000..0abb564a60
--- /dev/null
+++ b/vaultwarden-web_vault/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.2 2023/07/20 11:03:00 zilti Exp $
+
+DISTNAME=	bw_web_v${PKGVER}
+PKGNAME=	vaultwarden-web_valut-${PKGVER}
+PKGVER=		2023.4.2
+CATEGORIES=	security
+MASTER_SITES=	${MASTER_SITE_GITHUB:=dani-garcia/bw_web_builds/releases/download/v${PKGVER}/}
+
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER=	zilti%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dani-garcia/bw_web_builds
+COMMENT=	This is the Bitwarden web vault with the patches to make it work with security/vaultwarden
+
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/web-vault
+NO_BUILD=	yes
+GENERATE_PLIST=	yes
+
+APACHE_USER?=		nginx
+APACHE_GROUP?=		nginx
+PKG_GROUPS=		${APACHE_GROUP}
+PKG_USERS=		${APACHE_USER}:${APACHE_GROUP}
+PKG_USERS_VARS=		APACHE_USER
+PKG_GROUPS_VARS=	APACHE_GROUP
+
+INSTALLATION_DIRS=	share/vaultwarden-web_vault
+PKG_DESTDIR_SUPPORT=	destdir
+
+do-install:
+	cd ${WRKSRC} && cp -r . ${DESTDIR}${PREFIX}${INSTALLATION_DIRS};
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/vaultwarden-web_vault/TODO b/vaultwarden-web_vault/TODO
new file mode 100644
index 0000000000..a622c0ac8c
--- /dev/null
+++ b/vaultwarden-web_vault/TODO
@@ -0,0 +1 @@
+Make this actually work; this is just an intermediary commit.
diff --git a/vaultwarden-web_vault/distinfo b/vaultwarden-web_vault/distinfo
new file mode 100644
index 0000000000..38f3ac2e06
--- /dev/null
+++ b/vaultwarden-web_vault/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bw_web_v2023.4.2.tar.gz) = b3f574ed071e32d4160ac21bfca33c76d7b3671b27b02f52fd3d32de1dfa1e4e
+SHA512 (bw_web_v2023.4.2.tar.gz) = 3c2202c40cacbb50f5a1479a9e8d6c2e55140e8f1f871f98d93480fc17affeafd7d2eb6e0955c3477d090d89ab4c67e9e701a7b5fc6c5492ca451b9338692fd9
+Size (bw_web_v2023.4.2.tar.gz) = 10412200 bytes


Home | Main Index | Thread Index | Old Index