home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / obero / oberon-a / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.8 KB  |  84 lines

  1. .name
  2. Oberon-A
  3. .type
  4. Compiler
  5. .short
  6. A freely-distributable Oberon-2 compiler
  7. .description
  8. Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
  9. modern object-oriented language designed by Niklaus Wirth, the creator
  10. of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
  11. implementation of the language for the Amiga computer, ported from a
  12. compiler written by Niklaus Wirth.
  13. .version
  14. 1.6
  15. .author
  16. Frank Copeland
  17. OEL by Johan Ferreira
  18. .reference
  19. FreshFish-Vol9-2:BBS/dev/Oberon-A-1.5.3.lha
  20. 1.5.3
  21. FreshFish-Vol9-1:Useful/dev/obero/Oberon-A/
  22. 1.5.3
  23. GoldFish-Vol2-2:BBS/dev/Oberon-A-1.4ß.lha
  24. 1.4ß
  25. GoldFish-Vol2-1:Files/dev/obero/Oberon-A/
  26. 1.4ß
  27. FreshFish-Vol9-2:BBS/dev/Oberon-A-1.4ß.lha
  28. 1.4ß
  29. FreshFish-Vol8-2:BBS/dev/Oberon-A-1.4ß.lha
  30. 1.4ß
  31. FreshFish-Vol8-1:Useful/dev/obero/Oberon-A/
  32. 1.4ß
  33. FreshFish-Vol7:Useful/dist/dev/obero/Oberon-A/
  34. 1.4ß
  35. FreshFish-Vol7:BBS/dev/Oberon-A-1.4ß.lha
  36. 1.4ß
  37. FreshFish-Vol6:New/dev/obero/Oberon-A/
  38. 1.4ß
  39. FreshFish-Vol6:BBS/dev/Oberon-A-1.4ß.lha
  40. 1.4ß
  41. .distribution
  42. GNU Public License
  43. .address
  44. PO BOX 236
  45. RESERVOIR  VIC  3073
  46. AUSTRALIA
  47. .email
  48. fjc@wossname.apana.org.au
  49. .source
  50. Full source code is included for all modules and programs where available.
  51. .docs
  52. Oberon-A.doc
  53. Index.doc
  54. .described-by
  55. Dan Fish (daf@starfish.amigalib.com)
  56. .submittal
  57. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  58. .execute
  59. set choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
  60. if $choice EQ "0"
  61.   quit 5
  62. endif
  63.  
  64. if $choice EQ "1"
  65.   MetaTool Oberon-A.doc GUIDE
  66. endif
  67.  
  68. if $choice EQ "2"
  69.   set filechoice `RequestFile TITLE "Select Readme File" PATTERN "~(#?.info)"`
  70.   set dirchoice `pathname $filechoice`
  71.   set filechoice `basename $filechoice`
  72.   failat 21
  73.   cd $dirchoice
  74.   MetaTool $filechoice TEXT
  75. endif
  76.  
  77. if $choice EQ "3"
  78.   cd Install
  79.   execute Install
  80.   cd /
  81. endif
  82. .aminet-dir
  83. dev/obero
  84.