freebsd-ports/emulators/hfs/pkg-descr
Alexey Dokuchaev d275f14622 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.
2013-05-23 04:07:09 +00:00

11 lines
462 B
Text

This port provides command line utility for accessing Macintosh HFS floppy
disks, hard drives, and CD-ROMs. The following functions are available:
- Display a directory listing (ls, dir)
- Change directories (cd)
- Display the name of the current directory (pwd)
- Copy an HFS file into a local file (read)
- Display the contents of an HFS file (cat)
- Display the partition table on a Macintosh volume
There is no HFS+ volumes support available.