Update COMMENT and pkg-descr

PR:		ports/176314
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	Oscar Bonilla <obonilla@galileo.edu> (maintainer)
This commit is contained in:
Pawel Pekala 2013-02-21 16:39:36 +00:00
parent f8c5705f5e
commit 6a2ee08bbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312725
2 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: unix2dos
# Date created: 1 February 1999
# Whom: obonilla@fisicc-ufm.edu
#
# Created by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
# $FreeBSD$
#
PORTNAME= unix2dos
PORTVERSION= 1.3
@ -11,7 +7,7 @@ CATEGORIES= converters
MASTER_SITES= ftp://ftp.guug.org/pub/
MAINTAINER= obonilla@galileo.edu
COMMENT= Translate ASCII files from DOS (cr/lf) to UNIX (lf)
COMMENT= Convert ASCII newlines between CR/LF and LF
MAN1= unix2dos.1 dos2unix.1
NO_WRKSUBDIR= yes

View File

@ -1,3 +1,3 @@
unix2dos and dos2unix are utilities that convert
ASCII files from the DOS cr/lf format to the UNIX
lf format
unix2dos is a set of command-line tools that converts ASCII newline characters
between Unix's LF and DOS's CR/LF (and vice versa). Despite its name, this
package provides both `unix2dos` as well as its counterpart, `dos2unix`.