1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Upgrade to version 3.0

This commit is contained in:
Jean-Marc Zucconi 1996-05-27 14:10:29 +00:00
parent 29e2e368ea
commit dbf23d7b3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3145
5 changed files with 61 additions and 54 deletions

View File

@ -1,22 +1,35 @@
# New ports collection makefile for: mtools
# Version required: 2.0.7
# Version required: 3.0
# Date created: 5 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.5 1995/07/13 01:13:14 asami Exp $
# $Id: Makefile,v 1.6 1995/11/22 11:48:15 asami Exp $
#
DISTNAME= mtools-2.0.7
DISTNAME= mtools-3.0
CATEGORIES+= emulators
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS= PREFIX=${PREFIX}
MAKEFILE=
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
post-patch:
@cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \
mv $$f $$f.orig; \
sed -e s:/etc/mtools.conf:${PREFIX}/etc/mtools.conf: \
< $$f.orig > $$f; done
post-install:
@install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc
.if !defined(NOMANCOMPRESS)
@for f in mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
mdir.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mrd.1 \
mread.1 mren.1 mtest.1 mtools.1 mtype.1 mwrite.1; do \
gzip -fn ${PREFIX}/man/man1/$$f; done
@gzip -fn ${PREFIX}/man/man5/mtools.5
.endif
@rm -f ${PREFIX}/bin/lz
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mtools-2.0.7.tar.gz) = 00683be21ff336523a24dd46fb658c0f
MD5 (mtools-3.0.tar.gz) = 6148e796bbb8274001084317dd565aad

View File

@ -0,0 +1,25 @@
*** mtools.conf~ Wed Jan 31 22:02:11 1996
--- mtools.conf Mon May 27 05:03:09 1996
***************
*** 2,11 ****
drive b: file="/dev/fd1" exclusive
# First SCSI hard disk partition
! drive c: file="/dev/sda1"
# First IDE hard disk partition
! #drive c: file="/dev/hda1"
#dosemu floppy image
drive m: file="/var/lib/dosemu/diskimage"
--- 2,11 ----
drive b: file="/dev/fd1" exclusive
# First SCSI hard disk partition
! drive c: file="/dev/sd0s1"
# First IDE hard disk partition
! #drive c: file="/dev/wd0s1"
#dosemu floppy image
drive m: file="/var/lib/dosemu/diskimage"

View File

@ -36,43 +36,3 @@ 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.
local 2

View File

@ -1,33 +1,42 @@
@cd /usr/local
@owner bin
@mode 755
bin/mattrib
bin/mcd
bin/mcopy
bin/mdel
bin/mdeltree
bin/mdir
bin/mformat
bin/mlabel
bin/mmd
bin/mmount
bin/mmove
bin/mrd
bin/mread
bin/mren
bin/mtest
bin/mtools
bin/mtype
bin/mwrite
bin/mkmanifest
@mode 644
info/mtools.info
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/mtest.1
man/man1/mtools.1
man/man1/mtype.1
man/man1/mwrite.1
man/man1/mkmanifest.1
man/man5/mtools.5
etc/mtools.conf