home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / obero / oberon-a / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  90 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 orgdir `cd`
  60. LAB Start
  61. failat 10
  62. unset filechoice
  63. unset dirchoice
  64. cd $orgdir
  65. set choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
  66. if $choice GT "0"
  67.   if $choice EQ "1"
  68.     MetaTool Oberon-A.doc GUIDE
  69.   else
  70.     if $choice EQ "2"
  71.       set filechoice `RequestFile TITLE "Select Readme File"`
  72.       set dirchoice `pathname $filechoice`
  73.       set filechoice `basename $filechoice`
  74.       failat 21
  75.       cd $dirchoice
  76.       MetaTool $filechoice TEXT
  77.       failat 10
  78.     else
  79.       if $choice EQ "3"
  80.         cd Install
  81.         execute Install
  82.         cd /
  83.       endif
  84.     endif
  85.   endif
  86.   skip Start BACK
  87. endif
  88. .aminet-dir
  89. dev/obero
  90.