Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 16:33:29 -0500 (EST)
From:      Rod Taylor <ports@rbt.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92472: New Port p5-Text-WordDiff requirement for Bricolage 1.10.0
Message-ID:  <200601282133.k0SLXTwI090959@home.rbt.ca>
Resent-Message-ID: <200601282140.k0SLe1Nd046275@freefall.freebsd.org>

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

>Number:         92472
>Category:       ports
>Synopsis:       New Port p5-Text-WordDiff requirement for Bricolage 1.10.0
>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:   Sat Jan 28 21:40:00 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        FreeBSD 6.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home 6.0-RELEASE FreeBSD 6.0-RELEASE #13: Sat Nov 5 00:19:49 EST 2005 root@home:/usr/obj/usr/src/sys/HOME amd64


	
>Description:

This perl module is required for Bricolage 1.10.0 (this update will follow).

It is used for determine which words of a block of text have changed rather than entire lines like Text::Diff returns.

	
>How-To-Repeat:
	
>Fix:

	

--- Text-WordDiff.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:
#
#	p5-Text-WordDiff
#	p5-Text-WordDiff/Makefile
#	p5-Text-WordDiff/distinfo
#	p5-Text-WordDiff/pkg-descr
#	p5-Text-WordDiff/pkg-plist
#
echo c - p5-Text-WordDiff
mkdir -p p5-Text-WordDiff > /dev/null 2>&1
echo x - p5-Text-WordDiff/Makefile
sed 's/^X//' >p5-Text-WordDiff/Makefile << 'END-of-p5-Text-WordDiff/Makefile'
X# New ports collection makefile for:	textproc/p5-Text-WordDiff
X# Date created:				28 January 2006
X# Whom:					Rod Taylor <ports@rbt.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-WordDiff
XPORTVERSION=	0.02
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@rbt.ca
XCOMMENT=	Text::WordDiff - Track changes between documents
X
XPERL_MODBUILD=	yes
X
XMAN3=		Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3
X
X.include <bsd.port.mk>
END-of-p5-Text-WordDiff/Makefile
echo x - p5-Text-WordDiff/distinfo
sed 's/^X//' >p5-Text-WordDiff/distinfo << 'END-of-p5-Text-WordDiff/distinfo'
XMD5 (Text-WordDiff-0.02.tar.gz) = e4ad90ec41816be47db9dd1b55af3fbb
XSHA256 (Text-WordDiff-0.02.tar.gz) = 3671230b494538c0b727ae48e2d6c7382904b7677bc5275b956a1b03da0f22d0
XSIZE (Text-WordDiff-0.02.tar.gz) = 13530
END-of-p5-Text-WordDiff/distinfo
echo x - p5-Text-WordDiff/pkg-descr
sed 's/^X//' >p5-Text-WordDiff/pkg-descr << 'END-of-p5-Text-WordDiff/pkg-descr'
XThis module is a variation on the lovely Text::Diff module. Rather
Xthan generating traditional line-oriented diffs, however, it generates
Xword-oriented diffs. This can be useful for tracking changes in
Xnarrative documents or documents with very long lines. To diff
Xsource code, one is still best off using Text::Diff. But if you
Xwant to see how a short story changed from one version to the next,
Xthis module will do the job very nicely.
X
XWWW: http://search.cpan.org/dist/Text-WordDiff/
END-of-p5-Text-WordDiff/pkg-descr
echo x - p5-Text-WordDiff/pkg-plist
sed 's/^X//' >p5-Text-WordDiff/pkg-plist << 'END-of-p5-Text-WordDiff/pkg-plist'
X%%SITE_PERL%%/Text/WordDiff.pm
X%%SITE_PERL%%/Text/WordDiff/HTML.pm
X%%SITE_PERL%%/Text/WordDiff/ANSIColor.pm
X@dirrm %%SITE_PERL%%/Text/WordDiff
X@dirrmtry %%SITE_PERL%%/Text
END-of-p5-Text-WordDiff/pkg-plist
exit
--- Text-WordDiff.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?200601282133.k0SLXTwI090959>