home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / libs / reqtools / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  2.3 KB  |  115 lines

  1. .name
  2. ReqTools
  3. .type
  4. Library
  5. .short
  6. Very useful shared requester library
  7. .description
  8. A standard Amiga shared runtime library which makes it a lot quicker
  9. and easier to build standard requesters into your programs.  Designed
  10. with CBM's style guidelines in mind, so that the resulting requesters
  11. have the look and feel of AmigaDOS 2.0.  Includes a demo and glue/demo
  12. sources.
  13. .version
  14. 2.2c
  15. .author
  16. Nico Francois
  17. .email
  18. nico@augfl.be
  19. .reference
  20. FreshFish-May94:Useful/dist/util/libs/ReqTools/
  21. 2.2b
  22. FreshFish-Jul94:Useful/dist/util/libs/ReqTools/
  23. 2.2b
  24. FreshFish-Jul94:BBS/util/ReqTools-2.2b.lha
  25. 2.2b
  26. FrozenFish-Apr94:BBS/Useful/util/libs/ReqTools.lha
  27. 2.2
  28. FrozenFish-Apr94:BBS/Mar94/util/libs/ReqTools.lha
  29. 2.2
  30. FreshFish-May94:BBS/Mar94/util/libs/ReqTools.lha
  31. 2.2
  32. FreshFish-Mar94:Useful/dist/util/libs/ReqTools/
  33. 2.2
  34. FreshFish-Mar94:New/util/libs/ReqTools/
  35. 2.2
  36. GoldFish2-Apr94:d7xx/d794/ReqTools/
  37. 2.1a
  38. GoldFish1-Apr94:BBS/d7xx/d794/ReqTools.lha
  39. 2.1a
  40. FrozenFish-Apr94:BBS/ALib/d7xx/d794/ReqTools.lha
  41. 2.1a
  42. FreshFish-Oct93:Old/AmigaLibDisks/Disks780-799/Disk794/ReqTools/
  43. 2.1a
  44. AmigaLibDisk794:ReqTools/
  45. 2.1a
  46. GoldFish2-Apr94:d6xx/d623/ReqTools/
  47. 1.0d
  48. GoldFish1-Apr94:BBS/d6xx/d623/ReqTools.lha
  49. 1.0d
  50. FrozenFish-Apr94:BBS/ALib/d6xx/d623/ReqTools.lha
  51. 1.0d
  52. FreshFish-Oct93:Old/AmigaLibDisks/Disks620-639/Disk623/ReqTools/
  53. 1.0d
  54. AmigaLibDisk623:ReqTools/
  55. 1.0d
  56. GoldFish2-Apr94:d5xx/d575/ReqTools/
  57. 1.0b
  58. GoldFish1-Apr94:BBS/d5xx/d575/ReqTools.lha
  59. 1.0b
  60. FrozenFish-Apr94:BBS/ALib/d5xx/d575/ReqTools.lha
  61. 1.0b
  62. AmigaLibDisk575:ReqTools/
  63. 1.0b
  64. GoldFish2-Apr94:d5xx/d561/ReqTools/
  65. 1.0a
  66. GoldFish1-Apr94:BBS/d5xx/d561/ReqTools.lha
  67. 1.0a
  68. FrozenFish-Apr94:BBS/ALib/d5xx/d561/ReqTools.lha
  69. 1.0a
  70. AmigaLibDisk561:ReqTools/
  71. 1.0a
  72. .distribution
  73. Shareware
  74. .price
  75. $25(US)
  76. .address
  77. Corbielaan 13
  78. B-3060 Bertem
  79. BELGIUM
  80. .docs
  81. README
  82. .described-by
  83. Fred Fish (fnf@fishpond.cygnus.com)
  84. .submittal
  85. Downloaded via ftp from wuarchive.wustl.edu.
  86. .execute
  87. set choice `RequestChoice "ReqTools" "Please select an option" "README" "Copyright" "Docs" "Demo" "Install" "Cancel"`
  88. if $choice EQ "0"
  89.   quit 5
  90. endif
  91.  
  92. if $choice EQ "1"
  93.   MetaTool README TEXT
  94. endif
  95.  
  96. if $choice EQ "2"
  97.   MetaTool DISTRIBUTION TEXT
  98. endif
  99.  
  100. if $choice EQ "3"
  101.   cd doc
  102.   MetaTool reqtools.doc TEXT
  103. endif
  104.  
  105. if $choice EQ "4"
  106.   WBRun demo/demo
  107. endif
  108.  
  109. if $choice EQ "5"
  110.   cd Install
  111.   Installer "Install ReqTools" APPNAME "ReqTools" NOLOG MINUSER average NOPRINT
  112. endif
  113. .aminet-dir
  114. util/libs
  115.