View | Details | Raw Unified | Return to bug 132759
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	mtools
8
PORTNAME=	mtools
9
PORTVERSION=	4.0.5
9
PORTVERSION=	4.0.10
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
		http://mtools.linux.lu/
12
MASTER_SITE_SUBDIR=	mtools
13
MASTER_SITE_SUBDIR=	utils/disk-management
14
13
15
MAINTAINER=	skreuzer@exit2shell.com
14
MAINTAINER=	skreuzer@exit2shell.com
16
COMMENT=	A collection of tools for manipulating MSDOS files
15
COMMENT=	A collection of tools for manipulating MSDOS files
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mtools-4.0.5.tar.bz2) = 6c63d4bb63f1881f194c24ab0c85cf02
1
MD5 (mtools-4.0.10.tar.bz2) = 750c2beba968a5d46dbaae24551a82b9
2
SHA256 (mtools-4.0.5.tar.bz2) = ee5c9f1b3a7e0e2cdec2188f168d56250829a6251c816c53884304f861725a09
2
SHA256 (mtools-4.0.10.tar.bz2) = 860fee13acb39365bd28763070e24011ea55f381f96714d2841937525aa02ded
3
SIZE (mtools-4.0.5.tar.bz2) = 380033
3
SIZE (mtools-4.0.10.tar.bz2) = 381481
(-)pkg-descr (-39 / +4 lines)
Lines 1-40 Link Here
1
Mtools is a public domain collection of programs to allow Unix systems
1
Mtools is a collection of utilities for accessing MS-DOS disks from Unix without
2
to read, write, and manipulate files on an MSDOS filesystem (typically
2
mounting them. It supports Win95 style long file names, OS/2 Xdf disks, ZIP/JAZ
3
a diskette).  Each program attempts to emulate the MSDOS equivalent
3
disks, and 2m disks (store up to 1992k on a high density 3 1/2" disk).
4
command as closely as practical.
5
4
6
The following MSDOS commands are emulated:
5
WWW: http://www.gnu.org/software/mtools/intro.html
7
8
Mtool           MSDOS
9
name            equivalent      Description
10
-----           ----            -----------
11
mattrib         ATTRIB          change MSDOS file attribute flags
12
mcd             CD              change MSDOS directory
13
mcopy           COPY            copy MSDOS files to/from Unix
14
mdel            DEL/ERASE       delete an MSDOS file
15
mdir            DIR             display an MSDOS directory
16
mformat         FORMAT          add MSDOS filesystem to a low-level format
17
mlabel          LABEL           make an MSDOS volume label.
18
mmd             MD/MKDIR        make an MSDOS subdirectory
19
mrd             RD/RMDIR        remove an MSDOS subdirectory
20
mread           COPY            low level read (copy) an MSDOS file to Unix
21
mren            REN/RENAME      rename an existing MSDOS file
22
mtype           TYPE            display contents of an MSDOS file
23
mwrite          COPY            alias for mcopy, will be removed soon
24
25
You should be able to just close your eyes and pretend you're on an MSDOS
26
system.  Everything should work the same... except for the added 'm' at
27
the beginning of each command.
28
29
MSDOS filenames are optionally composed of a drive letter followed by
30
a colon, a subdirectory, and a filename.  Sub- directory names can use
31
either the '/' or '\' separator.  The use of the '\' separator or
32
wildcards will require the names to be enclosed in quotes to protect
33
them from the shell.
34
35
The regular expression "pattern matching" routines follow the
36
Unix-style rules.  For example, '*' matches all MSDOS files in lieu of
37
'*.*'.  The archive, hidden, read-only and system attribute bits are
38
ignored during pattern matching.
39
40
WWW: http://mtools.linux.lu/

Return to bug 132759