Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 01:58:05 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100097: [NEW PORT] textproc/csvdiff: Compare/diff two (comma) seperated files with each other
Message-ID:  <20060711175415.F164830207@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200607111800.k6BI0atC092278@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100097
>Category:       ports
>Synopsis:       [NEW PORT] textproc/csvdiff: Compare/diff two (comma) seperated files with each other
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 11 18:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun  2 16:44:35 CST
>Description:
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
>How-To-Repeat:
>Fix:

--- csvdiff-1.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	csvdiff
#	csvdiff/Makefile
#	csvdiff/distinfo
#	csvdiff/pkg-descr
#
echo c - csvdiff
mkdir -p csvdiff > /dev/null 2>&1
echo x - csvdiff/Makefile
sed 's/^X//' >csvdiff/Makefile << 'END-of-csvdiff/Makefile'
X# New ports collection makefile for:	csvdiff
X# Date created:				2006/07/12
X# Whom:					chinsan <chinsan.tw@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	csvdiff
XPORTVERSION=	1.3
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	${PORTNAME}_${PORTVERSION:S,.,-,g}
X
XMAINTAINER=	chinsan.tw@gmail.com
XCOMMENT=	Compare/diff two (comma) seperated files with each other
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
X
XNO_BUILD=	yes
XUSE_PERL5=	yes
XPLIST_FILES=	bin/csvdiff
XWRKSRC=		${WRKDIR}
X.if !defined(NOPORTDOCS)
XPORTDOCS=	CHANGES README TODO
X.endif
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
X		${PREFIX}/bin/${PORTNAME}
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-csvdiff/Makefile
echo x - csvdiff/distinfo
sed 's/^X//' >csvdiff/distinfo << 'END-of-csvdiff/distinfo'
XMD5 (csvdiff_1-3.tar.gz) = ffcafdf67c0526fe56fe1c2aa96475c8
XSHA256 (csvdiff_1-3.tar.gz) = 60b2680c748763ea19f5b0ab710d86cb44a33433be5fe0b117c3a15a0962ac91
XSIZE (csvdiff_1-3.tar.gz) = 14739
END-of-csvdiff/distinfo
echo x - csvdiff/pkg-descr
sed 's/^X//' >csvdiff/pkg-descr << 'END-of-csvdiff/pkg-descr'
Xcsvdiff is a Perl script to diff/compare two csv files with the possibility
Xto select the separator. 
X
XDifferences will be shown like: 
X"Column XYZ in record 999" is different. 
XAfter this, the actual and the expected result for this 
Xcolumn will be shown.
X
XWWW: http://csvdiff.sourceforge.net/
END-of-csvdiff/pkg-descr
exit
--- csvdiff-1.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060711175415.F164830207>