svn commit: r312725 - head/converters/unix2dos

Pawel Pekala pawel at FreeBSD.org
Thu Feb 21 16:39:37 UTC 2013


Author: pawel
Date: Thu Feb 21 16:39:36 2013
New Revision: 312725
URL: http://svnweb.freebsd.org/changeset/ports/312725

Log:
  Update COMMENT and pkg-descr
  
  PR:		ports/176314
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
  Approved by:	Oscar Bonilla <obonilla at galileo.edu> (maintainer)

Modified:
  head/converters/unix2dos/Makefile
  head/converters/unix2dos/pkg-descr

Modified: head/converters/unix2dos/Makefile
==============================================================================
--- head/converters/unix2dos/Makefile	Thu Feb 21 15:59:18 2013	(r312724)
+++ head/converters/unix2dos/Makefile	Thu Feb 21 16:39:36 2013	(r312725)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	unix2dos
-# Date created:		1 February 1999
-# Whom:			obonilla at fisicc-ufm.edu
-#
+# Created by: Oscar Bonilla <obonilla at fisicc-ufm.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	unix2dos
 PORTVERSION=	1.3
@@ -11,7 +7,7 @@ CATEGORIES=	converters
 MASTER_SITES=	ftp://ftp.guug.org/pub/
 
 MAINTAINER=	obonilla at 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

Modified: head/converters/unix2dos/pkg-descr
==============================================================================
--- head/converters/unix2dos/pkg-descr	Thu Feb 21 15:59:18 2013	(r312724)
+++ head/converters/unix2dos/pkg-descr	Thu Feb 21 16:39:36 2013	(r312725)
@@ -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`.


More information about the svn-ports-head mailing list