pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/auto-admin
Module Name: pkgsrc
Committed By: bacon
Date: Tue Feb 4 16:13:13 UTC 2025
Modified Files:
pkgsrc/sysutils/auto-admin: Makefile PLIST distinfo
Log Message:
sysutils/auto-admin: Update to 0.8.1
New scripts:
auto-pkgsrc-make: Output name of make program being used
auto-change-login-class: Change login class for existing users on
BSD (Linux has no such concept)
auto-physmem: Report physical memory size
Interesting changes:
Move some scripts from sbin to bin for broader user access
Expand DragonFly, macOS, NetBSD, OpenBSD, pkgsrc, RHEL, and SunOS support
Add framework for Debian support
auto-pkg-branch: Use less fragile approach for FreeBSD
Clean up existing man pages and add templates to more scripts
Numerous other small fixes and enhancements
Changes: https://github.com/outpaddling/auto-admin/releases
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/auto-admin/Makefile \
pkgsrc/sysutils/auto-admin/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/auto-admin/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/auto-admin/Makefile
diff -u pkgsrc/sysutils/auto-admin/Makefile:1.19 pkgsrc/sysutils/auto-admin/Makefile:1.20
--- pkgsrc/sysutils/auto-admin/Makefile:1.19 Sun Dec 24 10:07:51 2023
+++ pkgsrc/sysutils/auto-admin/Makefile Tue Feb 4 16:13:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/12/24 10:07:51 nros Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/04 16:13:13 bacon Exp $
-DISTNAME= auto-admin-0.8.0
+DISTNAME= auto-admin-0.8.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
@@ -13,8 +13,6 @@ USE_LANGUAGES= # none
NO_BUILD= yes
-INSTALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
-
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_SED.prefix+= -e 's|/usr/pkg|${PREFIX}|g'
@@ -22,4 +20,6 @@ SUBST_SED.prefix+= -e 's|/usr/pkgsrc|${P
SUBST_FILES.prefix+= User-scripts/auto-pkgsrc-prefix
SUBST_FILES.prefix+= User-scripts/auto-pkgsrc-dir
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/auto-admin/distinfo
diff -u pkgsrc/sysutils/auto-admin/distinfo:1.19 pkgsrc/sysutils/auto-admin/distinfo:1.20
--- pkgsrc/sysutils/auto-admin/distinfo:1.19 Sat Oct 21 20:45:02 2023
+++ pkgsrc/sysutils/auto-admin/distinfo Tue Feb 4 16:13:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/10/21 20:45:02 bacon Exp $
+$NetBSD: distinfo,v 1.20 2025/02/04 16:13:13 bacon Exp $
-BLAKE2s (auto-admin-0.8.0.tar.gz) = be37cb3de6be12555255eef29051152c6f95dbab3d393496fccbd55044011210
-SHA512 (auto-admin-0.8.0.tar.gz) = 75dd912331ea5f64a916ec95fab26f62e673e6075b02813aceef1b574c43bc9a464394a15674f6f899be79cff52ed2667c5ec20739a5edf7fd87a117c926e185
-Size (auto-admin-0.8.0.tar.gz) = 135404 bytes
+BLAKE2s (auto-admin-0.8.1.tar.gz) = 094264f01288364a07ca370e6150089d7c5ae0b73261bb48a61266549e226bdd
+SHA512 (auto-admin-0.8.1.tar.gz) = a8612fc0f01d0dd2c398cc3b146f889e0f6718b106ea9acea9155b7bc280a9d250346c84b395508b272d37e44dde23b9bad2848f8a94af5257cdb3c5f33caa67
+Size (auto-admin-0.8.1.tar.gz) = 142316 bytes
Index: pkgsrc/sysutils/auto-admin/PLIST
diff -u pkgsrc/sysutils/auto-admin/PLIST:1.17 pkgsrc/sysutils/auto-admin/PLIST:1.18
--- pkgsrc/sysutils/auto-admin/PLIST:1.17 Sat Oct 21 20:45:02 2023
+++ pkgsrc/sysutils/auto-admin/PLIST Tue Feb 4 16:13:13 2025
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.17 2023/10/21 20:45:02 bacon Exp $
+@comment $NetBSD: PLIST,v 1.18 2025/02/04 16:13:13 bacon Exp $
bin/auto-append-line
bin/auto-ask
bin/auto-backup-file
+bin/auto-check-ports-branch
bin/auto-clean-pkgsrc
bin/auto-fastest-mirror
+bin/auto-fetch-install-media
bin/auto-get-ip
bin/auto-get-netmask
bin/auto-get-netmask-bits
@@ -11,20 +13,30 @@ bin/auto-get-network
bin/auto-hex-to-octet
bin/auto-image2dev
bin/auto-insert-line
+bin/auto-install-media-distname
bin/auto-localbase
bin/auto-media-format
bin/auto-octet-to-hex
+bin/auto-os-release
+bin/auto-os-variant
+bin/auto-ostype
+bin/auto-package-installed
+bin/auto-physmem
bin/auto-pkg-branch
bin/auto-pkg-latest
bin/auto-pkgsrc-branch
bin/auto-pkgsrc-checkout
bin/auto-pkgsrc-delete-all
bin/auto-pkgsrc-dir
+bin/auto-pkgsrc-make
bin/auto-pkgsrc-non-removable
bin/auto-pkgsrc-prefix
bin/auto-pkgsrc-remote-x11
bin/auto-pkgsrc-setup
bin/auto-pkgsrc-wip-checkout
+bin/auto-ports-branch
+bin/auto-print-make-variable
+bin/auto-print-timezone
bin/auto-replace-file
bin/auto-software-manager
bin/auto-ssh-authorize
@@ -34,9 +46,12 @@ bin/auto-using-pkgsrc
bin/auto-wacom-map-display
man/man8/auto-add-swap.8
man/man8/auto-admin.8
+man/man8/auto-change-login-class.8
man/man8/auto-image2dev.8
+man/man8/auto-physmem.8
man/man8/auto-pkgsrc-non-removable.8
man/man8/auto-update-system.8
+man/man8/auto-user-admin.8
sbin/auto-add-fdesc-mount
sbin/auto-add-group
sbin/auto-add-hosts-entry
@@ -52,15 +67,14 @@ sbin/auto-automount-setup
sbin/auto-binary-pkgsrc-setup
sbin/auto-change-group-gid
sbin/auto-change-group-ownership
+sbin/auto-change-login-class
sbin/auto-change-nfsd-count
sbin/auto-change-ownership
sbin/auto-change-primary-group
sbin/auto-change-uid
-sbin/auto-check-ports-branch
sbin/auto-clean-disk
sbin/auto-clean-ports
sbin/auto-clean-tmp
-sbin/auto-cuda-install
sbin/auto-cups-setup
sbin/auto-denyhosts-remove-ip
sbin/auto-denyhosts-setup
@@ -75,7 +89,6 @@ sbin/auto-enable-hal-mount
sbin/auto-enable-passwdqc
sbin/auto-enable-procfs
sbin/auto-enable-service
-sbin/auto-fetch-install-media
sbin/auto-file-secure
sbin/auto-filesys-manager
sbin/auto-firewall-setup
@@ -91,7 +104,6 @@ sbin/auto-idrac-config
sbin/auto-install-base-components
sbin/auto-install-infiniband-modules
sbin/auto-install-linux_base
-sbin/auto-install-media-distname
sbin/auto-install-packages
sbin/auto-install-pkgsrc-tree
sbin/auto-ipfw-gateway-setup
@@ -117,19 +129,12 @@ sbin/auto-nfs-add-share
sbin/auto-nfs-client-setup
sbin/auto-nfs-restart
sbin/auto-nfs-server-setup
-sbin/auto-os-release
-sbin/auto-os-variant
-sbin/auto-ostype
-sbin/auto-package-installed
sbin/auto-passwd-user-expiration
sbin/auto-password-status
-sbin/auto-ports-branch
sbin/auto-ports-checkout
sbin/auto-ports-setup
sbin/auto-ports-wip-checkout
sbin/auto-power-manager
-sbin/auto-print-make-variable
-sbin/auto-print-timezone
sbin/auto-pxe-installer-setup
sbin/auto-pxe-node-discover
sbin/auto-remove-from-group
Home |
Main Index |
Thread Index |
Old Index