home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / math / mathplot / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-13  |  1.7 KB  |  88 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. MathPlot
  6. .type
  7. Drawing
  8. .short
  9. A function plotter with lin/log support
  10. .description
  11. A function plotter with lin/log plot, a complete KS 2.0 interface,
  12. and ARexx support.  Needs Kickstart/WorkBench 2.0 and mtool.library
  13. (included).
  14. .version
  15. 2.14
  16. .date
  17. 1994.11.05
  18. .author
  19. RĂ¼diger Dreier
  20. .restrictions
  21. Demo version with some options disabled, requires a key file for full
  22. functionality.
  23. .requirements
  24. Requires OS 2.0+
  25. .reference
  26. GoldFish-Vol2-1:Files/misc/math/MathPlot/
  27. 2.13
  28. FreshFish-Vol6:New/misc/math/MathPlot/
  29. 2.13
  30. AmigaLibDisk974:MathPlot/
  31. 2.12
  32. AmigaLibDisk916:MathPlot/
  33. 2.07
  34. AmigaLibDisk849:MathPlot/
  35. 2.01
  36. AmigaLibDisk573:MathPlot/
  37. 1.04
  38. .distribution
  39. Shareware
  40. .price
  41. $20(US), DM30
  42. .address
  43. Gustav-Winkler-Str. 40
  44. 33699 Bielefeld
  45. Germany
  46. .email
  47. ruediger.dreier@post.uni-bielefeld.de
  48. .docs
  49. ReadMeFirst
  50. Docs/MathPlot_E.txt
  51. Docs/MathPlot_D.txt
  52. Docs/MathPlot_F.txt
  53. Docs/Registrierung.engl
  54. Docs/Registrierung.dt
  55. Docs/Registrierung.fra
  56. Docs/Tutorial_E.txt
  57. Docs/Tutorial_D.txt
  58. .described-by
  59. Dan Fish (daf@starfish.amigalib.com)
  60. .submittal
  61. Downloaded via ftp from wuarchive.wustl.edu.
  62. .aminet-dir
  63. misc/math
  64. .execute
  65. set choice `RequestChoice "MathPlot" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
  66.  
  67. if $choice EQ "0"
  68.   quit 5
  69. endif
  70.  
  71. if $choice EQ "1"
  72.   MetaTool ReadMeFirst TEXT
  73. endif
  74.  
  75. if $choice EQ "2"
  76.   set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)" DRAWER "Docs"`
  77.   set dirchoice `pathname $filechoice`
  78.   set filechoice `basename $filechoice`
  79.   failat 21
  80.   cd $dirchoice
  81.   MetaTool $filechoice TEXT
  82. endif
  83.  
  84. if $choice EQ "3"
  85.   assign libs: libs/ ADD
  86.   MathPlot
  87. endif
  88.