freebsd-ports/emulators/cpmtools2/pkg-descr
Felippe de Meirelles Motta 1b6f967d94 This port allows to access CP/M file systems similar to the well-known mtools
package, which accesses MSDOS file systems. I use it for file exchange with a
Z80-PC simulator, but it works on floppy devices as well.

WWW: http://www.moria.de/~michael/cpmtools/

PR:		ports/120184
Submitted by:	Sven Klose <pixel@hugbox.org>
Approved by:	gabor (mentor, implicit)
2008-06-22 22:01:32 +00:00

21 lines
953 B
Text

This port allows to access CP/M file systems similar to the well-known mtools
package, which accesses MSDOS file systems. It contains the followin set of
tools:
* cpmls - list sorted directory with output similar to ls, DIR, P2DOS DIR
and CP/M3 DIR[FULL]
* cpmcp - copy files from and to CP/M file systems
* cpmrm - erase files from CP/M file systems
* cpmchmod - change file permissions
* cpmchattr - change file attributes
* mkfs.cpm - make a CP/M file system
* fsck.cpm - check and repair a CP/M file system (only simple errors can
be repaired so far). Some images of broken file systems are provided.
* fsed.cpm - view CP/M file system
* manual pages for everything including the CP/M file system format
All CP/M file system features are supported. Password protection is ignored,
but a pseudo file [passwd] contains them decrypted.
Author: Michael Moria <<michael@moria.de>
WWW: http://www.moria.de/~michael/cpmtools/