View | Details | Raw Unified | Return to bug 176314
Collapse All | Expand All

(-)unix2dos/Makefile (-6 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	unix2dos
1
# Created by: Oscar Bonilla <obonilla@galileo.edu>
2
# Date created:		1 February 1999
3
# Whom:			obonilla@fisicc-ufm.edu
4
#
5
# $FreeBSD: ports/converters/unix2dos/Makefile,v 1.8 2012/11/17 05:55:05 svnexp Exp $
2
# $FreeBSD: ports/converters/unix2dos/Makefile,v 1.8 2012/11/17 05:55:05 svnexp Exp $
6
#
7
3
8
PORTNAME=	unix2dos
4
PORTNAME=	unix2dos
9
PORTVERSION=	1.3
5
PORTVERSION=	1.3
Lines 11-17 Link Here
11
MASTER_SITES=	ftp://ftp.guug.org/pub/
7
MASTER_SITES=	ftp://ftp.guug.org/pub/
12
8
13
MAINTAINER=	obonilla@galileo.edu
9
MAINTAINER=	obonilla@galileo.edu
14
COMMENT=	Translate ASCII files from DOS (cr/lf) to UNIX (lf)
10
COMMENT=	Convert ASCII newlines between CR/LF and LF
15
11
16
MAN1=		unix2dos.1 dos2unix.1
12
MAN1=		unix2dos.1 dos2unix.1
17
NO_WRKSUBDIR=	yes
13
NO_WRKSUBDIR=	yes
(-)unix2dos/pkg-descr (-3 / +3 lines)
Lines 1-3 Link Here
1
unix2dos and dos2unix are utilities that convert
1
unix2dos is a set of command-line tools that converts ASCII newline characters
2
ASCII files from the DOS cr/lf format to the UNIX
2
between Unix's LF and DOS's CR/LF (and vice versa). Despite its name, this
3
lf format
3
package provides both `unix2dos` as well as its counterpart, `dos2unix`.

Return to bug 176314