home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / misc / mpack / product-info < prev   
Fred Fish's Product-Info  |  1995-09-27  |  1KB  |  54 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. MPack
  6. .type
  7. Communications
  8. .short
  9. Encoding & decoding in MIME format
  10. .description
  11. Mpack and munpack are utilities for encoding and decoding
  12. (respectively) binary files in MIME (Multipurpose Internet Mail
  13. Extensions) format mail messages.  For compabibility with older forms
  14. of transferring binary files, the munpack program can also decode
  15. messages in split-uuencoded format.
  16.  
  17. This MIME implementation is intended to be as simple and portable as
  18. possible.  For a slightly more sophisticated MIME implementation, see
  19. the program MetaMail, available via anonymous FTP to
  20. thumper.bellcore.com, in directory pub/nsb
  21. .version
  22. 1.4
  23. .date
  24. 1994.05.31
  25. .author
  26. John G. Myers, Christopher J. Newman, amiga port by Mike W. Meyer
  27. .distribution
  28. Copyrighted but Freely Redistributable
  29. .email
  30. mwm@contessa.phone.net
  31. .docs
  32. MPack-1.4.readme
  33. MPack.doc
  34. .described-by
  35. Dan Fish (daf@starfish.amigalib.com)
  36. .submittal
  37. Downloaded via ftp from wuarchive.wustl.edu.
  38. .aminet-dir
  39. comm/misc
  40. .execute
  41. set choice `RequestChoice "MPack" "Please select an option" "View Readme" "View Doc" "Cancel"`
  42.  
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool MPack-1.4.readme TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   MetaTool MPack.doc GUIDE
  53. endif
  54.