K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-05-23T04:07:09.905173Z K 7 svn:log V 863 Deprecate: there is no master site, no public distfiles, certain functions do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are copied to destination. Perhaps it is caused by careless assumption of the types' sizes (excerpt from hfs0_37/endian.h): typedef unsigned long ULONG; // 32 bit unsigned typedef long LONG; // 32 bit signed typedef unsigned int UINT; // 16 bit unsigned typedef int INT; // 16 bit signed typedef unsigned char BYTE; // 8 bit unsigned typedef char SBYTE; // 8 bit signed typedef int BOOL; // boolean value `sysutils/ufsutils' provides better alternative: easier to use, has alive upstream, and works correctly on amd64 (presumably on i386 as well). While here, also explicitly mention that there is no HFS+ volumes support available. END