pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 22 13:35:04 UTC 2026
Modified Files:
pkgsrc/misc: Makefile
Log Message:
cargo-sweep: added version 0.8.0
cargo-sweep is a Cargo subcommand for deleting old or unused build artifacts
from target/ without doing a full cargo clean.
It is useful when you want to:
* shrink large target/ directories
* avoid bloated CI caches
* clean many Rust projects at once
To generate a diff of this commit:
cvs rdiff -u -r1.682 -r1.683 pkgsrc/misc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.682 pkgsrc/misc/Makefile:1.683
--- pkgsrc/misc/Makefile:1.682 Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/Makefile Wed Jul 22 13:35:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.682 2026/07/13 12:00:24 adam Exp $
+# $NetBSD: Makefile,v 1.683 2026/07/22 13:35:04 adam Exp $
#
COMMENT= Miscellaneous utilities
@@ -35,6 +35,8 @@ SUBDIR+= buffer
SUBDIR+= byobu
SUBDIR+= cabal-install
SUBDIR+= calibre
+SUBDIR+= cargo-machete
+SUBDIR+= cargo-sweep
SUBDIR+= catpoint
SUBDIR+= celestia
SUBDIR+= chatgpt-shell-cli
Home |
Main Index |
Thread Index |
Old Index