Date: Tue, 15 May 2001 11:20:56 -0500 (CDT) From: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jmz@freebsd.org Subject: ports/27339: UPDATE emulators/mtools missing Message-ID: <20010515162056.A988810F410@leviathan.inethouston.net>
next in thread | raw e-mail | index | archive | help
>Number: 27339 >Category: ports >Synopsis: UPDATE emulators/mtools missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 15 09:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: missing manpage according to bento shorten pkg-descr according to portlint >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/mtools/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- Makefile 2001/04/29 00:01:37 1.42 +++ Makefile 2001/05/15 16:18:11 @@ -31,9 +31,10 @@ USE_GMAKE= yes MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ - mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 \ - mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ + mdir.1 mdu.1 mformat.1 minfo.1 mkmanifest.1 mlabel.1 mmd.1 \ + mmount.1 mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ mtoolstest.1 mtools.1 mtype.1 mzip.1 + MAN5= mtools.5 .if !defined(NO_X) Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/emulators/mtools/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 1998/05/07 09:52:37 1.4 +++ pkg-descr 2001/05/15 16:18:11 @@ -3,25 +3,6 @@ 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. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010515162056.A988810F410>