pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/sets2rootfs



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index