From ccaa75c8031373d6767e7c36cc98247e09eb8b4d Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sat, 10 Feb 2024 18:44:11 +0100 Subject: [PATCH] Fix help output alphabetically --- xbps-src | 80 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/xbps-src b/xbps-src index 77695b9f510d3..8de4df9872f86 100755 --- a/xbps-src +++ b/xbps-src @@ -30,49 +30,52 @@ bootstrap-update Updates bootstrap packages with latest versions available from registered repositories in the XBPS configuration file. -consistency-check - Runs a consistency check on all packages +build + Build package source (fetch + extract + patch + configure + build). chroot Enter to the chroot in . +check + Run the package check(s) after building the package source. + +clean [pkgname] + Removes auto dependencies, cleans up /builddir and /destdir. + If argument is specified, package files from /destdir and its + build directory in /buiddir are removed. + clean-repocache Removes obsolete packages from /repocache. -fetch - Download package source distribution file(s). +configure + Configure a package (fetch + extract + patch + configure). + +consistency-check + Runs a consistency check on all packages extract Extract package source distribution file(s) into the build directory. By default set to /builddir. -patch - Patch the package sources and perform other operations required to - prepare a package for configuring and building - -configure - Configure a package (fetch + extract + patch + configure). - -build - Build package source (fetch + extract + patch + configure + build). - -check - Run the package check(s) after building the package source. +fetch + Download package source distribution file(s). install Install target package into but not building the binary package and not removing build directory for inspection purposes. +list + Lists installed packages in . + +patch + Patch the package sources and perform other operations required to + prepare a package for configuring and building + pkg Build binary package for and all required dependencies. -clean [pkgname] - Removes auto dependencies, cleans up /builddir and /destdir. - If argument is specified, package files from /destdir and its - build directory in /buiddir are removed. - -list - Lists installed packages in . +purge-distfiles + Removes all obsolete distfiles in /sources. remove Remove target package from . If - is not matched @@ -81,9 +84,6 @@ remove remove-autodeps Removes all package dependencies that were installed automatically. -purge-distfiles - Removes all obsolete distfiles in /sources. - show Show information for the specified package. @@ -107,26 +107,26 @@ show-hostmakedepends show-makedepends Show required target build dependencies for . +show-local-updates + Prints the list of outdated packages in your local repositories. + show-options Show available build options by . +show-repo-updates + Prints the list of outdated packages in XBPS repositories. + show-shlib-provides Show list of provided shlibs for . Package must be installed into destdir. show-shlib-requires Show list of required shlibs for . Package must be installed into destdir. -show-var - Prints the value of if it's defined in xbps-src. - -show-repo-updates - Prints the list of outdated packages in XBPS repositories. - show-sys-updates Prints the list of outdated packages in your system. -show-local-updates - Prints the list of outdated packages in your local repositories. +show-var + Prints the value of if it's defined in xbps-src. sort-dependencies ... Given a list of packages specified as additional arguments, a sorted dependency @@ -135,18 +135,18 @@ sort-dependencies ... update-bulk Rebuilds all packages in the system repositories that are outdated. -update-sys - Rebuilds all packages in your system that are outdated and updates them. - -update-local - Rebuilds all packages in your local repositories that are outdated. - update-check Check upstream site of for new releases. update-hash-cache Update the hash cache with existing source distfiles. +update-local + Rebuilds all packages in your local repositories that are outdated. + +update-sys + Rebuilds all packages in your system that are outdated and updates them. + zap Removes a masterdir but preserving ccache, distcc and host directories.