Typos and minor edits of messages (part 1)

- README.TXT: minor edit
 - src/doinst.sh: minor change to postinstall message
 - src/repositories.txt: minor edits
 - src/slack-desc: use same text as README.TXT; tweak handy-ruler
 - src/slackpkgplus.sh: minor edits in comments and echo messages
This commit is contained in:
David Spencer 2013-10-28 14:21:25 +00:00
parent 4f8d52738f
commit 29b03761e1
5 changed files with 25 additions and 25 deletions

View file

@ -2,7 +2,7 @@ slackpkg+ plugin for third-party repositories
Slackpkg is a package manager for Slackware. Slackpkg is a package manager for Slackware.
Slackpkg+ is a plugin for slackpkg Slackpkg+ is a plugin for slackpkg.
It add support for third-party repositories. It adds support for third-party repositories.
You can add multiple repository to your list You can install, upgrade and search from multiple repositories.

View file

@ -40,8 +40,8 @@ remove var/lib/slackpkg/ChangeLog.txt
remove var/lib/slackpkg/pkglist remove var/lib/slackpkg/pkglist
echo echo
echo echo
echo "Please, read the README file before use it" echo "Please, read the README file before using slackpkg+"
echo echo
echo "Now you must to rerun 'slackpkg update'" echo "Now you must rerun 'slackpkg update'"
echo echo

View file

@ -10,11 +10,11 @@ Supported Repositories:
> zerouno: http://www.z01.eu/repo-slack/slackware64-current/ > zerouno: http://www.z01.eu/repo-slack/slackware64-current/
> mled: http://www.microlinux.fr/slackware/MLED-{14.0,14.1}-{32,64}bit/ > mled: http://www.microlinux.fr/slackware/MLED-{14.0,14.1}-{32,64}bit/
> mles: http://www.microlinux.fr/slackware/MLES-{14.0,14.1}-{32,64}bit/ > mles: http://www.microlinux.fr/slackware/MLES-{14.0,14.1}-{32,64}bit/
> mles: http://www.microlinux.fr/slackware/MLWS-{14.0,14.1}-{32,64}bit/ > mlws: http://www.microlinux.fr/slackware/MLWS-{14.0,14.1}-{32,64}bit/
> msb: http://slackware.org.uk/msb/{14.0,14.1}/1.6/{x86,x86_64}/ > msb: http://slackware.org.uk/msb/{14.0,14.1}/1.6/{x86,x86_64}/
> slackers: http://www.slackers.it/repository/ > slackers: http://www.slackers.it/repository/
> >
> Does NOT supports GPG > Does NOT support GPG
> salixos(*): http://download.salixos.org/{i486,x86_64}/{13.37,14.0}/ > salixos(*): http://download.salixos.org/{i486,x86_64}/{13.37,14.0}/
> salixext: http://people.salixos.org/ralvex/repository/x86_64/14.0/ > salixext: http://people.salixos.org/ralvex/repository/x86_64/14.0/
> rlworkman: http://rlworkman.net/pkgs/{13.37,14.0}/ > rlworkman: http://rlworkman.net/pkgs/{13.37,14.0}/
@ -22,10 +22,10 @@ Supported Repositories:
(*) salixos partially supports GPG. This repository contains the .asc file for CHECKSUMS.md5, (*) salixos partially supports GPG. This repository contains the .asc file for CHECKSUMS.md5,
so the 'update' process works with CHECKGPG=on and repository authenticity is guaranteed. so the 'update' process works with CHECKGPG=on and repository authenticity is guaranteed.
Unfortunatly the single packages does not contains the relative .asc file, so you must Unfortunately the single packages do not include the related .asc file, so you must
install the packages with 'slackpkg -checkgpg=off install <packagename>', but the install the packages with 'slackpkg -checkgpg=off install <packagename>', but the
authenticity is guaranteed by the md5 authenticity. authenticity is guaranteed by the md5 authenticity.
You can found a larger list at http://slakfinder.org You can find a larger list at http://slakfinder.org

View file

@ -10,9 +10,9 @@ slackpkg+: slackpkg+ plugin for third-party repositories
slackpkg+: slackpkg+:
slackpkg+: Slackpkg is a package manager for Slackware. slackpkg+: Slackpkg is a package manager for Slackware.
slackpkg+: slackpkg+:
slackpkg+: Slackpkg+ is a plugin for slackpkg slackpkg+: Slackpkg+ is a plugin for slackpkg.
slackpkg+: It add support for third-party repositories. slackpkg+: It adds support for third-party repositories.
slackpkg+: You can add multiple repository to your list slackpkg+: You can install, upgrade and search from multiple repositories.
slackpkg+: slackpkg+:
slackpkg+: slackpkg+:
slackpkg+: slackpkg+:

View file

@ -1,10 +1,10 @@
# Thanks to AlienBob and phenixia2003 (on LQ) for contributing # Thanks to AlienBob and phenixia2003 (on LQ) for contributing
# A secial thanks to all packagers that make slackpkg+ useful # A special thanks to all packagers that make slackpkg+ useful
declare -A MIRRORPLUS declare -A MIRRORPLUS
if [ -e /etc/slackpkg/slackpkgplus.conf ];then if [ -e /etc/slackpkg/slackpkgplus.conf ];then
# You can ovverride SLACKPKGPLUS VERBOSE USEBL from command-line # You can override SLACKPKGPLUS VERBOSE USEBL from command-line
EXTSLACKPKGPLUS=$SLACKPKGPLUS EXTSLACKPKGPLUS=$SLACKPKGPLUS
EXTVERBOSE=$VERBOSE EXTVERBOSE=$VERBOSE
EXTUSEBL=$USEBL EXTUSEBL=$USEBL
@ -77,8 +77,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
echo echo
echo " !!! N O T I C E !!!" echo " !!! N O T I C E !!!"
echo " Repository '$PREPO' does not contains MANIFEST.bz2" echo " Repository '$PREPO' does not contains MANIFEST.bz2"
echo " Don't worry.. it will works fine, but the commands" echo " Don't worry... it will work fine, but the command"
echo " 'slackpkg file-search' will not works on that" echo " 'slackpkg file-search' will not work on that"
echo " repository" echo " repository"
echo echo
sleep 3 sleep 3
@ -111,8 +111,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
echo echo
echo " !!! N O T I C E !!!" echo " !!! N O T I C E !!!"
echo " Repository '$PREPO' does support signature checking for" echo " Repository '$PREPO' does support signature checking for"
echo " CHECKSUMS.md5 file so the repository authenticity is guaranteed" echo " CHECKSUMS.md5 file, so the repository authenticity is guaranteed,"
echo " but you MAY need to temporary disable gpg check when you" echo " but you MAY need to temporarily disable gpg check when you"
echo " install the packages using:" echo " install the packages using:"
echo " 'slackpkg -checkgpg=off install packge'" echo " 'slackpkg -checkgpg=off install packge'"
echo " The package authenticity remains guaranteed." echo " The package authenticity remains guaranteed."
@ -127,9 +127,9 @@ if [ "$SLACKPKGPLUS" = "on" ];then
if [ $(checkgpg ${TMPDIR}/CHECKSUMS.md5-$PREPO) -ne 1 ];then if [ $(checkgpg ${TMPDIR}/CHECKSUMS.md5-$PREPO) -ne 1 ];then
echo echo
echo " !!! F A T A L !!!" echo " !!! F A T A L !!!"
echo " Repository '$PREPO' FAILS to check CHECKSUMS.md5 signature" echo " Repository '$PREPO' FAILS the CHECKSUMS.md5 signature check"
echo " The file may be corrupted or the gpg key may be not valid." echo " The file may be corrupted or the gpg key may be not valid."
echo " Remember to import keys launching 'slackpkg update gpg'." echo " Remember to import keys by launching 'slackpkg update gpg'."
echo echo
sleep 5 sleep 5
echo > ${TMPDIR}/CHECKSUMS.md5 echo > ${TMPDIR}/CHECKSUMS.md5
@ -328,7 +328,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
touch ${TMPDIR}/waiting touch ${TMPDIR}/waiting
# -- PKGLIST: # -- PKGLIST:
# temporary file used to store data about packages. It use # temporary file used to store data about packages. It uses
# the following format: # the following format:
# repository:<repository_name>:basename:<package_basename>: # repository:<repository_name>:basename:<package_basename>:
# #