home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / misc / brik / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  61 lines

  1. .name
  2. Brik
  3. .type
  4. CLI Tool
  5. .short
  6. Compute & use CRC lists to verify files
  7. .description
  8. A general purpose program that calculates both text and binary cyclic
  9. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  10. portable across systems for files that are in the usual text format on
  11. each system.  Binary mode CRCs are portable for files that are moved
  12. from system to system without any change.  Brik can be used to verify
  13. and update an embedded checksum header in files.  It runs under
  14. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  15. .version
  16. 2.0
  17. .date
  18. .author
  19. Rahul Dhesi
  20. .restrictions
  21. .requirements
  22. .reference
  23. AmigaLibDisk233:Brik/
  24. 2.0
  25. .keywords
  26. .distribution
  27. GNU Public License
  28. .price
  29. .address
  30. .email
  31. dhesi@bsu-cs.bsu.edu
  32. .phone
  33. .fax
  34. .exectype
  35. .installsize
  36. .source
  37. Includes source in C.
  38. .construction
  39. .tested
  40. .docs
  41. Brik.doc
  42. .described-by
  43. Fred Fish (fnf@fishpond.cygnus.com)
  44. .submittal
  45. Received over usenet.
  46. .execute
  47. LAB start
  48. set choice `RequestChoice "Brik" "Please select an option" "View ReadMe" "View Documentation" "Cancel"`
  49. if $choice GT "0"
  50.   if $choice EQ "1"
  51.     MetaTool ReadMe.fnf TEXT
  52.   else
  53.     if $choice EQ "2"
  54.       MetaTool brik.doc TEXT
  55.     endif
  56.   endif
  57.   skip start BACK
  58. endif
  59. .aminet-dir
  60. util/misc
  61.