home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / flexcat / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-05  |  2.0 KB  |  86 lines

  1. .name
  2. FlexCat
  3. .type
  4. OS Utility
  5. .aminet-dir
  6. dev/misc
  7. .short
  8. Creates catalogs & source to handle them
  9. .description
  10. FlexCat is a tool to create catalogs and the source to handle them,
  11. similar to CatComp, KitCat or MakeCat. The main advantage of FlexCat
  12. is that you determine what source you want and what programming
  13. language. This is done by using template files, so-called source
  14. descriptions.  Included are templates for Assembler, C, C++, E and
  15. Oberon, Modula-2 and an example of using catalogs in OS2.0. Source,
  16. french, german, italian, spanish and schwaebisch, catalogs and docs in
  17. english, german and spanish are included.
  18. .version
  19. 1.5
  20. .date
  21. 1994.11.07
  22. .author
  23. Jochen Wiedmann
  24. .reference
  25. GoldFish-Vol2-1:Files/dev/misc/FlexCat/
  26. 1.4
  27. GoldFish-Vol2-2:BBS/dev/FlexCat-1.4.lha
  28. 1.4
  29. FreshFish-Sep94:BBS/dev/FlexCat-1.3.lha
  30. 1.3
  31. FreshFish-Sep94:New/dev/misc/FlexCat/
  32. 1.3
  33. FreshFish-Jul94:BBS/dev/FlexCat-1.2.lha
  34. 1.2
  35. FreshFish-May94:BBS/May94/dev/misc/FlexCat.lha
  36. 1.2
  37. FreshFish-May94:New/dev/misc/FlexCat/
  38. 1.2
  39. FreshFish-Mar94:Old/Dec93/dev/misc/FlexCat/
  40. ?.?
  41. FreshFish-Dec93:New/dev/misc/FlexCat/
  42. 1.01
  43. FrozenFish-Apr94:BBS/Dec93/dev/misc/FlexCat.lha
  44. 1.01
  45. FreshFish-Dec93:dev/misc/FlexCat/
  46. 1.01
  47. .distribution
  48. GNU Public License
  49. .address
  50. Am Eisteich 9
  51. 72555 Metzingen
  52. (Deutschland)
  53. .email
  54. wiedmann@mailserv.zdv.uni-tuebingen.de
  55. .source
  56. Includes source in C
  57. .docs
  58. COPYING
  59. FlexCat1_5.readme
  60. doc/FlexCat_english.guide
  61. doc/FlexCat_deutsch.guide
  62. doc/FlexCat_espaƱol.guide
  63. .described-by
  64. Dan Fish (daf@daffy.amigalib.com)
  65. .submittal
  66. Downloaded via ftp from wuarchive.wustl.edu.
  67. .execute
  68. set choice `RequestChoice "FlexCat" "Please select an option" "View Readme" "View Guide" "Cancel"`
  69.  
  70. if $choice EQ "0"
  71.   quit 5
  72. endif
  73.  
  74. if $choice EQ "1"
  75.   MetaTool FlexCat1_5.readme TEXT
  76. endif
  77.  
  78. if $choice EQ "2"
  79.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.guide" DRAWER "doc"`
  80.   set dirchoice `pathname $filechoice`
  81.   set filechoice `basename $filechoice`
  82.   failat 21
  83.   cd $dirchoice
  84.   MetaTool $filechoice GUIDE
  85. endif
  86.