summaryrefslogtreecommitdiffstats
path: root/system/spman/README
diff options
context:
space:
mode:
author Vladimir MyRequiem2018-04-22 16:26:30 +0200
committer Willy Sudiarto Raharjo2018-04-28 01:40:09 +0200
commit2061b4112fdffd0b02f82b75e092141f55d5c570 (patch)
tree45bfc2dd231f6ddf642c765c8a041564135ce38d /system/spman/README
parent7992bb2bf4e1890b7d3aca0d123a2d46f00fc621 (diff)
downloadslackbuilds-2061b4112fdffd0b02f82b75e092141f55d5c570.tar.gz
system/spman: Added (Slackware package manager).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/spman/README')
-rw-r--r--system/spman/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/system/spman/README b/system/spman/README
new file mode 100644
index 0000000000..ca5949410a
--- /dev/null
+++ b/system/spman/README
@@ -0,0 +1,28 @@
+Spman is a powerful Slackware package manager implemented on Python3
+and licensed under the MIT license.
+
+Main features:
+ - check packages for upgrade
+ - download package or source code from allowed repositories
+ - download, build and install package(s) in the queue from SBo
+ repository
+ - show list all dependencies for package from SBo repository
+ - view the contents of files included in SlackBuild archive
+ - search package from each enabled repository and view info
+ - show complete list of the packages in the repository
+ - search dependency problems in the system packages using
+ Slackware binary dependency checker (sbbdep) tool or ldd
+ - search for links to nonexistent files/dir in the specified
+ directory
+ - check health installed packages
+ - search for *.new config files on the system
+ - autocompletion of input parameters
+
+Supported repositories:
+ Slackware.com
+ SlackBuilds.org
+ Alien's
+ Alien's multilib
+
+Optional dependencies:
+ - sbbdep (for search dependency problems functionality)