Date: Sun, 7 Mar 1999 02:13:39 -0600 (CST) From: chris@holly.dyndns.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10458: New port: fconv: Converts Mac/DOS text files to/from *IX text files Message-ID: <199903070813.CAA86842@holly.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 10458 >Category: ports >Synopsis: New port: fconv: Converts Mac/DOS text files to/from *IX text files >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: Sun Mar 7 00:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Not applicable. >Description: Well, I've ported a program I've written! I haven't got anywhere to put the default dist., so email me and I'll probably either send a uuencoded .tar.gz of it, or I'll put it up on a 'less adequate' (fairly busy ISDN link) line, but I do not want this being used in the port Makefile (hence my lack of MASTER_SITE) uuencoded .tar.gzs will be sent to who request it. >How-To-Repeat: Er, use the 'shar' under Fix? >Fix: --- # 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: # # /usr/ports/converters/fconv # /usr/ports/converters/fconv/pkg # /usr/ports/converters/fconv/pkg/COMMENT # /usr/ports/converters/fconv/pkg/DESCR # /usr/ports/converters/fconv/pkg/PLIST # /usr/ports/converters/fconv/files # /usr/ports/converters/fconv/files/md5 # /usr/ports/converters/fconv/Makefile # echo c - /usr/ports/converters/fconv mkdir -p /usr/ports/converters/fconv > /dev/null 2>&1 echo c - /usr/ports/converters/fconv/pkg mkdir -p /usr/ports/converters/fconv/pkg > /dev/null 2>&1 echo x - /usr/ports/converters/fconv/pkg/COMMENT sed 's/^X//' >/usr/ports/converters/fconv/pkg/COMMENT << 'END-of-/usr/ports/converters/fconv/pkg/COMMENT' XA Mac/DOS to/from Unix text-file converter. END-of-/usr/ports/converters/fconv/pkg/COMMENT echo x - /usr/ports/converters/fconv/pkg/DESCR sed 's/^X//' >/usr/ports/converters/fconv/pkg/DESCR << 'END-of-/usr/ports/converters/fconv/pkg/DESCR' XThis is basically something I wrote when I noticed in the FreeBSD Xman page for doscmd 'dos2bsd,' so I played around with the bsd2dos Xand dos2bsd and wrote a workalike, as well as adding Macintosh Xcompatibility. X XIt was written by Chris M. Costello <chris@calldei.com>. END-of-/usr/ports/converters/fconv/pkg/DESCR echo x - /usr/ports/converters/fconv/pkg/PLIST sed 's/^X//' >/usr/ports/converters/fconv/pkg/PLIST << 'END-of-/usr/ports/converters/fconv/pkg/PLIST' Xbin/bsd2dos Xbin/dos2bsd Xbin/bsd2mac Xbin/mac2bsd END-of-/usr/ports/converters/fconv/pkg/PLIST echo c - /usr/ports/converters/fconv/files mkdir -p /usr/ports/converters/fconv/files > /dev/null 2>&1 echo x - /usr/ports/converters/fconv/files/md5 sed 's/^X//' >/usr/ports/converters/fconv/files/md5 << 'END-of-/usr/ports/converters/fconv/files/md5' XMD5 (fconv-1.0.tar.gz) = 4c0c7fa252f74091801667314ab0cbf8 END-of-/usr/ports/converters/fconv/files/md5 echo x - /usr/ports/converters/fconv/Makefile sed 's/^X//' >/usr/ports/converters/fconv/Makefile << 'END-of-/usr/ports/converters/fconv/Makefile' X# New ports collection makefile for: fconv X# Version required: 1.0 X# Date created: 7 March 1999 X# Whom: chris@calldei.com X# X# $Id$ X# X XDISTNAME= fconv-1.0 XCATEGORIES= converters XMASTER_SITES= X XMAINTAINER= ports@FreeBSD.org X XMAN1= bsd2dos.1 dos2bsd.1 bsd2mac.1 mac2bsd.1 XMANCOMPRESSED= yes X X.include <bsd.port.mk> END-of-/usr/ports/converters/fconv/Makefile exit >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?199903070813.CAA86842>