From owner-freebsd-ports Mon May 3 12:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6049215738 for ; Mon, 3 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA13903; Mon, 3 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 3 May 1999 12:20:02 -0700 (PDT) Message-Id: <199905031920.MAA13903@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Costello Subject: Re: ports/11267 Reply-To: Chris Costello Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11267; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/11267 Date: Mon, 3 May 1999 14:15:14 -0500 The new shar for the port directory is below. Contact me for the .tar.gz (the ones I may have sent to the list are *BAD* and *STALE*). ------ # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fconv # fconv/Makefile # fconv/pkg # fconv/pkg/COMMENT # fconv/pkg/DESCR # fconv/pkg/PLIST # fconv/files # fconv/files/md5 # echo c - fconv mkdir -p fconv > /dev/null 2>&1 echo x - fconv/Makefile sed 's/^X//' >fconv/Makefile << 'END-of-fconv/Makefile' X# New ports collection makefile for: fconv X# Version required: 0.1 X# Date created: 21 April 1999 X# Whom: Chris Costello X# X# $Id$ X# X XDISTNAME= fconv-0.1 XCATEGORIES= textproc X XMAINTAINER= ports@FreeBSD.ORG X Xpost-install: X strip ${PREFIX}/bin/dos2bsd X strip ${PREFIX}/bin/bsd2dos X strip ${PREFIX}/bin/mac2bsd X strip ${PREFIX}/bin/bsd2mac X X.include END-of-fconv/Makefile echo c - fconv/pkg mkdir -p fconv/pkg > /dev/null 2>&1 echo x - fconv/pkg/COMMENT sed 's/^X//' >fconv/pkg/COMMENT << 'END-of-fconv/pkg/COMMENT' XConverts DOS or Mac-style files to Unix format, and vice-versa. END-of-fconv/pkg/COMMENT echo x - fconv/pkg/DESCR sed 's/^X//' >fconv/pkg/DESCR << 'END-of-fconv/pkg/DESCR' X As well as being a work-alike for the BSDI utility mentioned in the Xdoscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to Xand from Macintosh type files (which use only '\r'). END-of-fconv/pkg/DESCR echo x - fconv/pkg/PLIST sed 's/^X//' >fconv/pkg/PLIST << 'END-of-fconv/pkg/PLIST' Xbin/dos2bsd Xbin/bsd2dos Xbin/mac2bsd Xbin/bsd2mac END-of-fconv/pkg/PLIST echo c - fconv/files mkdir -p fconv/files > /dev/null 2>&1 echo x - fconv/files/md5 sed 's/^X//' >fconv/files/md5 << 'END-of-fconv/files/md5' XMD5 (fconv-0.1.tar.gz) = 13ecde7ba30eacc97b73eaa2eded9a15 END-of-fconv/files/md5 exit -- Chris Costello Diagnostics are the programs that run when nothing else will. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message