Bug 75933 - New Port www/p5-HTML-Diff Perl module to diff two HTML strings
Summary: New Port www/p5-HTML-Diff Perl module to diff two HTML strings
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: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-08 03:40 UTC by Travis Campbell
Modified: 2005-03-14 22:54 UTC (History)
0 users

See Also:


Attachments
p5-HTML-Diff.shar (1.86 KB, text/plain)
2005-01-08 03:40 UTC, Travis Campbell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Campbell 2005-01-08 03:40:26 UTC
    New port for HTML::Diff.
Comment 1 hcoyote 2005-01-08 06:10:00 UTC
This contains the correct port info.  I neglected to correct some of
the info in the Makefile in the previous .shar.

My bad.

Travis

--- p5-HTML-Diff.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-HTML-Diff
#	p5-HTML-Diff/Makefile
#	p5-HTML-Diff/distinfo
#	p5-HTML-Diff/pkg-descr
#	p5-HTML-Diff/pkg-plist
#
echo c - p5-HTML-Diff
mkdir -p p5-HTML-Diff > /dev/null 2>&1
echo x - p5-HTML-Diff/Makefile
sed 's/^X//' >p5-HTML-Diff/Makefile << 'END-of-p5-HTML-Diff/Makefile'
X# New ports collection makefile for:	p5-HTML-Diff
X# Date created:			2005.01.07
X# Whom:				Travis Campbell <hcoyote@ghostar.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-Diff
XPORTVERSION=	0.54
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hcoyote@ghostar.org
XCOMMENT=A Perl module for finding changes between two strings of HTML
X
XPERL_CONFIGURE=	yes
X
XMAN3=		HTML::Diff.3
X
X.include <bsd.port.mk>
END-of-p5-HTML-Diff/Makefile
echo x - p5-HTML-Diff/distinfo
sed 's/^X//' >p5-HTML-Diff/distinfo << 'END-of-p5-HTML-Diff/distinfo'
XMD5 (HTML-Diff-0.54.tar.gz) = e41f346ed43f939aeb861378c10720a4
XSIZE (HTML-Diff-0.54.tar.gz) = 6151
END-of-p5-HTML-Diff/distinfo
echo x - p5-HTML-Diff/pkg-descr
sed 's/^X//' >p5-HTML-Diff/pkg-descr << 'END-of-p5-HTML-Diff/pkg-descr'
XHTML::Diff is a Perl module for finding changes between two strings of
XHTML.
END-of-p5-HTML-Diff/pkg-descr
echo x - p5-HTML-Diff/pkg-plist
sed 's/^X//' >p5-HTML-Diff/pkg-plist << 'END-of-p5-HTML-Diff/pkg-plist'
X%%SITE_PERL%%/HTML/Diff.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Diff/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Diff
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
END-of-p5-HTML-Diff/pkg-plist
exit
--- p5-HTML-Diff.shar ends here ---
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-03-14 22:29:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Grab.
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2005-03-14 22:54:08 UTC
State Changed
From-To: open->closed

New port added, thank you!