The FreeBSD Ports Archive
FreeBSD emulators : mtools4>
A collection of tools for manipulating MSDOS files
Mtools is a public domain collection of programs to allow Unix systems
to read, write, and manipulate files on an MSDOS filesystem (typically
a diskette). Each program attempts to emulate the MSDOS equivalent
command as closely as practical.
The following MSDOS commands are emulated:
Mtool MSDOS
name equivalent Description
----- ---- -----------
mattrib ATTRIB change MSDOS file attribute flags
mcd CD change MSDOS directory
mcopy COPY copy MSDOS files to/from Unix
mdel DEL/ERASE delete an MSDOS file
mdir DIR display an MSDOS directory
mformat FORMAT add MSDOS filesystem to a low-level format
mlabel LABEL make an MSDOS volume label.
mmd MD/MKDIR make an MSDOS subdirectory
mrd RD/RMDIR remove an MSDOS subdirectory
mread COPY low level read (copy) an MSDOS file to Unix
mren REN/RENAME rename an existing MSDOS file
mtype TYPE display contents of an MSDOS file
mwrite COPY alias for mcopy, will be removed soon
You should be able to just close your eyes and pretend you're on an MSDOS
system. Everything should work the same... except for the added 'm' at
the beginning of each command.
MSDOS filenames are optionally composed of a drive letter followed by
a colon, a subdirectory, and a filename. Sub- directory names can use
either the '/' or '\' separator. The use of the '\' separator or
wildcards will require the names to be enclosed in quotes to protect
them from the shell.
The regular expression "pattern matching" routines follow the
Unix-style rules. For example, '*' matches all MSDOS files in lieu of
'*.*'. The archive, hidden, read-only and system attribute bits are
ignored during pattern matching.
http://mtools.linux.lu/
|
mtools history
v. 1.57
date: 2007/05/19 20:04:32; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.56
date: 2006/05/29 10:02:22; author: jmz; state: Exp; lines: +2 -2
Update to version 3.9.10-20060525
PR: ports/97992
Submitted by: Peter Jeremy
v. 1.55
date: 2005/12/04 23:35:14; author: edwin; state: Exp; lines: +0 -1
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.54
date: 2005/12/04 07:30:00; author: edwin; state: Exp; lines: +1 -0
use INFO macro
v. 1.53
date: 2005/11/19 20:13:26; author: jmz; state: Exp; lines: +1 -1
Fix typo.
v. 1.52
date: 2005/11/17 21:34:48; author: jmz; state: Exp; lines: +4 -5
End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat: jmz
v. 1.51
date: 2004/10/12 12:35:37; author: jmz; state: Exp; lines: +1 -1
Update default devices names.
Submitted by: joerg
v. 1.50
date: 2004/02/04 05:20:06; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.49
date: 2003/12/05 15:56:09; author: jmz; state: Exp; lines: +2 -2
Make mwrite a relative link to mtools.
PR: ports/36545
v. 1.48
date: 2003/03/07 06:01:16; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.47
date: 2001/12/02 02:47:43; author: jmz; state: Exp; lines: +6 -2
Update to the latest patchfile.
Submitted by: kris
v. 1.46
date: 2001/09/06 13:46:40; author: jmz; state: Exp; lines: +4 -8
Upgrade to version 3.9.8.
v. 1.45
date: 2001/07/25 23:01:09; author: jmz; state: Exp; lines: +2 -2
Doc fix.
Submitted by: Martin Kammerhofer
v. 1.44
date: 2001/06/05 11:38:30; author: sobomax; state: Exp; lines: +3 -3
Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
v. 1.43
date: 2001/05/15 22:14:45; author: jmz; state: Exp; lines: +3 -3
Add a missing man page.
v. 1.42
date: 2001/04/29 00:01:37; author: jmz; state: Exp; lines: +2 -2
Bump PORTREVISION
v. 1.41
date: 2001/04/29 00:01:00; author: jmz; state: Exp; lines: +4 -3
- Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist
- PLIST now manages installation/removal of mtools.conf (pkg-install no longer
required). mtools.conf will be removed only if it is equal to mtools.conf.sample.
Submitted by: olgeni
v. 1.40
date: 2001/04/16 01:31:16; author: jmz; state: Exp; lines: +3 -3
Use !defined(NO_X) instead of defined(WITH_X11)
Some ports use WITH_X11, some other WITHOUT_X11 or WITHOUT_X but it seems
that only NO_X is documented and can be set in make.conf
v. 1.39
date: 2001/04/05 00:23:08; author: jmz; state: Exp; lines: +12 -2
Fix 'make package' in the no X11 case.
Submitted by: Alec Wolman
v. 1.38
date: 2001/03/11 01:56:05; author: jmz; state: Exp; lines: +3 -3
Add floppyd.1 floppyd_ andstalltest man pages
v. 1.37
date: 2001/03/06 16:35:05; author: jmz; state: Exp; lines: +7 -3
Add official patch mtools-3.9.7-20001213.diff.
Do not overwrite an existing mtools.conf file - install it as
mtools.conf.sample
v. 1.36
date: 2001/01/12 01:53:02; author: jmz; state: Exp; lines: +2 -2
Add 2 extra files in plist; remove all @exec/@unexec lines and replace them
by the list of files (pkg_* programs have no problem with symlinks)
v. 1.35
date: 2000/11/26 04:13:14; author: jmz; state: Exp; lines: +3 -3
Add mformat.c to the list of files processed by sed, so that it can correctly
report PREFIX/etc/mtools.conf as its configuration file
PR: ports/20999
Submitted by: Jimmy Olgeni
v. 1.34
date: 2000/10/16 00:56:43; author: jmz; state: Exp; lines: +3 -3
Upgrade to version 3.9.7
v. 1.33
date: 2000/10/14 01:36:14; author: jmz; state: Exp; lines: +2 -1
Fix a bug when seeking in partitions larger than 4Gbytes.
v. 1.32
date: 2000/04/12 04:55:36; author: mharo; state: Exp; lines: +3 -3
PORTNAME/VERSION stuff
v. 1.31
date: 1999/08/28 01:57:11; author: mharo; state: Exp; lines: +3 -3
ln -> ${LN}
v. 1.30
date: 1999/08/25 05:49:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.29
date: 1999/07/21 23:43:50; author: jmz; state: Exp; lines: +3 -9
Upgrade to version 3.9.6
v. 1.28
date: 1999/06/05 22:29:29; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.27
date: 1999/04/18 12:03:49; author: jmz; state: Exp; lines: +8 -8
Upgrade to version 3.9.4.
PR: ports/11192
Submitted by: Chris Piazza
v. 1.26
date: 1999/01/31 12:31:06; author: obrien; state: Exp; lines: +5 -3
Add new mastersites as the old one has dissappeared.
v. 1.25
date: 1999/01/28 19:46:16; author: obrien; state: Exp; lines: +3 -2
upgrade to the 3.9.1-3110 patch.
v. 1.24
date: 1998/07/03 14:47:31; author: jmz; state: Exp; lines: +2 -1
Specify PATCH_SITES
v. 1.23
date: 1998/07/02 11:09:58; author: vanilla; state: Exp; lines: +4 -1
Add mtools-3.9.1-2906.diff.gz patchfile.
v. 1.22
date: 1998/05/22 06:26:27; author: mph; state: Exp; lines: +3 -7
Upgrade to 3.9.1.
Submitted by: "Nickolay N. Dudorov"
v. 1.21
date: 1998/05/07 09:52:34; author: obrien; state: Exp; lines: +13 -5
vanilla just barely beat me on upgrading this.
Merging parts of my upgrade.
v. 1.20
date: 1998/05/07 01:59:22; author: vanilla; state: Exp; lines: +10 -15
Upgrade to 3.9, and portlint.
v. 1.19
date: 1998/01/21 08:57:15; author: obrien; state: Exp; lines: +11 -3
Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32
handling. Adds mshowfat cmd.
v. 1.18
date: 1997/12/24 01:21:25; author: alex; state: Exp; lines: +2 -2
No need to use += on first appearance of variables.
v. 1.17
date: 1997/10/08 21:12:22; author: jmz; state: Exp; lines: +4 -1
Create ${PREFIX}/info/dir if it does not exist.
v. 1.16
date: 1997/08/13 15:28:12; author: jmz; state: Exp; lines: +5 -4
Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES
PR: ports/4294
Submitted by: Ian Vaudrey
v. 1.15
date: 1997/04/20 01:28:39; author: jmz; state: Exp; lines: +5 -4
We are now at version 3.6
v. 1.14
date: 1997/04/10 23:26:20; author: jmz; state: Exp; lines: +3 -3
Upgrade to version 3.5a.
v. 1.13
date: 1997/04/03 02:38:43; author: jmz; state: Exp; lines: +7 -5
Upgrade to version 3.3
v. 1.12
date: 1996/12/21 07:27:17; author: ache; state: Exp; lines: +3 -2
Rename mtest to mttest
v. 1.11
date: 1996/11/18 10:23:04; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.10
date: 1996/11/17 05:48:41; author: obrien; state: Exp; lines: +5 -8
Converted to MAN[1-9]
v. 1.9
date: 1996/11/12 02:16:47; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.8
date: 1996/05/29 01:46:49; author: ache; state: Exp; lines: +2 -3
Enable OS/2 extended format support
Eliminate compilation warnings
Not install junk scripts
Install missing scripts
Fix PLIST
v. 1.7
date: 1996/05/27 14:09:17; author: jmz; state: Exp; lines: +21 -8
Upgrade to version 3.0
v. 1.6
date: 1995/11/22 11:48:15; author: asami; state: Exp; lines: +2 -2
Change category name from "emulation" to "emulators". This was the
most confusing of all!
v. 1.5
date: 1995/07/13 01:13:14; author: asami; state: Exp; lines: +2 -2
These boys now beling to emulators....
v. 1.4
date: 1995/04/15 03:45:49; author: asami; state: Exp; lines: +10 -1
Another round of Makefile updates, in utils!
v. 1.3
date: 1995/04/11 02:01:45; author: jmz; state: Exp; lines: +1 -0
Add MAINTAINER= jmz@FreeBSD.org
v. 1.2
date: 1995/04/01 12:50:19; author: jkh; state: Exp; lines: +1 -0
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1994/10/05 22:32:56; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/05 22:32:57; author: jkh; state: Exp; lines: +0 -0
Jean-Marc Zucconi's mtools port.
Submitted by: jmz
=============================================================================
v. 1.57
date: 2007/05/19 20:04:32; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.56
date: 2006/05/29 10:02:22; author: jmz; state: Exp; lines: +2 -2
Update to version 3.9.10-20060525
PR: ports/97992
Submitted by: Peter Jeremy
v. 1.55
date: 2005/12/04 23:35:14; author: edwin; state: Exp; lines: +0 -1
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.54
date: 2005/12/04 07:30:00; author: edwin; state: Exp; lines: +1 -0
use INFO macro
v. 1.53
date: 2005/11/19 20:13:26; author: jmz; state: Exp; lines: +1 -1
Fix typo.
v. 1.52
date: 2005/11/17 21:34:48; author: jmz; state: Exp; lines: +4 -5
End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat: jmz
v. 1.51
date: 2004/10/12 12:35:37; author: jmz; state: Exp; lines: +1 -1
Update default devices names.
Submitted by: joerg
v. 1.50
date: 2004/02/04 05:20:06; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.49
date: 2003/12/05 15:56:09; author: jmz; state: Exp; lines: +2 -2
Make mwrite a relative link to mtools.
PR: ports/36545
v. 1.48
date: 2003/03/07 06:01:16; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.47
date: 2001/12/02 02:47:43; author: jmz; state: Exp; lines: +6 -2
Update to the latest patchfile.
Submitted by: kris
v. 1.46
date: 2001/09/06 13:46:40; author: jmz; state: Exp; lines: +4 -8
Upgrade to version 3.9.8.
v. 1.45
date: 2001/07/25 23:01:09; author: jmz; state: Exp; lines: +2 -2
Doc fix.
Submitted by: Martin Kammerhofer
v. 1.44
date: 2001/06/05 11:38:30; author: sobomax; state: Exp; lines: +3 -3
Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
v. 1.43
date: 2001/05/15 22:14:45; author: jmz; state: Exp; lines: +3 -3
Add a missing man page.
v. 1.42
date: 2001/04/29 00:01:37; author: jmz; state: Exp; lines: +2 -2
Bump PORTREVISION
v. 1.41
date: 2001/04/29 00:01:00; author: jmz; state: Exp; lines: +4 -3
- Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist
- PLIST now manages installation/removal of mtools.conf (pkg-install no longer
required). mtools.conf will be removed only if it is equal to mtools.conf.sample.
Submitted by: olgeni
v. 1.40
date: 2001/04/16 01:31:16; author: jmz; state: Exp; lines: +3 -3
Use !defined(NO_X) instead of defined(WITH_X11)
Some ports use WITH_X11, some other WITHOUT_X11 or WITHOUT_X but it seems
that only NO_X is documented and can be set in make.conf
v. 1.39
date: 2001/04/05 00:23:08; author: jmz; state: Exp; lines: +12 -2
Fix 'make package' in the no X11 case.
Submitted by: Alec Wolman
v. 1.38
date: 2001/03/11 01:56:05; author: jmz; state: Exp; lines: +3 -3
Add floppyd.1 floppyd_ andstalltest man pages
v. 1.37
date: 2001/03/06 16:35:05; author: jmz; state: Exp; lines: +7 -3
Add official patch mtools-3.9.7-20001213.diff.
Do not overwrite an existing mtools.conf file - install it as
mtools.conf.sample
v. 1.36
date: 2001/01/12 01:53:02; author: jmz; state: Exp; lines: +2 -2
Add 2 extra files in plist; remove all @exec/@unexec lines and replace them
by the list of files (pkg_* programs have no problem with symlinks)
v. 1.35
date: 2000/11/26 04:13:14; author: jmz; state: Exp; lines: +3 -3
Add mformat.c to the list of files processed by sed, so that it can correctly
report PREFIX/etc/mtools.conf as its configuration file
PR: ports/20999
Submitted by: Jimmy Olgeni
v. 1.34
date: 2000/10/16 00:56:43; author: jmz; state: Exp; lines: +3 -3
Upgrade to version 3.9.7
v. 1.33
date: 2000/10/14 01:36:14; author: jmz; state: Exp; lines: +2 -1
Fix a bug when seeking in partitions larger than 4Gbytes.
v. 1.32
date: 2000/04/12 04:55:36; author: mharo; state: Exp; lines: +3 -3
PORTNAME/VERSION stuff
v. 1.31
date: 1999/08/28 01:57:11; author: mharo; state: Exp; lines: +3 -3
ln -> ${LN}
v. 1.30
date: 1999/08/25 05:49:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.29
date: 1999/07/21 23:43:50; author: jmz; state: Exp; lines: +3 -9
Upgrade to version 3.9.6
v. 1.28
date: 1999/06/05 22:29:29; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.27
date: 1999/04/18 12:03:49; author: jmz; state: Exp; lines: +8 -8
Upgrade to version 3.9.4.
PR: ports/11192
Submitted by: Chris Piazza
v. 1.26
date: 1999/01/31 12:31:06; author: obrien; state: Exp; lines: +5 -3
Add new mastersites as the old one has dissappeared.
v. 1.25
date: 1999/01/28 19:46:16; author: obrien; state: Exp; lines: +3 -2
upgrade to the 3.9.1-3110 patch.
v. 1.24
date: 1998/07/03 14:47:31; author: jmz; state: Exp; lines: +2 -1
Specify PATCH_SITES
v. 1.23
date: 1998/07/02 11:09:58; author: vanilla; state: Exp; lines: +4 -1
Add mtools-3.9.1-2906.diff.gz patchfile.
v. 1.22
date: 1998/05/22 06:26:27; author: mph; state: Exp; lines: +3 -7
Upgrade to 3.9.1.
Submitted by: "Nickolay N. Dudorov"
v. 1.21
date: 1998/05/07 09:52:34; author: obrien; state: Exp; lines: +13 -5
vanilla just barely beat me on upgrading this.
Merging parts of my upgrade.
v. 1.20
date: 1998/05/07 01:59:22; author: vanilla; state: Exp; lines: +10 -15
Upgrade to 3.9, and portlint.
v. 1.19
date: 1998/01/21 08:57:15; author: obrien; state: Exp; lines: +11 -3
Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32
handling. Adds mshowfat cmd.
v. 1.18
date: 1997/12/24 01:21:25; author: alex; state: Exp; lines: +2 -2
No need to use += on first appearance of variables.
v. 1.17
date: 1997/10/08 21:12:22; author: jmz; state: Exp; lines: +4 -1
Create ${PREFIX}/info/dir if it does not exist.
v. 1.16
date: 1997/08/13 15:28:12; author: jmz; state: Exp; lines: +5 -4
Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES
PR: ports/4294
Submitted by: Ian Vaudrey
v. 1.15
date: 1997/04/20 01:28:39; author: jmz; state: Exp; lines: +5 -4
We are now at version 3.6
v. 1.14
date: 1997/04/10 23:26:20; author: jmz; state: Exp; lines: +3 -3
Upgrade to version 3.5a.
v. 1.13
date: 1997/04/03 02:38:43; author: jmz; state: Exp; lines: +7 -5
Upgrade to version 3.3
v. 1.12
date: 1996/12/21 07:27:17; author: ache; state: Exp; lines: +3 -2
Rename mtest to mttest
v. 1.11
date: 1996/11/18 10:23:04; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.10
date: 1996/11/17 05:48:41; author: obrien; state: Exp; lines: +5 -8
Converted to MAN[1-9]
v. 1.9
date: 1996/11/12 02:16:47; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.8
date: 1996/05/29 01:46:49; author: ache; state: Exp; lines: +2 -3
Enable OS/2 extended format support
Eliminate compilation warnings
Not install junk scripts
Install missing scripts
Fix PLIST
v. 1.7
date: 1996/05/27 14:09:17; author: jmz; state: Exp; lines: +21 -8
Upgrade to version 3.0
v. 1.6
date: 1995/11/22 11:48:15; author: asami; state: Exp; lines: +2 -2
Change category name from "emulation" to "emulators". This was the
most confusing of all!
v. 1.5
date: 1995/07/13 01:13:14; author: asami; state: Exp; lines: +2 -2
These boys now beling to emulators....
v. 1.4
date: 1995/04/15 03:45:49; author: asami; state: Exp; lines: +10 -1
Another round of Makefile updates, in utils!
v. 1.3
date: 1995/04/11 02:01:45; author: jmz; state: Exp; lines: +1 -0
Add MAINTAINER= jmz@FreeBSD.org
v. 1.2
date: 1995/04/01 12:50:19; author: jkh; state: Exp; lines: +1 -0
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1994/10/05 22:32:56; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/05 22:32:57; author: jkh; state: Exp; lines: +0 -0
Jean-Marc Zucconi's mtools port.
Submitted by: jmz
=============================================================================
v. 1.57
date: 2007/05/19 20:04:32; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.56
date: 2006/05/29 10:02:22; author: jmz; state: Exp; lines: +2 -2
Update to version 3.9.10-20060525
PR: ports/97992
Submitted by: Peter Jeremy
v. 1.55
date: 2005/12/04 23:35:14; author: edwin; state: Exp; lines: +0 -1
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.54
date: 2005/12/04 07:30:00; author: edwin; state: Exp; lines: +1 -0
use INFO macro
v. 1.53
date: 2005/11/19 20:13:26; author: jmz; state: Exp; lines: +1 -1
Fix typo.
v. 1.52
date: 2005/11/17 21:34:48; author: jmz; state: Exp; lines: +4 -5
End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat: jmz
v. 1.51
date: 2004/10/12 12:35:37; author: jmz; state: Exp; lines: +1 -1
Update default devices names.
Submitted by: joerg
v. 1.50
date: 2004/02/04 05:20:06; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.49
date: 2003/12/05 15:56:09; author: jmz; state: Exp; lines: +2 -2
Make mwrite a relative link to mtools.
PR: ports/36545
v. 1.48
date: 2003/03/07 06:01:16; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.47
date: 2001/12/02 02:47:43; author: jmz; state: Exp; lines: +6 -2
Update to the latest patchfile.
Submitted by: kris
v. 1.46
date: 2001/09/06 13:46:40; author: jmz; state: Exp; lines: +4 -8
Upgrade to version 3.9.8.
v. 1.45
date: 2001/07/25 23:01:09; author: jmz; state: Exp; lines: +2 -2
Doc fix.
Submitted by: Martin Kammerhofer
v. 1.44
date: 2001/06/05 11:38:30; author: sobomax; state: Exp; lines: +3 -3
Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
v. 1.43
date: 2001/05/15 22:14:45; author: jmz; state: Exp; lines: +3 -3
Add a missing man page.
v. 1.42
date: 2001/04/29 00:01:37; author: jmz; state: Exp; lines: +2 -2
Bump PORTREVISION
v. 1.41
date: 2001/04/29 00:01:00; author: jmz; state: Exp; lines: +4 -3
- Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist
- PLIST now manages installation/removal of mtools.conf (pkg-install no longer
required). mtools.conf will be removed only if it is equal to mtools.conf.sample.
Submitted by: olgeni
v. 1.40
date: 2001/04/16 01:31:16; author: jmz; state: Exp; lines: +3 -3
Use !defined(NO_X) instead of defined(WITH_X11)
Some ports use WITH_X11, some other WITHOUT_X11 or WITHOUT_X but it seems
that only NO_X is documented and can be set in make.conf
v. 1.39
date: 2001/04/05 00:23:08; author: jmz; state: Exp; lines: +12 -2
Fix 'make package' in the no X11 case.
Submitted by: Alec Wolman
v. 1.38
date: 2001/03/11 01:56:05; author: jmz; state: Exp; lines: +3 -3
Add floppyd.1 floppyd_ andstalltest man pages
v. 1.37
date: 2001/03/06 16:35:05; author: jmz; state: Exp; lines: +7 -3
Add official patch mtools-3.9.7-20001213.diff.
Do not overwrite an existing mtools.conf file - install it as
mtools.conf.sample
v. 1.36
date: 2001/01/12 01:53:02; author: jmz; state: Exp; lines: +2 -2
Add 2 extra files in plist; remove all @exec/@unexec lines and replace them
by the list of files (pkg_* programs have no problem with symlinks)
v. 1.35
date: 2000/11/26 04:13:14; author: jmz; state: Exp; lines: +3 -3
Add mformat.c to the list of files processed by sed, so that it can correctly
report PREFIX/etc/mtools.conf as its configuration file
PR: ports/20999
Submitted by: Jimmy Olgeni
v. 1.34
date: 2000/10/16 00:56:43; author: jmz; state: Exp; lines: +3 -3
Upgrade to version 3.9.7
v. 1.33
date: 2000/10/14 01:36:14; author: jmz; state: Exp; lines: +2 -1
Fix a bug when seeking in partitions larger than 4Gbytes.
v. 1.32
date: 2000/04/12 04:55:36; author: mharo; state: Exp; lines: +3 -3
PORTNAME/VERSION stuff
v. 1.31
date: 1999/08/28 01:57:11; author: mharo; state: Exp; lines: +3 -3
ln -> ${LN}
v. 1.30
date: 1999/08/25 05:49:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.29
date: 1999/07/21 23:43:50; author: jmz; state: Exp; lines: +3 -9
Upgrade to version 3.9.6
v. 1.28
date: 1999/06/05 22:29:29; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.27
date: 1999/04/18 12:03:49; author: jmz; state: Exp; lines: +8 -8
Upgrade to version 3.9.4.
PR: ports/11192
Submitted by: Chris Piazza
v. 1.26
date: 1999/01/31 12:31:06; author: obrien; state: Exp; lines: +5 -3
Add new mastersites as the old one has dissappeared.
v. 1.25
date: 1999/01/28 19:46:16; author: obrien; state: Exp; lines: +3 -2
upgrade to the 3.9.1-3110 patch.
v. 1.24
date: 1998/07/03 14:47:31; author: jmz; state: Exp; lines: +2 -1
Specify PATCH_SITES
v. 1.23
date: 1998/07/02 11:09:58; author: vanilla; state: Exp; lines: +4 -1
Add mtools-3.9.1-2906.diff.gz patchfile.
v. 1.22
date: 1998/05/22 06:26:27; author: mph; state: Exp; lines: +3 -7
Upgrade to 3.9.1.
Submitted by: "Nickolay N. Dudorov"
v. 1.21
date: 1998/05/07 09:52:34; author: obrien; state: Exp; lines: +13 -5
vanilla just barely beat me on upgrading this.
Merging parts of my upgrade.
v. 1.20
date: 1998/05/07 01:59:22; author: vanilla; state: Exp; lines: +10 -15
Upgrade to 3.9, and portlint.
v. 1.19
date: 1998/01/21 08:57:15; author: obrien; state: Exp; lines: +11 -3
Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32
handling. Adds mshowfat cmd.
v. 1.18
date: 1997/12/24 01:21:25; author: alex; state: Exp; lines: +2 -2
No need to use += on first appearance of variables.
v. 1.17
date: 1997/10/08 21:12:22; author: jmz; state: Exp; lines: +4 -1
Create ${PREFIX}/info/dir if it does not exist.
v. 1.16
date: 1997/08/13 15:28:12; author: jmz; state: Exp; lines: +5 -4
Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES
PR: ports/4294
Submitted by: Ian Vaudrey
v. 1.15
date: 1997/04/20 01:28:39; author: jmz; state: Exp; lines: +5 -4
We are now at version 3.6
v. 1.14
date: 1997/04/10 23:26:20; author: jmz; state: Exp; lines: +3 -3
Upgrade to version 3.5a.
v. 1.13
date: 1997/04/03 02:38:43; author: jmz; state: Exp; lines: +7 -5
Upgrade to version 3.3
v. 1.12
date: 1996/12/21 07:27:17; author: ache; state: Exp; lines: +3 -2
Rename mtest to mttest
v. 1.11
date: 1996/11/18 10:23:04; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.10
date: 1996/11/17 05:48:41; author: obrien; state: Exp; lines: +5 -8
Converted to MAN[1-9]
v. 1.9
date: 1996/11/12 02:16:47; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.8
date: 1996/05/29 01:46:49; author: ache; state: Exp; lines: +2 -3
Enable OS/2 extended format support
Eliminate compilation warnings
Not install junk scripts
Install missing scripts
Fix PLIST
v. 1.7
date: 1996/05/27 14:09:17; author: jmz; state: Exp; lines: +21 -8
Upgrade to version 3.0
v. 1.6
date: 1995/11/22 11:48:15; author: asami; state: Exp; lines: +2 -2
Change category name from "emulation" to "emulators". This was the
most confusing of all!
v. 1.5
date: 1995/07/13 01:13:14; author: asami; state: Exp; lines: +2 -2
These boys now beling to emulators....
v. 1.4
date: 1995/04/15 03:45:49; author: asami; state: Exp; lines: +10 -1
Another round of Makefile updates, in utils!
v. 1.3
date: 1995/04/11 02:01:45; author: jmz; state: Exp; lines: +1 -0
Add MAINTAINER= jmz@FreeBSD.org
v. 1.2
date: 1995/04/01 12:50:19; author: jkh; state: Exp; lines: +1 -0
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1994/10/05 22:32:56; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/05 22:32:57; author: jkh; state: Exp; lines: +0 -0
Jean-Marc Zucconi's mtools port.
Submitted by: jmz
=============================================================================
|
| |

|