Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ETWkR8Qx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xNrG9hBT Received: by mail.netbsd.org (Postfix, from userid 605) id 1671884F3A; Thu, 16 May 2024 13:55:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715867730; bh=lcW7Q+JvuV1aaCid+Gjfl2+h81l9Hhwmo9BHv8VM45I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ETWkR8QxonD4/7VSzI5QzA5fG7gJyI2VTtvRWKoNsID3562Rjh8wSQULJ354hhv3m UR09CK5JCs8jHsPIA+FfhUauMt8E038YWQZcDE10K3kiADjg/62I71iPjADIlAJA3G P1zVXB5bnu+9EXZiViSE60THLODIA1+qIBnwiPx0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07A1784F0A for ; Thu, 16 May 2024 13:55:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id T_n2ORLlyYpm for ; Thu, 16 May 2024 13:55:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 729F584E5E for ; Thu, 16 May 2024 13:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715867728; bh=lcW7Q+JvuV1aaCid+Gjfl2+h81l9Hhwmo9BHv8VM45I=; h=Date:From:Subject:To:Reply-To; b=xNrG9hBT8hriPdts5Lh99r2DeoX1cMiweNjf7rzMMsdPR0f17CuX7Kfi87GGLId0a XNcNYzcwSiTf8P7UKPcbUO6x2YVEnFHhzG2tIJG3FKvu13459JRq+HxYQuI/TqtBOw x+n7yNjS35ZPEnqvdvbFuQkn1XU/VEDFX5Mh71Sc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B5FEFA2C; Thu, 16 May 2024 13:55:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715867728137280" MIME-Version: 1.0 Date: Thu, 16 May 2024 13:55:28 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/sysutils/sets2rootfs To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20240516135528.6B5FEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715867728137280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Thu May 16 13:55:28 UTC 2024 Added Files: pkgsrc/sysutils/sets2rootfs: DESCR Makefile PLIST distinfo Log Message: Add sets2rootfs sets2rootfs downloads cksum file for NetBSD/OpenBSD sets, checks the checksums and unpacks downloaded sets, thus creating rootfs for the system. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/sets2rootfs/DESCR \ pkgsrc/sysutils/sets2rootfs/Makefile pkgsrc/sysutils/sets2rootfs/PLIST \ pkgsrc/sysutils/sets2rootfs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715867728137280 Content-Disposition: inline Content-Length: 1920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/sysutils/sets2rootfs/DESCR diff -u /dev/null pkgsrc/sysutils/sets2rootfs/DESCR:1.1 --- /dev/null Thu May 16 13:55:28 2024 +++ pkgsrc/sysutils/sets2rootfs/DESCR Thu May 16 13:55:28 2024 @@ -0,0 +1,3 @@ +sets2rootfs downloads cksum file for NetBSD/OpenBSD sets, checks the +checksums and unpacks downloaded sets, thus creating rootfs for the +system. Index: pkgsrc/sysutils/sets2rootfs/Makefile diff -u /dev/null pkgsrc/sysutils/sets2rootfs/Makefile:1.1 --- /dev/null Thu May 16 13:55:28 2024 +++ pkgsrc/sysutils/sets2rootfs/Makefile Thu May 16 13:55:28 2024 @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2024/05/16 13:55:28 cheusov Exp $ + +DISTNAME= sets2rootfs-0.1.0 +CATEGORIES= sysutils + +MAINTAINER= cheusov@NetBSD.org +HOMEPAGE= https://github.com/cheusov/sets2rootfs +COMMENT= Create a rootfs from distribution sets +LICENSE= 2-clause-bsd + +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 +USE_BSD_MAKEFILE= yes +USE_LANGUAGES= # none + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/sets2rootfs/PLIST diff -u /dev/null pkgsrc/sysutils/sets2rootfs/PLIST:1.1 --- /dev/null Thu May 16 13:55:28 2024 +++ pkgsrc/sysutils/sets2rootfs/PLIST Thu May 16 13:55:28 2024 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2024/05/16 13:55:28 cheusov Exp $ +bin/sets2rootfs +man/man1/sets2rootfs.1 Index: pkgsrc/sysutils/sets2rootfs/distinfo diff -u /dev/null pkgsrc/sysutils/sets2rootfs/distinfo:1.1 --- /dev/null Thu May 16 13:55:28 2024 +++ pkgsrc/sysutils/sets2rootfs/distinfo Thu May 16 13:55:28 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/05/16 13:55:28 cheusov Exp $ + +BLAKE2s (sets2rootfs-0.1.0.tar.gz) = a0070475c5ed6250b1ccbf8a0454db05a69b2ec5105d0f5dd6525b38e548ebfa +SHA512 (sets2rootfs-0.1.0.tar.gz) = fb16a70f4a0154e5326a48f6a913396b5ea220a8972576023f1f602ee90fe11592e3bd10d2423315e4c47b0b7882058c28f82d1638577c016d6cf7f04c327194 +Size (sets2rootfs-0.1.0.tar.gz) = 3470 bytes --_----------=_1715867728137280--