Date: Mon, 1 Feb 1999 17:18:26 -0600 (CST) From: obonilla@mailhub.fisicc-ufm.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9866: New port Message-ID: <199902012318.RAA05340@fisicc-ufm.edu>
next in thread | raw e-mail | index | archive | help
>Number: 9866 >Category: ports >Synopsis: port of unix2dos and dos2unix utilities >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: Mon Feb 1 15:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: # 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: # # unix2dos # unix2dos/Makefile # unix2dos/pkg # unix2dos/pkg/DESCR # unix2dos/pkg/COMMENT # unix2dos/pkg/PLIST # unix2dos/files # unix2dos/files/md5 # echo c - unix2dos mkdir -p unix2dos > /dev/null 2>&1 echo x - unix2dos/Makefile sed 's/^X//' >unix2dos/Makefile << 'END-of-unix2dos/Makefile' X# New ports collection makefile for: unix2dos X# Version required: 1 X# Date created: 1 February 1999 X# Whom: obonilla@fisicc-ufm.edu X# X# $Id$ X# X XDISTNAME= unix2dos-1.0 XCATEGORIES= emmulators XMASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XMAN1= unix2dos.1 dos2unix.1 XNO_WRKSUBDIR= yes X Xpost-install: X strip ${PREFIX}/bin/unix2dos X strip ${PREFIX}/bin/dos2unix X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos X ${INSTALL_SCRIPT} ${WRKDIR}/dos2unix ${PREFIX}/bin/dos2unix X ${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${MANPREFIX}/man/man1 X X.include <bsd.port.mk> END-of-unix2dos/Makefile echo c - unix2dos/pkg mkdir -p unix2dos/pkg > /dev/null 2>&1 echo x - unix2dos/pkg/DESCR sed 's/^X//' >unix2dos/pkg/DESCR << 'END-of-unix2dos/pkg/DESCR' Xunix2dos and dos2unix are utilities that convert XASCII files from the DOS cr/lf format to the UNIX Xlf format X X-Oscar Bonilla Xobonilla@fisicc-ufm.edu END-of-unix2dos/pkg/DESCR echo x - unix2dos/pkg/COMMENT sed 's/^X//' >unix2dos/pkg/COMMENT << 'END-of-unix2dos/pkg/COMMENT' Xtranslate ASCII files from DOS (cr/lf) to UNIX (lf) and viceversa END-of-unix2dos/pkg/COMMENT echo x - unix2dos/pkg/PLIST sed 's/^X//' >unix2dos/pkg/PLIST << 'END-of-unix2dos/pkg/PLIST' Xbin/unix2dos Xbin/dos2unix END-of-unix2dos/pkg/PLIST echo c - unix2dos/files mkdir -p unix2dos/files > /dev/null 2>&1 echo x - unix2dos/files/md5 sed 's/^X//' >unix2dos/files/md5 << 'END-of-unix2dos/files/md5' XMD5 (unix2dos-1.0.tar.gz) = b550c0dae307eb301f6e9a1cc0e3e503 END-of-unix2dos/files/md5 exit >Description: >How-To-Repeat: >Fix: >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?199902012318.RAA05340>