diff options
author | is <is@pkgsrc.org> | 1998-01-22 15:44:44 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 1998-01-22 15:44:44 +0000 |
commit | 5c59742be669684a350dc1456f65516443e09acc (patch) | |
tree | f0fc1116e88784b2569af3b0aca1609d50ccaca4 /sysutils/mtools/pkg | |
parent | 8dd06dcbcbd11f612db05404e7651fff04d5be6b (diff) | |
download | pkgsrc-5c59742be669684a350dc1456f65516443e09acc.tar.gz |
Initial import of the mtools package, as adapted by me.
Can probably be refined a bit (e.g. patching in correct pathnames into
documentation).
Diffstat (limited to 'sysutils/mtools/pkg')
-rw-r--r-- | sysutils/mtools/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/mtools/pkg/DESCR | 4 | ||||
-rw-r--r-- | sysutils/mtools/pkg/PLIST | 57 |
3 files changed, 62 insertions, 0 deletions
diff --git a/sysutils/mtools/pkg/COMMENT b/sysutils/mtools/pkg/COMMENT new file mode 100644 index 00000000000..3003b2864e3 --- /dev/null +++ b/sysutils/mtools/pkg/COMMENT @@ -0,0 +1 @@ +FAT (MS-DOS, Atari) disk access tools diff --git a/sysutils/mtools/pkg/DESCR b/sysutils/mtools/pkg/DESCR new file mode 100644 index 00000000000..5cd82b60d2c --- /dev/null +++ b/sysutils/mtools/pkg/DESCR @@ -0,0 +1,4 @@ +These tools allow you to access MS-DOS or other FAT disks without mounting +them. You can copy from or to BSD files, list directories, or run various +other MS-DOS-style file / disk access tool imitates, (in general with an 'm' +prepended to their name). diff --git a/sysutils/mtools/pkg/PLIST b/sysutils/mtools/pkg/PLIST new file mode 100644 index 00000000000..6533c079f86 --- /dev/null +++ b/sysutils/mtools/pkg/PLIST @@ -0,0 +1,57 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/01/22 15:44:44 is Exp $ +bin/mattrib +bin/mcd +bin/mcopy +bin/mdel +bin/mdeltree +bin/mdir +bin/mformat +bin/minfo +bin/mlabel +bin/mmd +bin/mtools +bin/mmount +bin/mmove +bin/mpartition +bin/mrd +bin/mread +bin/mren +bin/mtype +bin/mwrite +bin/mtoolstest +bin/mbadblocks +bin/mzip +bin/mcheck +bin/mxtar +bin/uz +bin/tgz +bin/xcopy +bin/mcomp +bin/lz +bin/mkmanifest +@unexec install-info --delete %D/info/mtools.info %D/info/dir +info/mtools.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/mtools.info %D/info/dir +man/man1/mattrib.1 +man/man1/mbadblocks.1 +man/man1/mcd.1 +man/man1/mcopy.1 +man/man1/mdel.1 +man/man1/mdeltree.1 +man/man1/mdir.1 +man/man1/mformat.1 +man/man1/mkmanifest.1 +man/man1/mlabel.1 +man/man1/mmd.1 +man/man1/mmount.1 +man/man1/mmove.1 +man/man1/mrd.1 +man/man1/mread.1 +man/man1/mren.1 +man/man1/mtoolstest.1 +man/man1/mtools.1 +man/man1/mtype.1 +man/man1/mwrite.1 +man/man1/mzip.1 +man/man5/mtools.5 |