README.TXT
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:17k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Macintosh Port of Info-Zip's Zip
  2. by Dirk Haase, d_haase@sitec.net
  3. homepage:   www.sitec.net/maczip
  4. 13.November 1998
  5. ================================
  6. Some notes about this port:
  7. ===========================
  8. MacZip requires at least System 7 and a Macintosh with a minimum of a
  9. Motorola 68020 or PowerPC 601 processor. Other configurations may work
  10. but it is not tested at all.
  11. The application is distributed as a fat binary with both regular 68K
  12. and native PowerPC versions included.
  13. Move the executable(s) somewhere--for example, drag it (or them) to your
  14. Applications folder.  For easy access, make an alias in the Launcher Control
  15. Panel or directly on your desktop.
  16. The GUI is very simple. It was not my intention to make a full-blown GUI,
  17. however I think it is comfortable enough to use it as regular tool.
  18. This port supports also Apple-event.So you can install it in your
  19. WWW-Browser as a helper-app.
  20. For more Info about the contents of this package, take a look into
  21. the "macos/Contents" (or :macos:Contents) file. Some notes on how to
  22. rebuild the Macintosh applications can be found in INSTALL.
  23. Usage:
  24. ------
  25. To extract a Zip archive, just drop it on MacZip.
  26. MacZip will start and extract all files in a separate folder.
  27. Or
  28. Start MacZip; choose the app you want in the menu "Current App".
  29. Select "File->Command Line" execute your selected app with the
  30. Unix-style command-line
  31. Or select
  32. "File->Start Zip/Unzip" to execute your app via dialog-box.
  33. For more information about switches choose File->Get help on
  34. Zip/Unzip. A short introduction is also available online:
  35. http://www.sitec.net/maczip/How-To-Do/
  36. It's possible to stop the run of Zip/Unzip with the well
  37. known shortcut [Command] + [.].
  38. There are some Mac-specific switches available.
  39. Zip Module:
  40.        -df    [MacOS   only]  Include  only  data-fork  of  files
  41.               zipped into the archive.  Good for exporting  files
  42.               to  foreign operating-systems.  Resource-forks will
  43.               be ignored at all.
  44.        -jj    [MacOS  only] record Fullpath (+ Volname). The com-
  45.               plete  path  including  volume  will  be stored. By
  46.               default the relative path will be stored.
  47.        -S     Include system and hidden  files.  This  option  is
  48.               effective  on  some  systems only; it is ignored on
  49.               Unix.  On MacOS, this option includes finder invis-
  50.               ible files, which are ignored otherwise.
  51. Unzip Module:
  52.        -E     [MacOS only] display contents of MacOS extra  field
  53.               during restore operation.
  54.        -i     [MacOS only] ignore filenames stored in MacOS extra
  55.               fields.  Instead,  the  most  compatible   filename
  56.               stored in the generic part of the entry's header is
  57.               used.
  58.        -J     [MacOS only] ignore MacOS extra fields.  All Macin-
  59.               tosh  specific  info  is  skipped.  Data-fork   and
  60.               resource-fork are restored as separate files.
  61. Performance and Limitations:
  62. ----------------------------
  63. I was curious about performance items. So I took one small test on my 200 PPC
  64. under MacOS 8.1. To compare `Drop Stuff' with `MacZip' I archived my Netscape
  65. folder:
  66. 143 Files in 21 folders about 15.6 Megabytes.
  67. Compress:
  68. Drop Stuff (4.0) needs 70 sec to compress and additional 20 sec to create
  69. a HQX file.
  70. Compression ratio: 2.01 times smaller
  71. MacZip needs 45 sec to compress, so it's about 1.5 - 2 times faster.
  72. Compression ratio: 2.06 times smaller
  73. Expand:
  74. Stuffit Expander (4.02) needs 35 sec to create a '.sit' file and
  75. additional 35 sec to expand all files.
  76. MacZip need 25 sec to expand all files so it's 1.7 - 3.5 times faster.
  77. Limitations/Problems:
  78.     - Aliases are not supported. I tried, but I got broken aliases
  79.       This port will silently ignore all aliases.
  80.       It's on my to-do list for future releases.
  81.     - Zip needs much memory to compress many files:
  82.       You may need to increase the 'Preferred Size' in 'Get Info'.
  83.       Values of 12 Megabytes or more are possible
  84.     - Unzip needs about 500 Kbyte of memory to unzip no matter
  85.       how many files were compressed and expanded.
  86.     - and finally one big macintosh-related problem:
  87.       This port has one weak point: It's based on pathnames.
  88.       As you may be already know: Pathnames are not unique on a Mac !
  89.       The main reason is that an attempt to implement support exact saving of
  90.       the MacOS specific internal file-structures would require a throughout
  91.       rewrite of major parts of shared code, probably sacrifying compatibility
  92.       with other systems.
  93.       I have no solution at the moment. The port will just warn you if you try
  94.       zip from / to a volume which has a duplicate name.
  95.       MacZip has problems to find the archive or the files.
  96.       My (Big) recommendation: Name all your volumes with a unique name and
  97.       MacZip will run without any problem.
  98. Known Bugs:
  99.     - Display of comments stored in the zip-file is in a mess.
  100.     - crypted files in a zip archive are sometimes corrupt:
  101.       I get an error message: invalid compressed data to inflate.
  102.       Appearance of this error is purly be change:
  103.       I did a small test: Unzipping an archive containing 3589 files
  104.       56 files fails to unzip, so about 1.5%
  105. I strongly recommend to test your archive (eg. unzip -t archive).
  106. Zip-Programs / Macintosh Extra-Data:
  107. -----------------------------------------
  108. A brief overview:
  109. Currently, as far as I know, there are 4 Zip-Programs available
  110. for the Macintosh platform.
  111. These programs build (of cause) different variants of Zip-Files:
  112.     - Info-Zip's first Port of Zip. Ported by Johnny Lee
  113.       This Port is rather outdated and no longer supported (since 1992).
  114.       68K only. Only minimal Mac-info is stored (Creator/Type,
  115.       Finderattributes).
  116.       Until now, Only Unzip 5.32 survived.
  117.     - ZipIt by Tom Brown. This is Shareware and still supported I think.
  118.       ZipIt has a nice GUI, but I found it can't handle large Zipfiles
  119.       quite well. ZipIt compresses Macintosh files using the MacBinary
  120.       format. So, transfering files to other platforms is not so easy.
  121.       Only minimal Mac-info is stored (Creator/Type, Finderattributes).
  122.       Macfilenames are changed to a most compatible filename.
  123.     - PKZIP/mac v2.03/210d. This is Shareware.
  124.       This Zip implementation for the Mac can be found on ASI's website
  125.       (http://www.asizip.com/products/products.htm).  The name of this
  126.       program is misleading, it is NOT a product from PKWARE.  ASI last
  127.       release version is v2.03, and they also offer a newer beta version
  128.       PKZIP/mac 210d. But even the Beta version is rather outdated (1995).
  129.       Only minimal Mac-info is stored (Creator/Type, Finderattributes).
  130.       The Zipfile format looks like incompatible to other platforms.
  131.       (More details about the compatibility issue can be found in
  132.       proginfo/3rdparty.bug!)
  133.       Macfilenames are restored without any change.
  134. and finally:
  135.     - Info-Zip's latest Port of Zip. MacZip 1.0. Ported by me :-)
  136.       It is supported (of cause) and up to date. Fullset of macintosh
  137.       info is stored: Creator/Type, Finderattributes, Findercomments,
  138.       MacOS 8.0 Foldersettings, Icon/Folder-Positions ...
  139.       Macfilenames are restored without any change.
  140. Compatibility of my port; Extraction:
  141.    - Archives from Info-Zip's first port (by Johnny Lee) are still compatible.
  142.    - Archives from ZipIt can be extracted, but some files will still
  143.      remain in a MacBinaryformat, no Finderinfo will be restored.
  144.    - PKZiP/mac archives-files are extracted without resource-forks
  145.      and without any Finderinfo. I have no information about that zip-format.
  146. Compatibility of my port; Compression:
  147.    - My port supports only the new Info-Zip format
  148.      (introduced with this port). Therefore archives created by MacZip 1.0
  149.      (1998) must be extracted with this version or later releases of Info-ZIP's
  150.      UnZip to restore the complete set of Macintosh attributes.
  151. Note: This port is complete unrelated to the shareware ZipIt. Even more,
  152. handling of special Macintosh attributes is incompatible with ZipIt.
  153. This port (MacZip) may be used to extract archives created by ZipIt,
  154. but the Resource fork and the extra field of ZipIt will be ignored.
  155. Make sure that you get the result as you expected.
  156. Macintosh Files; File Forks:
  157. ----------------------------
  158. All Macintosh files comprise two forks, known as the data fork and the
  159. resource fork.  Unlike the bytes stored in the resource fork, the bytes in
  160. the data fork do not have to exhibit any particular internal structure.
  161. The application is responsible for interpreting the bytes in the data fork
  162. in whatever manner is appropriate. The bytes in the resource fork usually
  163. have a defined internal structure and contain data object like menus,
  164. dialog-boxes, icons and pictures.
  165. Although all Macintosh files contain both a data fork and a resource fork,
  166. one or both of these forks may be empty.
  167. MacZip stores data-forks and resource-forks separatly. The Zipfile-Format
  168. does not allow to store two archive entries using exactly the same name.
  169. My solution is to modify the Pathname of the resource-fork. All resource-fork
  170. names are prepended with a leading special directory named "XtraStuf.mac".
  171. So, when extracting on a Mac, you should never see this directory
  172. "XtraStuf.mac" on your *disk*.
  173. On all foreign systems that support directories in filenames (e.g: OS/2, Unix,
  174. DOS/Windows, VMS) you will get a directory "XtraStuf.mac" when extracting
  175. MacZip archives.
  176. You can delete the complete directory "XtraStuf.mac" since Mac-resources
  177. do not make much sense outside the MacOS world.
  178. Textencoding; Charsets of the Filenames:
  179. ----------------------------------------
  180. The following information is only important if you plan to transfer
  181. archives across different platforms/language systems:
  182. A typical Zip-archive does not support different charsets. All filenames
  183. stored in the public area (= accessible by foreign systems other
  184. than MacOS) must be coded in the charset ISO-8859-1 (CP1252 in the Microsoft
  185. Windows world) or CP850 (DOSLatin1). The latter should only be used by
  186. Zip programs that mark the archive entries as "created under DOS".
  187. Apart from Macs, the commonly used platforms either support ISO-8859-1
  188. directly, or are compatible with it.
  189. To achieve maximum compatibility, MacZip convert filenames from the
  190. Mac OS Roman character set to ISO-8859-1 and vice versa.
  191. But not every char of the charset MacRoman has their equivalent
  192. in ISO-8859-1. To make the mapping in most cases possible, I chose
  193. most similar chars or at least the MIDDLE DOT.
  194. Mac OS Roman character set is used for at least the following Mac OS
  195. localizations:
  196. U.S., British, Canadian French, French, Swiss French,
  197. German, Swiss German, Italian, Swiss Italian, Dutch,
  198. Swedish, Norwegian, Danish, Finnish, Spanish, Catalan,
  199. Portuguese, Brazilian, and the default International system.
  200. In all Mac OS encodings, character codes 0x00-0x7F are identical to
  201. ASCII, except that
  202.   - in Mac OS Japanese, yen sign replaces reverse solidus
  203.   - in Mac OS Arabic, Farsi, and Hebrew, some of the punctuation in this
  204.     range is treated as having strong left-right directionality,
  205.     although the corresponding Unicode characters have neutral
  206.     directionality
  207. So, for best compatibility, confine filenames to the standard
  208. 7-bit ASCII character set.
  209. If you generate a filename list of your archive (unzip -l), you will
  210. see the converted filenames. Your can also extract the archive with
  211. the switch '-i' (= ignore mac filenames), and test your result.
  212. This MacZip-port uses its own filename stored in the archive.
  213. At the moment, the filename will be not converted. However,
  214. I'm planning to add support for unicode.
  215. Currently, the following Mac OS encodings are NOT supported:
  216. Japanese, ChineseTrad, Korean, Arabic, Hebrew, Greek, Cyrillic,
  217. Devanagari, Gurmukhi, Gujarati, Oriya, Bengali, Tamil, Telugu
  218. Kannada, Malayalam, Sinhalese, Burmese, Khmer, Thai, Laotian,
  219. Georgian, Armenian, ChineseSimp, Tibetan, Mongolian, Ethiopic,
  220. Vietnamese, ExtArabic and finally:
  221. Symbol - this is the encoding for the font named "Symbol".
  222. Dingbats - this is the encoding for the font named "Zapf Dingbats".
  223. If you extract an archive coded with one of these charsets
  224. you will propably get filenames with funny characters.
  225. These problems apply only to filenames and NOT to the file
  226. content.
  227. Of cause: The content of the files will NEVER be converted !!
  228. File-/Creator Type:
  229. -------------
  230. This port uses the creator type 'IZip' and it is registered at Apple
  231. (since 08. March 1998). File types can not be registered any more.
  232. This port uses '.zip' for normal Zip archive files and '.zp2' for
  233. Zip archives that contain encrypted entries.
  234. The creator 'IZip' type should be used for all future versions.
  235. Hints for proper restoration of filetime stamps:
  236. ------------------------------------------------
  237. UnZip requires the host computer to have proper timezone information in
  238. order to handle certain tasks correctly (see unzip.doc).  To set the
  239. timezone on the Macintosh, go to the Map Control Panel and enter the
  240. correct number of hours (and, in a few locales, minutes) offset from
  241. Universal Time/Greenwich Mean Time.  For example, the US Pacific timezone
  242. is -8 hours from UTC/GMT during standard (winter) time and -7 hours from
  243. UTC/GMT during Daylight Savings Time.  The US Eastern timezone is -5 hours
  244. during the winter and -4 hours during the summer.
  245. Discussion of Daylight Savings Time
  246. -----------------------------------
  247. The setting in the Date & Time control panel for Daylight Savings time
  248. is a universal setting. That is, it assumes everybody in the world is
  249. observing Daylight Savings time when its checkbox is selected.
  250. If other areas of the world are not observing Daylight Savings time when
  251. the checkbox is selected in the Date & Time control panel, then the Map
  252. control panel will be off by an hour for all areas that are not recognizing
  253. Daylight Savings time.
  254. Conversely, if you set the Map control panel to an area that does not observe
  255. Daylight Savings time and deselect/uncheck the checkbox for Daylight Savings
  256. time in the Date & Time control panel, then time in all areas celebrating
  257. Daylight Savings time will be off by an hour in the Map control panel.
  258. Example:
  259.      In the case of Hawaiians, sometimes they are three hours
  260.      behind Pacific Standard Time (PST) and sometimes two hours
  261.      behind Pacific Daylight Time (PDT). The Map control panel
  262.      can only calculate differences between time zones relative
  263.      to Greenwich Mean Time (GMT). Hawaii will always show up as
  264.      three hours past the Pacific time zone and five hours past
  265.      the Central time zone.
  266.      When Hawaiians are not observing Daylight Savings time, but
  267.      the rest of the country is, there is no combination of
  268.      settings in Map and Date & Time control panels which will
  269.      enable you to display Hawaiian local time correctly AND
  270.      concurrently display the correct time in other places that
  271.      do observe Daylight Savings time.
  272.      The knowledge about which countries observe Daylight Savings
  273.      time and which do not is not built into the Map control
  274.      panel, so it does not allow for such a complex calculation.
  275.      This same situation also occurs in other parts of the world
  276.      besides Hawaii. Phoenix, Arizona is an example of an area of
  277.      the U.S. which also does not observe Daylight Savings time.
  278. Conclusion:
  279. MacZip only know the GMT and DST offsets for the current time, not
  280. for the time in question.
  281. Do not use the setting in the Date and Time control panel for Daylight
  282. Savings time. Instead: Change your current timezone accordingly.
  283. Projects & Packages:
  284. --------------------
  285. A Note to version numbers: Version of MacZip is currently 1.00 and
  286. is based on the zip-code version 2.3 and unzip-code version 5.4.
  287. See About-Box for current version and compiler build-date.
  288. Because of the amount of sources I splitted this port into
  289. serveral projects. See http://www.sitec.net/maczip for updates.
  290. - core source parts:
  291.     unzipxxx.zip
  292.     zipxxx.zip
  293.       These archives contains the main-parts of the port. You can build
  294.       libraries and a standalone-App with Metrowerks standard console SIOUX.
  295.       They contain only sources, no executables.
  296.       These archives are exact copies of the standard Info-ZIP source
  297.       distributions; they were only repacked under MacOS using MacZip,
  298.       with one minor addition: For those files that are stored in BinHex'ed
  299.       format in the Info-ZIP reference source archives, unpacked version
  300.       that are ready for use have been added.
  301. - additional source part:
  302.     MacZipxxxxsrc.zip: contains all the GUI-staff and the project-files to
  303.       build the main-app.  Only sources of the GUI, no zip- or unzip-code.
  304.       To build MacZip successfully you will need to also download the zip-
  305.       and unzip-packages.
  306. - executables:
  307.     MacZipxxxxnc.hqx: contains only executables and some docs,
  308.                       version without en-/decryption support
  309.     MacZipxxxxc.hqx:  contains only executables and some docs, Crypt version
  310. - encryption sources:
  311.     zcryptxx.zip: To build crypt-versions of MacZip.
  312.     download from ftp://ftp.icce.rug.nl/infozip/ (and subdirectories)
  313. Credits:
  314. --------
  315. Macstuff.c and recurse.c: All the functions are from More Files.
  316. More Files fixes many of the broken or underfunctional
  317. parts of the file system. Thanks to Jim Luther.
  318. (see morefiles.doc)
  319. MatWild.c: Originally C++ code written by JJS (jstrout@ucsd.edu).
  320. Dirk Haase
  321. ==========