Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. # Configuration for slackpkg+. See /usr/doc/slackpkg+-*/README for more details
  2. # Please read manpage: "man slackpkgplus.conf" and documentation /usr/doc/slackpkg+-*/README
  3.  
  4. # Enable (on) / Disable (off) slackpkg+
  5. SLACKPKGPLUS=on
  6.  
  7. # set to '0' to never show the download progress bar
  8. # set to '1' to show the bar only in download packages (default)
  9. # set to '2' to always show the download bar
  10. # set to '3' for a debug mode
  11. VERBOSE=1
  12.  
  13. # By default slackpkg+ deny to install 32bit packages.
  14. #
  15. # Set this flag to 'on' allow slackpkg+ to install 32bit packages on a 64bit slackware
  16. # installation (possibly unsafe). Please, do not install both 32 and 64bit of the same
  17. # package to avoid problems, and NEVER upgrade existant 64bit packages with relative 32bit package.
  18. # Do not forget to install the multilibs.
  19. ALLOW32BIT=on
  20.  
  21. # Enable (1) / Disable (0) the official slackpkg blacklist. May be useful to temporarily skip
  22. # the slackware blacklist. You can also override it from command line:
  23. # 'USEBL=0 slackpkg upgrade-all'
  24. USEBL=1
  25.  
  26. # Add custom option to 'wget'.
  27. # You can solve the repository indisponibility issue by set a timeout here
  28. WGETOPTS="--timeout=20 --tries=2"
  29.  
  30. # If you want replace wget with another downloader search DOWNLOADCMD in documentation
  31. # at /usr/doc/slackpkg+-*/README
  32. #DOWNLOADCMD="wget -O"
  33.  
  34. # Defines if the changelog of any 3rd party repository must be searched in parent URL when not found in base URL.
  35. # Can be set to "on" or "off" (default)
  36. SEARCH_CLOG_INPARENT=on
  37.  
  38. # Use the cache for metadata files (CHECKSUMS.md5,...). Enable it (on) to speedup the slackpkg update
  39. # process by downloading just new files (see README). Disabled by default (off)
  40. CACHEUPDATE=off
  41.  
  42. # You can download-only by setting DOWNLOADONLY to 'on'. You may (you should) also use it in commandline
  43. # for example: "DOWNLOADONLY=on slackpkg upgrade-all". Useful for large upgrades.
  44. #DOWNLOADONLY=off
  45.  
  46. # Enable (on) / Disable (off) notification events (see notifymsg.conf)
  47. #ENABLENOTIFY=off
  48.  
  49. # Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist
  50. GREYLIST=on
  51.  
  52. # Defines if commands 'search' and 'file-search' are case-sensitive (on) or not (off). Default to "on"
  53. SENSITIVE_SEARCH=on
  54.  
  55. # Defines if command 'file-search' does search Wole Word (on) of accept partial words (off). Note that
  56. # you may obtains many many results searching a short partial word
  57. WW_FILE_SEARCH=on
  58.  
  59. # Select the show order in dialogbox. Available "package" "repository" "tag" "path" "arch"
  60. SHOWORDER=package
  61.  
  62. # Allow to show more details of the package in slackpkg info <package>. Accept "none", "basic", "filelist"
  63. DETAILED_INFO=none
  64.  
  65. # Enable (on) / Disable (off) a Strict GPG Check. A repository should contains packages signed
  66. # with the only original GPG-KEY. In some custom repository may be wanted to mix heterogeneous
  67. # packages; to use that repository set Strict GPG Check to off. P.S: a repository can
  68. # contain just ONE gpg-key; you may manually import the other.
  69. STRICTGPG=on
  70.  
  71. # If two or more repositories contains some same packages, you can specify
  72. # from which repository you prefer to search it.
  73. # The syntax is "<repository_name>:<package_name>"
  74. # Accepts regular expressions. To give priority to an entire repository use "<repository_name>"
  75.  
  76. # Examples:
  77. #PKGS_PRIORITY=( restricted:vlc )
  78. # OR
  79. #PKGS_PRIORITY=( myrepo )
  80. #
  81. # if you have two reporitories to give priority you must set both in the same line
  82. #PKGS_PRIORITY=( myrepo restricted:vlc )
  83. #
  84. # if you want to install 'ktown' repository you must set it here
  85. #PKGS_PRIORITY=( ktown )
  86. # and DO NOT MISS to read special instruction on /usr/doc/slackpkg+-*/repositories.txt
  87. #
  88. # If you want a multilib system, uncomment the multilib repository and set:
  89. #PKGS_PRIORITY=( multilib )
  90. #
  91. # (Use /usr/doc/slackpkg+-*/setupmultilib.sh to setup a multilib configuration)
  92. #
  93. # For both multilib and ktown set
  94. PKGS_PRIORITY=( multilib ktown alienbob slackpkgplus)
  95.  
  96. # Otherwise you can try to upgrade a package from a repository that contains a package with the
  97. # same tag of the already installed package. Tipically that means to upgrade a package from the
  98. # same author of the already installed package.
  99. # Note that this method may not works properly where two repositories contains a package with the
  100. # same tag.
  101. # Set TAG_PRIORITY to 'on' to enable this function
  102. TAG_PRIORITY=off
  103.  
  104. # List repositories you want to use (defined below)
  105. # remember to launch 'slackpkg update' if you modify that row.
  106. #REPOPLUS=( slackpkgplus restricted alienbob slacky )
  107. REPOPLUS=( slackpkgplus )
  108.  
  109.  
  110. # Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
  111. # GPG Note: after adding/renaming a repository, you must to run 'slackpkg update gpg'
  112. # some repositories as salixos, have a partial GPG support;
  113. # for that repositories you may need to run slackpkg with 'slackpkg -checkgpg=off ...'
  114.  
  115. # Slackware 14.2 - x86_64
  116. #MIRRORPLUS['multilib']=http://bear.alienbase.nl/mirrors/people/alien/multilib/14.2/
  117. #MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86_64/
  118. #MIRRORPLUS['restricted']=http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86_64/
  119. #MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.2/
  120.  
  121. # use this to keep the slackpkg+ package updated to the latest stable release
  122. MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
  123.  
  124. # use the development branch to use the mainline version and help develop by reporting bugs.
  125. #MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
  126.  
  127.  
  128. # Slackware current - x86_64
  129. MIRRORPLUS['multilib']=http://bear.alienbase.nl/mirrors/people/alien/multilib/current/
  130. MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/{14.0,14.1,14.2,current}/{x86,x86_64}/
  131. MIRRORPLUS['ktown']=http://bear.alienbase.nl/mirrors/alien-kde/{14.1,14.2,current}/{latest,testing}/{x86,x86_64}/
  132.  
  133.  
  134. # Local repository:
  135. #MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.2/x86/
  136. #
  137. # Local packages (you do not need metadata nor 'slackpkg update' command):
  138. #MIRRORPLUS['myrepo']=dir://repositories/mypackages/
  139.  
  140.  
  141. #
  142. # Supported Repositories (see /usr/doc/slackpkg+-* for details and notes):
  143. #
  144.  
  145. slackpkgplus: http://slakfinder.org/slackpkg+{,dev,1.6,1.7}/
  146. multilib: http://bear.alienbase.nl/mirrors/people/alien/multilib/{14.0,14.1,14.2,current}/
  147. alienbob: http://bear.alienbase.nl/mirrors/people/alien/sbrepos/{14.0,14.1,14.2,current}/{x86,x86_64}/
  148. ktown: http://bear.alienbase.nl/mirrors/alien-kde/{14.1,14.2,current}/{latest,testing}/{x86,x86_64}/
  149. #restricted: http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/{14.0,14.1,14.2,current}/{x86,x86_64}/
  150. #slacky: http://repository.slacky.eu/slackware{,64}-{14.0,14.1,14.2}/
  151. #mleddesktop: http://www.microlinux.fr/microlinux/desktop-{14.1,14.2}-{32,64}bit/
  152. #mledextras: http://www.microlinux.fr/microlinux/extras-{14.1,14.2}-{32,64}bit/
  153. #mles: http://www.microlinux.fr/microlinux/server-{14.0,14.1,14.2}-{32,64}bit/
  154. #msb: http://slackware.uk/msb/{14.0,14.1,14.2,current}/{1.6,1.8,1.10,1.12,1.14,1.15,1.15-gtk3,latest}/{x86,x86_64}/
  155. #csb: http://slackware.uk/csb/{14.1,14.2}/{x86,x86_64}/
  156. #slackers: http://slack.conraid.net/repository/slackware64-current/
  157. #slacke18: http://ngc891.blogdns.net/pub/slacke18/slackware{,64}-{14.1,14.2}/
  158. #studioware: http://studioware.org/files/packages/slackware{,64}-{14.0,14.1,14.2}/
  159. #slackonly: http://panos.slackonly.com/pub/packages/{14.1,14.2,current}-{x86,x86_64}/
  160. #rlworkman: http://rlworkman.net/pkgs/{14.0,14.1,14.2,current}/
  161. #slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/
  162. #connochaetos: http://connochaetos.org/slack-n-free/slack-n-free{,64}-{14.1,14.2}/
  163. #slint: http://slint.fr/packages/{14.0,14.1,14.2}-{i486,x86_64}/
  164. #salixos: http://download.salixos.org/{i486,x86_64}/{14.0,14.1,14.2}/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement