home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / misc / hwgrcs / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  3KB  |  120 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. HWGRCS
  6. .type
  7. Database
  8. .short
  9. GNU Revision Control System, Sources
  10. .description
  11. HWGRCS is a port of GNU RCS 5.6.0.1 to the Amiga with several Amiga
  12. specific extensions.
  13.  
  14. Here is a quote that describes it quite well:
  15.  
  16.      The Revision Control System (RCS) manages multiple revisions
  17.      of files.  RCS  automates the storing, retrieval, logging,
  18.      identification, and merging of revisions.  RCS is useful for text
  19.      that is revised frequently, for example programs, documentation,
  20.      graphics, papers, and form letters.
  21. .version
  22. 5.6pl12
  23. .requirements
  24. Requires OS2.04+, 1Mb+ RAM
  25. .author
  26. Walter Tichy
  27. Paul Eggert
  28. Amiga port by Heinz Wrobel
  29. .reference
  30. GoldFish-Vol1-2:d9xx/d982/HWGRCS/
  31. 5.6pl8
  32. GoldFish-Vol1-2:d9xx/d981/HWGRCS/
  33. 5.6pl8
  34. GoldFish-Vol1-2:d9xx/d980/HWGRCS/
  35. 5.6pl8
  36. GoldFish-Vol1-1:BBS/d9xx/d982/HWGRCS.lha
  37. 5.6pl8
  38. GoldFish-Vol1-1:BBS/d9xx/d981/HWGRCS.lha
  39. 5.6pl8
  40. GoldFish-Vol1-1:BBS/d9xx/d980/HWGRCS.lha
  41. 5.6pl8
  42. FrozenFish-Vol1:BBS/ALib/d9xx/d982/HWGRCS.lha
  43. 5.6pl8
  44. FrozenFish-Vol1:BBS/ALib/d9xx/d981/HWGRCS.lha
  45. 5.6pl8
  46. FrozenFish-Vol1:BBS/ALib/d9xx/d980/HWGRCS.lha
  47. 5.6pl8
  48. FreshFish-Vol4:New/AmigaLibDisks/d982/HWGRCS/
  49. 5.6pl8
  50. FreshFish-Vol4:New/AmigaLibDisks/d981/HWGRCS/
  51. 5.6pl8
  52. FreshFish-Vol4:New/AmigaLibDisks/d980/HWGRCS/
  53. 5.6pl8
  54. FreshFish-Vol4:BBS/AmigaLib/d982/HWGRCS.lha
  55. 5.6pl8
  56. FreshFish-Vol4:BBS/AmigaLib/d981/HWGRCS.lha
  57. 5.6pl8
  58. FreshFish-Vol4:BBS/AmigaLib/d980/HWGRCS.lha
  59. 5.6pl8
  60. AmigaLibDisk982:HWGRCS/
  61. 5.6pl8
  62. AmigaLibDisk981:HWGRCS/
  63. 5.6pl8
  64. AmigaLibDisk980:HWGRCS/
  65. 5.6pl8
  66. GoldFish-Vol1-2:d8xx/d856/HWGRCS/
  67. 5.6pl2
  68. GoldFish-Vol1-2:d8xx/d855/HWGRCS/
  69. 5.6pl2
  70. GoldFish-Vol1-1:BBS/d8xx/d856/HWGRCS.lha
  71. 5.6pl2
  72. GoldFish-Vol1-1:BBS/d8xx/d855/HWGRCS.lha
  73. 5.6pl2
  74. FrozenFish-Vol1:BBS/ALib/d8xx/d856/HWGRCS.lha
  75. 5.6pl2
  76. FrozenFish-Vol1/BBS/ALib/d8xx/d855/HWGRCS.lha
  77. 5.6pl2
  78. .distribution
  79. GNU Public License
  80. .address
  81. Karlstr. 16
  82. 82131 Gauting
  83. Germany
  84. .email
  85. heinz@hwg.muc.de
  86. .source
  87. Includes full sources in C
  88. .docs
  89. README.first
  90. README
  91. readme.guide
  92. .described-by
  93. Dan Fish (daf@starfish.amigalib.com)
  94. .submittal
  95. Downloaded via ftp from wuarchive.wustl.edu.
  96. .execute
  97. set orgdir `cd`
  98. LAB Start
  99. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  100. if $choice GT "0"
  101.   if $choice EQ "1"
  102.     set filechoice `RequestFile TITLE "Select Readme File" PATTERN "#?Readme#?"`
  103.     set dirchoice `pathname $filechoice`
  104.     set filechoice `basename $filechoice`
  105.     failat 21
  106.     cd $dirchoice
  107.     MetaTool $filechoice GUIDE
  108.     failat 10
  109.     unset filechoice
  110.     unset dirchoice
  111.   else
  112.     if $choice EQ "2"
  113.       MetaTool readme.guide GUIDE
  114.     endif
  115.   endif
  116.   skip Start BACK
  117. endif
  118. .aminet-dir
  119. dev/misc
  120.