From owner-freebsd-ports Mon Feb 1 15:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03647 for freebsd-ports-outgoing; Mon, 1 Feb 1999 15:20:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03578 for ; Mon, 1 Feb 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA99010; Mon, 1 Feb 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fisicc-ufm.edu ([209.198.197.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02876 for ; Mon, 1 Feb 1999 15:14:30 -0800 (PST) (envelope-from obonilla@mailhub.fisicc-ufm.edu) Received: (from root@localhost) by fisicc-ufm.edu (8.8.8/8.8.8) id RAA05340; Mon, 1 Feb 1999 17:18:26 -0600 (CST) (envelope-from obonilla) Message-Id: <199902012318.RAA05340@fisicc-ufm.edu> Date: Mon, 1 Feb 1999 17:18:26 -0600 (CST) From: obonilla@mailhub.fisicc-ufm.edu Reply-To: obonilla@mailhub.fisicc-ufm.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9866: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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