From b9eedb8d4fdbf543fc0e9c6075e63c453a36fd2c Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 24 Jan 2019 20:26:37 +0100 Subject: system/slpkg: Updated for version 3.4.2. Signed-off-by: Dimitris Zlatanidis --- system/slpkg/README | 44 +++++++++++++++++++++++++++++++++---------- system/slpkg/slack-desc | 2 +- system/slpkg/slpkg.SlackBuild | 8 ++++---- system/slpkg/slpkg.info | 8 ++++---- 4 files changed, 43 insertions(+), 19 deletions(-) diff --git a/system/slpkg/README b/system/slpkg/README index 48a2063b79..45a4a4fda1 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -1,12 +1,36 @@ -Slpkg is a powerful software package manager that installs, updates -and removes packages on Slackware based systems. It automatically -computes dependencies and figures out what things should occur -to install packages. Slpkg makes it easier to maintain groups -of machines without having to manually update. +Slpkg is a powerful software package manager that installs, +updates, and removes packages on Slackware based systems. +It automatically computes dependencies and figures out what +things should occur to install packages. Slpkg makes it easier +to maintain groups of machines without having to manually update. +Slpkg works in accordance with the standards of the organization +slackbuilds.org to builds packages. Also uses the Slackware Linux +instructions for installation, upgrading or removing packages. + +What makes slpkg to distinguish it from the other tools; +The user-friendliness it's a primary target as well as easy to +understand and use, also use colours (by default) to highlight +packages and display warning messages, and many of the others +available options it's ready to use. + +Features + +* Dependencies resolutions +* Dependencies visualizations +* Multiple options +* Multiple repositories +* Easy configuration +* Fully configurable +* Adaptability +* Powerful options +* Source builder +* Faster process +* Better Security Optional dependencies: - - python2-pythondialog (for dialog box interface) - - pygraphviz (for drawing dependencies diagram) - - graph-easy (for drawing ascii dependencies diagram) - - aria2 (alternative downloader) - - httpie (alternative downloader) + +* python2-pythondialog (for dialog box interface) +* pygraphviz (for drawing dependencies diagram) +* graph-easy (for drawing ascii dependencies diagram) +* aria2 (alternative downloader) +* httpie (alternative downloader) diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc index 4137504ddb..9eebd74623 100644 --- a/system/slpkg/slack-desc +++ b/system/slpkg/slack-desc @@ -14,6 +14,6 @@ slpkg: computes dependencies and figures out what things should occur slpkg: to install packages. Slpkg makes it easier to maintain groups of slpkg: of machines without having to manually update. slpkg: -slpkg: Homepage: https://github.com/dslackw/slpkg +slpkg: Homepage: https://dslackw.gitlab.io/slpkg slpkg: slpkg: diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 4fe921e256..23a04c4b53 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-3.3.8} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,8 +92,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README.rst ChangeLog.txt LICENSE TESTING ISSUES KNOWN_ISSUES REPOSITORIES \ - requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md ChangeLog.txt LICENSE TESTING ISSUES KNOWN_ISSUES REPOSITORIES.md \ + INSTALL.md requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 6e7f63699a..31ed1e66d0 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.3.8" -HOMEPAGE="https://gitlab.com/dslackw/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.3.8/slpkg-3.3.8.tar.gz" -MD5SUM="86024e707ff696ebecf8de77da14500e" +VERSION="3.4.2" +HOMEPAGE="https://dslackw.gitlab.io/slpkg" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.4.2/slpkg-3.4.2.tar.gz" +MD5SUM="14ba9c085dea13238e39fd476ed299c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3