home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / macutils.zip / read.me < prev    next >
Text File  |  1992-11-28  |  3KB  |  64 lines

  1. This archive contains several compiled utilies for use in OS/2.
  2. They were comiled with the EMX/GCC compiler, and you *MUST* have the
  3. files  EMX.DLL, EMXLIBC.DLL, and EMXIO.DLL (version 0.8e or higher)
  4. These can be found the in the DLL directory of this archive.
  5. The DLLs must be installed in a directory that is listed
  6. in the LIBPATH entry in config.sys.
  7.  
  8.  
  9. These utilities are for using MacIntosh files and archives under OS/2.
  10. Compiled by John Paul Morrison (jmorriso@ee.ubc.ca)
  11.  
  12. Source code is available seperately.
  13.  
  14. binhex, hexbin, macsave, macstream, macunpack:
  15.         written by Dik Winter (dik@cwi.nl)
  16.  
  17. unpost
  18.         written by I. Lee Hetherington (ilh@lcs.mit.edu)
  19.         unpost is part of a larger package, but only unpost relates to
  20.         the Mac. (unpost is part of t1utils, also available on ftp-os2)
  21.  
  22. I haven't tested these programs that thoroughly, but macunpack, binhex and
  23. hexbin seam to work. Send me e-mail if anything seams strange, or contact
  24. the original author (although they won't know anything about the OS/2 port).
  25.  
  26. Quick Tip:
  27.         these utils can be used to unpack fonts for the MacIntosh. Mac Fonts
  28.         are very commonly available for copying, and the Mac ones are
  29.         usually better quality.
  30.  
  31.         .hqx files need to be converted with hexbin
  32.  
  33.         .sit, .cpt etc need to be unpacked with macunpack
  34.             use macunpack -3 file     to unpack, as this will split
  35.             up the Mac info and resource forks, from the useful data.
  36.  
  37.             if you want to get Adobe Type 1 fonts working, use
  38.             unpost -br font.rsrc font.pfb to make a .pfb file useable
  39.             under OS/2.
  40.             The font.afm.data should be useable under OS/2 without
  41.             more conversion. (?) Anyway, the AFM is a text file, and
  42.             macunpack -3u ... when extracting the AFM file will convert
  43.             it to UNIX text format; you can use your own utils to convert
  44.             the UNIX format into OS/2 text format.
  45.  
  46.             You should then make sure you have font.afm and font.pfb
  47.             (rename if needed) and then you can install the fonts under
  48.             OS/2. I've converted several Mac Type 1 fonts, and I got them
  49.             working fine.
  50.  
  51.  
  52. BUGS:
  53.         I have made NO attempt whatsoever to support the MSDOS/FAT 8.3
  54.         filename format. If you don't like that, get the source code and
  55.         change it. Anyone with OS/2 should have at least one HPFS partition
  56.         anyway.
  57.  
  58.         There is no option to convert Mac text files into OS/2 text files.
  59.         There is an option to convert Mac text files into UNIX text files.
  60.         Maybe I'll add the feature, or bug the author to add that later.
  61.  
  62.  
  63. 
  64.