From 646a5c1cbfd95873950a87b5f75d52073a967023 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 28 May 2018 19:12:29 +0000 Subject: Mon May 28 19:12:29 UTC 2018 a/pkgtools-15.0-noarch-13.txz: Rebuilt. installpkg: default line length for --terselength is the number of columns. removepkg: added --terse mode. upgradepkg: default line length for --terselength is the number of columns. upgradepkg: accept -option in addition to --option. ap/vim-8.1.0026-x86_64-1.txz: Upgraded. d/bison-3.0.5-x86_64-1.txz: Upgraded. e/emacs-26.1-x86_64-1.txz: Upgraded. kde/kopete-4.14.3-x86_64-8.txz: Rebuilt. Recompiled against libidn-1.35. n/conntrack-tools-1.4.5-x86_64-1.txz: Upgraded. n/libnetfilter_conntrack-1.0.7-x86_64-1.txz: Upgraded. n/libnftnl-1.1.0-x86_64-1.txz: Upgraded. n/links-2.16-x86_64-2.txz: Rebuilt. Rebuilt to enable X driver for -g mode. n/lynx-2.8.9dev.19-x86_64-1.txz: Upgraded. n/nftables-0.8.5-x86_64-1.txz: Upgraded. n/p11-kit-0.23.11-x86_64-1.txz: Upgraded. n/ulogd-2.0.7-x86_64-1.txz: Upgraded. n/whois-5.3.1-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.8.12-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.0026-x86_64-1.txz: Upgraded. --- source/a/pkgtools/manpages/installpkg.8 | 17 +- source/a/pkgtools/manpages/makepkg.8 | 35 ++- source/a/pkgtools/manpages/pkgdiff.8 | 57 ++++ source/a/pkgtools/manpages/removepkg.8 | 46 +-- source/a/pkgtools/manpages/upgradepkg.8 | 20 +- source/a/pkgtools/obsolete-scripts/README | 5 - .../obsolete-scripts/setup.90.modem-device | 44 --- source/a/pkgtools/pkgtools.SlackBuild | 25 +- source/a/pkgtools/scripts/explodepkg | 64 ++-- source/a/pkgtools/scripts/installpkg | 327 ++++++++++++++------- source/a/pkgtools/scripts/makebootdisk | 42 +-- source/a/pkgtools/scripts/makepkg | 249 ++++++++++------ source/a/pkgtools/scripts/pkgdiff | 164 +++++++++++ source/a/pkgtools/scripts/pkgtool | 69 +---- source/a/pkgtools/scripts/removepkg | 175 ++++++----- source/a/pkgtools/scripts/setup.80.make-bootdisk | 28 +- source/a/pkgtools/scripts/setup.htmlview | 14 +- source/a/pkgtools/scripts/setup.services | 45 ++- source/a/pkgtools/scripts/upgradepkg | 209 ++++++++----- source/a/pkgtools/slack-desc | 12 +- 20 files changed, 1097 insertions(+), 550 deletions(-) create mode 100644 source/a/pkgtools/manpages/pkgdiff.8 delete mode 100644 source/a/pkgtools/obsolete-scripts/README delete mode 100644 source/a/pkgtools/obsolete-scripts/setup.90.modem-device create mode 100644 source/a/pkgtools/scripts/pkgdiff (limited to 'source/a/pkgtools') diff --git a/source/a/pkgtools/manpages/installpkg.8 b/source/a/pkgtools/manpages/installpkg.8 index 534f20849..f06e611df 100644 --- a/source/a/pkgtools/manpages/installpkg.8 +++ b/source/a/pkgtools/manpages/installpkg.8 @@ -31,6 +31,9 @@ installpkg \- install Slackware packages. .B \--terse ] [ +.B \--terselength +] +[ .B \--ask ] [ @@ -39,13 +42,16 @@ installpkg \- install Slackware packages. [ .B \--tagfile /somedir/tagfile ] +[ +.B \--threads +] .BI packagename [ .B packagename2 ... ] .SH DESCRIPTION .B installpkg -installs single or multiple *.tgz (or .tbz, .tlz, .txz) binary packages designed +installs single or multiple *.txz (or .tbz, .tgz, .tlz) binary packages designed for use with the Slackware Linux distribution onto your system. .SH OPTIONS .TP @@ -73,6 +79,9 @@ package(s) or not. Generally used when installpkg is called from other scripts. .B \--terse Install the package displaying only a single description line to stdout. .TP +.B \--terselength +Maximum line length of --terse mode output. Default is the number of terminal columns. +.TP .B \--ask Used with -menu mode. When selected, always ask if a package should be installed regardless of what the package's priority is. @@ -87,6 +96,12 @@ the values set in the tagfile for the entire package list. .B \--tagfile /somedir/tagfile Specify a different file to use for package priorities (in this example, /somedir/tagfile will be used). The default is "tagfile" in the package's directory. +.TP +.B \--threads +For xz/plzip compressed packages, set the maximum number of threads to be used for +decompression. Only has an effect if a multithreaded compressor was used, and then +only on large packages. The default for plzip is the number of CPU threads available. +The default for xz is 2. .SH EXAMPLES .TP .B Install a font package for X: diff --git a/source/a/pkgtools/manpages/makepkg.8 b/source/a/pkgtools/manpages/makepkg.8 index b280ce51f..0f239a9b2 100644 --- a/source/a/pkgtools/manpages/makepkg.8 +++ b/source/a/pkgtools/manpages/makepkg.8 @@ -18,6 +18,18 @@ makepkg \- make Slackware packages. [ .B -c, --chown y|n ] +[ +.B --threads +] +[ +.B --compress