Bug 176314 - [patch] Update COMMENT and pkg-descr for converters/unix2dos
Summary: [patch] Update COMMENT and pkg-descr for converters/unix2dos
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chien Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 04:10 UTC by Kevin Zheng
Modified: 2013-02-21 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2013-02-21 04:10 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2013-02-21 04:10:00 UTC
Update COMMENT and pkg-descr for converters/unix2dos. This makes both the comment and description more meaningful. No package contents were changed; I don't think this justifies a PORTREVISION bump.

While here, trim Makefile header.

I experienced some difficulty running `make fetch`, but it may just be my Internet connection (Portscout says it's okay). Committer should try running `make fetch` to be sure.

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: Install the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-21 04:10:09 UTC
Maintainer of converters/unix2dos,

Please note that PR ports/176314 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176314

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-21 04:10:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Oscar Bonilla 2013-02-21 16:23:44 UTC
I approve the patch. Thanks.

On Feb 20, 2013, at 8:10 PM, Edwin Groothuis <edwin@FreeBSD.org> wrote:

> Maintainer of converters/unix2dos,
> 
> Please note that PR ports/176314 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176314
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Po-Chien Lin freebsd_committer freebsd_triage 2013-02-21 16:36:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pclin

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-21 16:39:44 UTC
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@gmail.com>
  Approved by:	Oscar Bonilla <obonilla@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@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

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`.
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2013-02-21 16:40:06 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!