home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #5 / AmigaPlus_Extra-CD_5-97.iso / online-tools / mail / eucbeta / install_eucalyptus < prev    next >
Text File  |  1997-07-21  |  22KB  |  512 lines

  1. ; Install-Script for Eucalyptus 1.0
  2.  
  3. (set #installing "Installing ")
  4.  
  5. (set #contrib "In the 'Support' directory of the installation archive, you can find several utilities that could prove useful with Eucalyptus.\n\nNext you will have a chance to install some of these utilities.\n\nBefore deleting this directory after installation, please take a closer look at what else is available in the 'Support' dir.")
  6. (set #contrib-amipop "Would you like to install AmiPOP?\n\nIf you use a SLIP/PPP account and have not installed AmiPOP before, you will probably want to install it now.\n\nIf you do, this installation script will ask you some questions about the configuration next.")
  7. (set #amipop-stack "AmiPOP is available for both of the major TCP/IP stacks, AS225/Inet225 and AmiTCP. For which stack do you wish to install AmiPOP for?")
  8. (set #amipop-help "AmiPOP is a small utility for retrieving mail from a remote system with the POP protocol. It is mostly used on dial-up SLIP/PPP systems. If you have such a system, you have to run AmiPOP to get new mail.\n\nIt will remain in the background as a Commodity and download new mail to a spool file on your system every few minutes.\n\nEucalyptus will read mail from this spool file and import it to its folders.")
  9. (set #amipop-where "Where would you like to install AmiPOP?\nIf you install it outside WBStartup, you will have to manually run it when connecting to Internet.")
  10. (set #amipop-host "What is your POP host address?\nIf you do not know the address of your POP host, ask your Internet provider.\nIt is likely to be something like 'mail.isp.com' or 'pop.isp.com'.")
  11. (set #amipop-account "What is your POP account name?\nThis is most likely the name of your shell account, if you have one, or perhaps the name of your machine, if you have a SLIP/PPP only connection.")
  12. (set #amipop-password "What is your POP password?\nYou can leave this empty if you would rather enter it when starting AmiPOP.")
  13. (set #amipop-spool "Where do you wish to put the mail spool file?\nAmiPOP will download mail to this file, where Eucalyptus can then read it from.\nYou must enter this path also to Eucalyptus configuration")
  14. (set #amipop-tooltype "Setting AmiPOP tooltypes...")
  15.  
  16. (set #contrib-sabot "Do you wish to install Sabot?\n\nSabot is a small utility that stays on the background and displays an icon on the Workbench reflecting the status of the mailbox.")
  17. (set #sabot-where "Where would you like to install Sabot?\nThe default is the same place as AmiPOP.")
  18. (set #sabot-icons "Sabot needs three icons for the images of its own AppIcon. Where do you want to keep these icons?")
  19.  
  20. (set #contrib-scripts-1 "Do you want to install the sample scripts?\n\nThese shell and ARexx scripts demonstrate ways to use Eucalyptus together with other programs.")
  21. (set #contrib-scripts-2 "Please notice the sample scripts in Rexx and S subdirectories!\n\nThese shell and ARexx scripts demonstrate ways to use Eucalyptus together with other programs.")
  22.  
  23. ; ---------------------------------------------------------------------------
  24.  
  25. ; ************* PLEASE COPY THIS PROCEDURE ALONG WITH THE STRINGS IT USES
  26. ; ************* TO THE INSTALLER SCRIPT OF YOUR CLASSACT APPLICATION.
  27. ; ************* IT WILL TAKE CARE OF INSTALLING THE CLASSACT CLASSES YOU
  28. ; ************* PROVIDED WITH YOUR APPLICATION TO THE USER'S SYSTEM.
  29.  
  30. ; ClassAct installation procedure V 1.5 (12.5.96) by Osma Ahvenlampi
  31.  
  32. ; percentage of the size of included ClassAct classes versus the whole
  33. ; distribution (ie. total "complete" percentage after ClassAct is installed)
  34. (set classact-complete 90)
  35.  
  36. ; ClassAct installer scripts
  37. (set #classdest-prompt "Please select the directory where you want the ClassAct classes installed.\n(See help for details)")
  38. (set #classdest-help (cat "ClassAct is a GUI toolkit consisting of shared BOOPSI classes.\n\nSome programs require some or all of the ClassAct classes installed on your system. "
  39.     (if v39 (cat "OS 3.0 has a standard directory for BOOPSI classes, the SYS:Classes directory. It is recommended that you install ClassAct there.")
  40.             (cat "OS 2.0 does not have a standard place for disk resident BOOPSI classes. On OS 3.0 these classes are stored in the SYS:Classes directory. It is recommended that you create this directory and install ClassAct there.\nThis directory must be added in the LIBS: assign. This can be done by placing the command\nAssign >NIL: LIBS: SYS:Classes ADD\nto User-Startup. This installer will do this for you.")
  41.         )
  42.     )
  43. )
  44. (set #classes-020 "Do you want to use the OS 3.0, 020 optimised version of ClassAct?")
  45. (set #help-020 "Some ClassAct libraries have versions optimised for use on 020 or better equipped OS 3.0 or later machines. If your Amiga is such equipped, you should install these. The 68000/2.0 versions will also work, but are slightly slower.")
  46. (set #noclasses-message "The directory you selected for your ClassAct classes is not a part of the LIBS: assign.\n\nIt is necessary to add this assign so that the classes will be found properly.")
  47. (set #creating-dir "Creating directory ")
  48. (set #usbackup-prompt "User-Startup will now be backed up.")
  49. (set #usbackup-help "This installer will next make a modification in User-Startup. Before doing this the old User-Startup will be backed up to S:User-Startup.old")
  50. (set #adding-1 "Adding ")
  51. (set #adding-2 " to LIBS: assign\n")
  52. (set #adding-help "This is necessary so that the custom classes can be found.")
  53. (set #junod-button "It seems you have a late Commodore 'V42' button.gadget installed on your system.\n\nClassAct's button.gadget is far more capable than this gadget, and we recommend that you replace it. The ClassAct button.gadget is backwards compatible to the Commodore gadget. Do you wish to back up the Commodore gadget and replace it with the ClassAct version?")
  54. (set #junod-backed "The Commodore 'V42' button.gadget has been backed up with the name button.gadget.v42.\n\nThe ClassAct button.gadget will be installed in its place.")
  55. (set #junod-kept "The Commodore 'V42' button.gadget was not replaced with the more capable ClassAct version.\n\nPrograms depending on the availability of ClassAct-only features will be likely to work wrong.")
  56. (set #caprefs-message "CAPrefs is a small utility that sets some user preferences for ClassAct applications. These include the bevel style (Thin/Gadtools/Xen), window backfills, and group label details.\n\nPlease use the ClassAct GUI prefs editor to alter the default settings provided. ClassAct prefs will be installed in your system Prefs drawer.\n\n")
  57. (set #caprefs-startup-1 "Adding the command\n\n")
  58. (set #caprefs-startup-2 "\n\nTo your s:User-Startup.")
  59.  
  60. (procedure install-classact
  61. ; call this procedure to copy the classes included in the Classes directory
  62. ; in your distribution dir.
  63.      (if (exists "Classes") ; The archive contains a ClassAct library update.
  64.      (
  65.           (set comp-dest  (/ (* classact-complete 2) 10))
  66.           (set comp-libs  (/ (* classact-complete 3) 10))
  67.           (set comp-dirs  (/ (* classact-complete 4) 10))
  68.           (set comp-junod (/ (* classact-complete 5) 10))
  69.           (set comp-020   (/ (* classact-complete 6) 10))
  70.           (set comp-gad   (/ (* classact-complete 7) 10))
  71.           (set comp-im    (/ (* classact-complete 8) 10))
  72.           (set comp-prefs (/ (* classact-complete 9) 10))
  73.  
  74.           ; has the user installed ClassAct in CLASSACT: ?
  75.           (set @classact-dest (getassign "CLASSACT" "A"))
  76.           (if (= @classact-dest "") (set @classact-dest "SYS:Classes"))
  77.  
  78.           ; is ClassAct already in SYS:Classes ?
  79.           (if (or (not (exists (tackon @classact-dest "Gadgets/layout.gadget") (noreq)))
  80.                   (= @user-level 2))
  81.               ; no, ask where it should be placed
  82.               (set @classact-dest
  83.                   (askdir
  84.                       (prompt #classdest-prompt)
  85.                       (help #classdest-help)
  86.                       (default @classact-dest)
  87.                       (newpath)
  88.                   )
  89.               )
  90.           )
  91.  
  92.           (complete comp-dest)
  93.  
  94.           (if (<> (run (cat "C/CheckAssign LIBS: " @classact-dest)) 0)
  95.               (
  96.                   (message #noclasses-message)
  97.                   (if (not (exists @classact-dest))
  98.                        (makedir @classact-dest (prompt (cat #creating-dir @classact-dest)))
  99.                    )
  100.                   (set @addassign (cat "Assign >NIL: LIBS: " @classact-dest " ADD\n"))
  101.                   (startup "CLASSACT"
  102.                     (command @addassign)
  103.                       (prompt (cat #adding-1 @classact-dest #adding-2))
  104.                       (help #adding-help)
  105.                   )
  106.                   (run (@addassign))
  107.               )
  108.           )
  109.  
  110.           (complete comp-libs)
  111.  
  112.           (set @classact-gadgets (tackon @classact-dest "Gadgets"))
  113.           (set @classact-images (tackon @classact-dest "Images"))
  114.  
  115.           (if (not (exists @classact-gadgets (noreq)))
  116.               (makedir @classact-images
  117.                   (prompt (cat #creating-dir @classact-gadgets))
  118.               )
  119.           )
  120.  
  121.           (if (not (exists @classact-images (noreq)))
  122.               (makedir @classact-images
  123.                   (prompt (cat #creating-dir @classact-images))
  124.               )
  125.           )
  126.  
  127.           (complete comp-dirs)
  128.  
  129.           (if (exists "SYS:Classes/Gadgets/button.gadget")
  130.               (if (< 41 (/ (getversion "SYS:Classes/Gadgets/button.gadget") 65536))
  131.                   (if (askbool (prompt #junod-button) (help @askbool-help) (default 1))
  132.                       (
  133.                           (rename "SYS:Classes/Gadgets/button.gadget" "SYS:Classes/Gadgets/button.gadget.v42")
  134.                           (message #junod-backed)
  135.                       )
  136.                       (message #junod-kept)
  137.                   )
  138.               )
  139.           )
  140.  
  141.           (complete comp-junod)
  142.  
  143.           (if (exists "Classes/Gadgets/layout.gadget.020")
  144.                (set classes-020 (askbool (prompt #classes-020) (help #help-020) (default (and cpu020 v39))))
  145.                (set classes-020 0)
  146.           )
  147.  
  148.           (complete comp-020)
  149.  
  150.           (foreach "Classes/Gadgets" "#?.gadget"
  151.                (
  152.                     (set thislib (tackon "Classes/Gadgets" @each-name))
  153.                     (if (and classes-020 (exists (cat thislib ".020")))
  154.                          (set thislib (cat thislib ".020"))
  155.                     )
  156.                    (copylib (source thislib)
  157.                        (dest @classact-gadgets)
  158.                        (newname @each-name)
  159.                        (prompt (cat #installing @each-name))
  160.                        (help #classdest-help)
  161.                        (optional "force" "askuser")
  162.                    )
  163.               )
  164.           )
  165.  
  166.           (complete comp-gad)
  167.  
  168.           (foreach "Classes/Images" "#?.image"
  169.                (
  170.                     (set thislib (tackon "Classes/Images" @each-name))
  171.                     (if (and classes-020 (exists (cat thislib ".020")))
  172.                          (set thislib (cat thislib ".020"))
  173.                     )
  174.                    (copylib (source thislib)
  175.                        (dest @classact-images)
  176.                        (newname @each-name)
  177.                        (prompt (cat #installing @each-name))
  178.                        (help #classdest-help)
  179.                        (optional "force" "askuser")
  180.                    )
  181.               )
  182.           )
  183.  
  184.           (complete comp-im)
  185.  
  186.           (foreach "Classes" "#?.class"
  187.                (
  188.                     (set thislib (tackon "Classes" @each-name))
  189.                     (if (and classes-020 (exists (cat thislib ".020")))
  190.                          (set thislib (cat thislib ".020"))
  191.                     )
  192.                    (copylib (source thislib)
  193.                        (dest @classact-dest)
  194.                        (newname @each-name)
  195.                        (prompt (cat #installing @each-name))
  196.                        (help #classdest-help)
  197.                        (optional "force" "askuser")
  198.                    )
  199.               )
  200.           )
  201.      )
  202.      )
  203.      (if (exists "Prefs/ClassAct") ; The archive contains ClassAct prefs tools
  204.      (
  205.           (message #caprefs-message)
  206.  
  207.           (copylib (source "Prefs/CAPrefs")
  208.                (dest "C:")
  209.                (prompt (cat #installing "CAPrefs"))
  210.           )
  211.           (copylib (source "Prefs/ClassAct")
  212.                (dest "SYS:Prefs")
  213.                (prompt (cat #installing "ClassAct Prefs"))
  214.                (infos)
  215.           )
  216.  
  217.           (complete comp-prefs)
  218.  
  219.           (if (not (exists "ENVARC:ClassAct" (noreq)))
  220.                (
  221.                     (makedir "ENVARC:ClassAct"
  222.                          (prompt (cat #creating-dir "ENVARC:ClassAct"))
  223.                     )
  224.                     (textfile (dest "ENVARC:ClassAct/ClassAct")
  225.                          (append "")
  226.                     )
  227.                )
  228.           )
  229.  
  230.           (set caprefs-cmd "C:CAPrefs >NIL:\n")
  231.  
  232.           (startup "CAPREFS"
  233.                (prompt (cat #caprefs-startup-1 caprefs-cmd #caprefs-startup-2))
  234.                (help #caprefs-message)
  235.                (command caprefs-cmd)
  236.           )
  237.      )
  238.      )
  239.  
  240.      (complete classact-complete)
  241. )
  242.  
  243. ; ************** END OF CLASSACT INSTALL PROCEDURE. COPY THE BLOCK ABOVE
  244. ; ************** TO YOUR CLASSACT APPLICATION INSTALLER.
  245.  
  246. ; ---------------------------------------------------------------------------
  247.  
  248. (complete 0)
  249.  
  250. (set @default-dest
  251.      (askdir
  252.           (prompt "In which directory would you like Eucalyptus installed? (A directory will be created there.)")
  253.           (help @askdir-help)
  254.           (default @default-dest)
  255.      )
  256. )
  257.  
  258. (set maindir (tackon @default-dest "Eucalyptus"))
  259.  
  260. (set rexxdir
  261.      (askdir
  262.           (prompt "In which directory would you like Eucalyptus's ARexx scripts installed?")
  263.           (help @askdir-help)
  264.           (default (tackon maindir "Rexx"))
  265.           (newpath)
  266.      )
  267. )
  268.  
  269. (set helpdir
  270.      (askdir
  271.           (prompt "In which directory would you like Eucalyptus's AmigaGuide documentation installed?")
  272.           (help @askdir-help)
  273.           (default maindir)
  274.           (newpath)
  275.      )
  276. )
  277.  
  278. (copyfiles
  279.      (help @copyfiles-help)
  280.      (source "Eucalyptus")
  281.      (dest maindir)
  282.      (infos)
  283.      (optional "nofail")
  284. )
  285.  
  286. (complete 25)
  287.  
  288. (copyfiles
  289.      (help @copyfiles-help)
  290.      (source "Docs/Eucalyptus.guide")
  291.      (dest helpdir)
  292.      (infos)
  293.      (optional "nofail")
  294. )
  295.  
  296. ; .guide file uses AmigaGuide instead of MultiView for OS <= V38
  297. (set ver (/ (getversion) 65536))
  298.  
  299. (if (<= ver 38)
  300.      (tooltype
  301.           (dest (tackon maindir "Eucalyptus.guide"))
  302.           (setdefaulttool "AmigaGuide")
  303.      )
  304. )
  305.  
  306. (complete 30)
  307.  
  308. (copyfiles
  309.      (prompt "Copying ARexx scripts...")
  310.      (help @copyfiles-help)
  311.      (source "Rexx")
  312.      (dest rexxdir)
  313.      (confirm)
  314.      (all)
  315.      (infos)
  316.      (optional "nofail")
  317. )
  318.  
  319. (complete 50)
  320.  
  321. (install-classact)
  322.  
  323. (complete 85)
  324.  
  325. (if (exists "Support")
  326.      (
  327.           (copyfiles
  328.                (prompt "Copying Eucalyptus' support files...")
  329.                (help @copyfiles-help)
  330.                (source "Support")
  331.                (dest (tackon maindir "Support"))
  332.                (choices "Images" "Sounds")
  333.                (confirm)
  334.                (infos)
  335.                (optional "nofail")
  336.           )
  337.  
  338.           (message #contrib)
  339.  
  340.           (complete 87)
  341.  
  342.           (set amipopdest "SYS:WBStartup")
  343.           (if (askbool (prompt #contrib-amipop)
  344.                     (help #amipop-help)
  345.                     (default (not (exists (tackon amipopdest "AmiPOP"))))
  346.                )
  347.                (
  348.                     (complete 88)
  349.                     (if (= 0 (askchoice (prompt #amipop-stack)
  350.                                    (help #amipop-help)
  351.                                    (choices "AS225" "AmiTCP/Miami")))
  352.                          (set amipopsource "Support/AmiPOP/AmiPOP")
  353.                          (set amipopsource "Support/AmiPOP/AmiPOP-AmiTCP")
  354.                     )
  355.                     (complete 89)
  356.                     (set amipopdest
  357.                          (askdir (prompt #amipop-where)
  358.                               (help #amipop-help)
  359.                               (default amipopdest)
  360.                          )
  361.                     )
  362.                     (complete 90)
  363.                     (copyfiles
  364.                          (source amipopsource)
  365.                          (dest amipopdest)
  366.                          (newname "AmiPOP")
  367.                          (infos)
  368.                          (prompt (cat #installing "AmiPOP"))
  369.                     )
  370.                     (complete 91)
  371.                     (set amipop-host
  372.                          (askstring
  373.                               (prompt #amipop-host)
  374.                               (help #amipop-help)
  375.                          )
  376.                     )
  377.                     (complete 92)
  378.                     (set amipop-account
  379.                          (askstring
  380.                               (prompt #amipop-account)
  381.                               (help #amipop-help)
  382.                          )
  383.                     )
  384.                     (complete 93)
  385.                     (set amipop-password
  386.                          (askstring
  387.                               (prompt #amipop-password)
  388.                               (help #amipop-help)
  389.                          )
  390.                     )
  391.                     (complete 94)
  392.                     (set amipop-spool
  393.                          (askstring
  394.                               (prompt #amipop-spool)
  395.                               (help #amipop-help)
  396.                          )
  397.                     )
  398.                     (run (cat "SetEnv POPMAILBOX " amipop-spool) (safe))
  399.                     (if (> @user-level 0)
  400.                          (tooltype
  401.                              (prompt #amipop-tooltype)
  402.                              (dest (tackon amipopdest "AmiPOP"))
  403.                              (settooltype "POPHOST" amipop-host)
  404.                              (settooltype "USERNAME" amipop-account)
  405.                              (settooltype "MAILBOX" amipop-spool)
  406.                              (if (not (= amipop-password ""))
  407.                               (
  408.                                    (settooltype "PASSWORD" amipop-password)
  409.                                    (settooltype "NOWINDOW")
  410.                               )
  411.                              )
  412.                          )
  413.                     )
  414.                )
  415.           )
  416.  
  417.           (complete 95)
  418.  
  419.           (set sabotdest amipopdest)
  420.           (if (askbool (prompt #contrib-sabot)
  421.                     (help @askbool-help)
  422.                     (default (not (exists (tackon sabotdest "Sabot"))))
  423.                )
  424.                (
  425.                     (complete 96)
  426.                     (if (> @user-level 1)
  427.                          (set sabotdest
  428.                               (askdir (prompt #sabot-where)
  429.                                    (help @askdir-help)
  430.                                    (default sabotdest)
  431.                               )
  432.                          )
  433.                     )
  434.                     (complete 97)
  435.                     (set iconsdest
  436.                          (askdir (prompt #sabot-icons)
  437.                               (help @askdir-help)
  438.                               (default "ENVARC:Sys")
  439.                          )
  440.                     )
  441.                     (complete 98)
  442.                     (copyfiles
  443.                          (source "Support/Sabot/Sabot")
  444.                          (dest sabotdest)
  445.                          (infos)
  446.                          (prompt #installing "Sabot")
  447.                     )
  448.                     (copyfiles
  449.                          (source "Support/Sabot")
  450.                          (choices "New.info" "Old.info" "None.info")
  451.                          (dest iconsdest)
  452.                          (prompt #installing "Sabot")
  453.                     )
  454.                     (if (= amipop-spool "")
  455.                          (set amipop-spool
  456.                               (askstring
  457.                                    (prompt #amipop-spool)
  458.                                    (help #amipop-help)
  459.                               )
  460.                          )
  461.                     )
  462.                     (complete 99)
  463.                     (if (> @user-level 0)
  464.                          (tooltype
  465.                               (prompt #sabot-tooltype)
  466.                               (dest (tackon sabotdest "Sabot"))
  467.                               (settooltype "MAIL" (tackon iconsdest "New"))
  468.                               (settooltype "OLDMAIL" (tackon iconsdest "Old"))
  469.                               (settooltype "NOMAIL" (tackon iconsdest "None"))
  470.                               (settooltype "MAILBOX" amipop-spool)
  471.                               (settooltype "MAILCOMMAND" "\"rx 'address Eucalyptus GETMAIL'\"")
  472.                               (settooltype "CLICKCOMMAND" (cat "\"" (tackon @default-dest "Eucalyptus") "\""))
  473.                          )
  474.                     )
  475.                )
  476.           )
  477.           (if (and nocopy (= update-eucalyptus 0))
  478.                (message #contrib-scripts-2)
  479.                (if (askbool (prompt #contrib-scripts-1)
  480.                          (help @askbool-help)
  481.                          (default 1)
  482.                     )
  483.                     (
  484.                          (set dir "Rexx")
  485.                          (makedir (tackon @default-dest dir) (prompt #creating-dir dir))
  486.                          (copyfiles
  487.                               (source dir)
  488.                               (dest (tackon @default-dest dir))
  489.                               (prompt #installing dir)
  490.                               (all)
  491.                          )
  492.                          (set dir "S")
  493.                          (makedir (tackon @default-dest dir) (prompt #creating-dir dir))
  494.                          (copyfiles
  495.                               (source dir)
  496.                               (dest (tackon @default-dest dir))
  497.                               (prompt #installing dir)
  498.                               (all)
  499.                          )
  500.                     )
  501.                )
  502.           )
  503.      )
  504. )
  505.  
  506. (run "More BetaTesting.readme")
  507.  
  508. (complete 100)
  509.  
  510. (exit)
  511.  
  512.