home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / xpkcybprefs / s / xpkcyb.prefs
Text File  |  1977-12-31  |  4KB  |  190 lines

  1.  
  2. ;Preferences for the XpkCybPrefs. (c) Alexis "Cyb" Nasr 1997 
  3.  
  4. ;(-: wipe all the info text if you want :-)
  5. ;
  6. ;
  7. ;               *** THIS IS JUST AN EXAMPLE FILE ***
  8. ;
  9. ;       IT IS *NOT* "READY FOR USE", IT'S JUST TO SHOW THE ABILITIES
  10. ;                              OF XPKCYBPREFS
  11. ;
  12. ;        *****   YOU -HAVE TO- MODIFY IT TO SUIT YOUR NEEDS   *****
  13.  
  14. ;--------------------------------------------------------------------------
  15. ;                               Conventions:
  16. ;
  17. ;* don't forget to place the defs between the necessary START_XX/END_XX
  18. ;* convention for parameters is XX=ON-YES/OFF-NO or decimal value or name (no '"')
  19. ;* Packer format= NAME.eff.chunksize(Kb)
  20. ;  (all, but the name, are optional)
  21. ;* everything is case-insensitive except the packer NAMEs
  22. ;--------------------------------------------------------------------------
  23.  
  24.  
  25.  
  26. ;define here the tasks where output will be automatically switched off
  27. ;(case insensitive ,one wildcard possible per definition)
  28. ;typically:backup progs...
  29. ;format: "task=taskname"
  30. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. START_QUIETTASKS
  32.  
  33. task=*backup
  34.  
  35. END_QUIETTASKS
  36.  
  37.  
  38.  
  39. START_CYBGENERAL        ;don't forget this marker!! :-)
  40.  
  41.  
  42. ;XpkCybPrefsFlags
  43. ;~~~~~~~~~~~~~~~~
  44.  
  45. ForbidPack=NO            ;If set,they override the correspondant priority
  46. ForbidUnpack=NO         ;they do a Forbid() while (un)packing
  47.                     ;nice for an accurate depack-speed ;-)
  48. PackPri=0
  49. UPackPri=15
  50.  
  51. LoadLibs=NO            ;load all xpklibs found in this prefsfile at start
  52. FlushLibs=NO            ;flush an xpklib each time after testcrunching.
  53.  
  54. Window=YES            ;Switch for window opening/not
  55.  
  56. FrontScreen=YES                ;Open on frontmost screen,if public.
  57.  
  58. ScreenToFront=YES               ;Bring screens to front when opening windows.
  59.  
  60. UseTemp=OFF                      ;ON= tempfile, else memory buffer.
  61.  
  62. LoMem=ON                       ;allows fallback to USETEMP if no mem for packbuffer
  63.  
  64. UserInfo=ON
  65.  
  66.  
  67. ;XpkCybPrefs values & strings
  68. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69.  
  70. TestSize=5000
  71.  
  72. ;Pubname=Workbench
  73.  
  74. ;winX=85            ;rem' these if you want an auto-centering of window
  75. ;winY=175
  76.  
  77. Delay=0                ;delay in secs between info messages .
  78.                     ;may drastically slow packing when used on a
  79.                     ;lot of small files.(delay is longer than packing ;-)
  80.  
  81.  
  82. ;XPKmaster own prefs
  83. ;~~~~~~~~~~~~~~~~~~~
  84.  
  85. UseXFD=NO
  86. AutoPassword=NO
  87. UseExternals=YES
  88. Timeout=60
  89.  
  90.  
  91. END_CYBGENERAL
  92.  
  93.  
  94.  
  95. ;--------------------------------------------------------------------------
  96. ;       You may define macros,for the most commonly used packers.
  97. ;--------------------------------------------------------------------------
  98.  
  99. START_MACRO
  100. macro=SOMEPACKERS
  101. packer=GZIP
  102. packer=MASH
  103. packer=LZCB
  104. packer=ILZR
  105. END_MACRO
  106.  
  107.  
  108.  
  109. ;--------------------------------------------------------------------------
  110. ;            Now here is where you associate recognizers/packers
  111. ;--------------------------------------------------------------------------
  112.  
  113.  
  114. ;****************************************
  115. ;There should be at LEAST a 'generic' def
  116. ;****************************************
  117.  
  118. type=generic
  119. macro=SOMEPACKERS
  120. mode=best
  121. END_DEF
  122.  
  123.  
  124.  
  125. ;****************************************
  126. ;    All those that shouldn't be packed
  127. ;****************************************
  128. type=GFX-GIF                    ;Some classic packed data formats:
  129. type=GFX-JPEG
  130. type=PACKED-LHA
  131. type=PACKED-LZX
  132. type=PACKED-XPK
  133. type=PACKED-ZIP
  134. packer=DONT
  135. END_DEF
  136.  
  137. ;****************************************
  138. ;            Music defs
  139. ;****************************************
  140. type=SMPL-Iff
  141. type=SMPL-Others
  142. type=MUSIC-Others >200
  143. type=MUSIC-Synth >200           ;a synth>200 kb? not very likely I guess ;-)
  144. type=MUSIC-PtkClones >200
  145. packer=SMPL
  146. packer=SQSH
  147. mode=average
  148. END_DEF
  149.  
  150. type=MUSIC-PtkClones >50 <200
  151. packer=SQSH
  152. packer=SMPL
  153. mode=best
  154. END_DEF
  155.  
  156. type=MUSIC-Others >10 <200
  157. type=MUSIC-Synth >50 <200
  158. type=MUSIC-PtkClones >10 <50
  159. packer=SQSH
  160. END_DEF
  161.  
  162. type=MUSIC-Synth <50
  163. type=MUSIC-PtkClones <10
  164. packer=SHRI
  165. packer=SQSH
  166. mode=average
  167. END_DEF
  168.  
  169. type=SIDMon 1.0
  170. packer=RAKE
  171. packer=SQSH
  172. END_DEF
  173.  
  174. ****************************************
  175.             executables
  176. ****************************************
  177. type=Executable >10
  178. macro=SOMEPACKERS
  179. mode=best
  180. END_DEF
  181.  
  182. type=Executable <10 >5
  183. packer=MASH
  184. mode=best
  185. END_DEF
  186.  
  187. type=Executable <5
  188. packer=SHRI
  189. END_DEF
  190.