home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / chksum / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  829 b   |  50 lines

  1. .name
  2. chksum
  3. .type
  4. CLI Tool
  5. .short
  6. SVR4 'sum' compatible checksum program
  7. .description
  8. Produces a checksum of a byte stream that should be the same as the
  9. standard SVR4 "sum" program.  Note that the "sum" documentation is
  10. misleading, the checksum is NOT simply a 16-bit checksum of all the
  11. bytes.
  12. .version
  13. 1.0
  14. .date
  15. .author
  16. Fred Fish
  17. .restrictions
  18. .requirements
  19. .reference
  20. .keywords
  21. .distribution
  22. Public Domain
  23. .price
  24. .address
  25. .email
  26. fnf@cygnus.com
  27. .phone
  28. .fax
  29. .exectype
  30. .installsize
  31. .source
  32. .construction
  33. .tested
  34. .docs
  35. .described-by
  36. Fred Fish (fnf@fishpond.cygnus.com)
  37. .submittal
  38. Submitted electronically directly by the author.
  39. .execute
  40. set choice `RequestChoice "Chksum" "Please select an option" "View Source" "Cancel"`
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44.  
  45. if $choice EQ "1"
  46.   MetaTool chksum.c TEXT
  47. endif
  48. .aminet-dir
  49. util/misc
  50.