Bug 100097 - [NEW PORT] textproc/csvdiff: Compare/diff two (comma) seperated files with each other
Summary: [NEW PORT] textproc/csvdiff: Compare/diff two (comma) seperated files with ea...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 19:00 UTC by chinsan
Modified: 2006-07-12 06:53 UTC (History)
0 users

See Also:


Attachments
csvdiff-1.3.shar (2.08 KB, text/plain)
2006-07-11 19:00 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan 2006-07-11 19:00:35 UTC
csvdiff is a Perl script to diff/compare two csv files with the possibility
to select the separator. 

Differences will be shown like: 
"Column XYZ in record 999" is different. 
After this, the actual and the expected result for this 
column will be shown.

WWW: http://csvdiff.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-07-11 19:16:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 chinsan 2006-07-11 19:35:55 UTC
2006/7/12, Rong-En Fan <rafan@freebsd.org>:
> Synopsis: [NEW PORT] textproc/csvdiff: Compare/diff two (comma) seperated files with each other
Hi, rafan:

Please remove the dependency on p5-Data-Dumper
aka remove the following line, thanks.
RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper

noticed by: DK
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-07-12 06:52:45 UTC
State Changed
From-To: open->closed

New port added. Thanks.