From clsung@dragon2.net  Sun Nov  2 23:45:33 2003
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 213B416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Nov 2003 23:45:33 -0800 (PST)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 63B4743FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Nov 2003 23:45:31 -0800 (PST)
	(envelope-from clsung@dragon2.net)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP
	id DBA3D153AD; Mon,  3 Nov 2003 07:46:54 +0000 (GMT)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 04761-09; Mon,  3 Nov 2003 15:46:54 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id 68D581539B; Mon,  3 Nov 2003 15:46:54 +0800 (CST)
Message-Id: <20031103074654.68D581539B@mail.dragon2.net>
Date: Mon,  3 Nov 2003 15:46:54 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@tiger2.net
Subject: New port: textproc/p5-Text-ParagraphDiff
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58859
>Category:       ports
>Synopsis:       New port: textproc/p5-Text-ParagraphDiff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 02 23:50:11 PST 2003
>Closed-Date:    Tue Nov 04 08:53:33 PST 2003
>Last-Modified:  Tue Nov 04 08:53:33 PST 2003
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- new port: Visual difference for paragraphed text
>How-To-Repeat:
>Fix:


# 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-ParagraphDiff/
#	p5-Text-ParagraphDiff/Makefile
#	p5-Text-ParagraphDiff/distinfo
#	p5-Text-ParagraphDiff/pkg-descr
#	p5-Text-ParagraphDiff/pkg-plist
#
echo c - p5-Text-ParagraphDiff/
mkdir -p p5-Text-ParagraphDiff/ > /dev/null 2>&1
echo x - p5-Text-ParagraphDiff/Makefile
sed 's/^X//' >p5-Text-ParagraphDiff/Makefile << 'END-of-p5-Text-ParagraphDiff/Makefile'
X# New ports collection makefile for:	p5-Text-ParagraphDiff
X# Date created:				Nov 3 2003
X# Whom:					Cheng-Lung Sung <clsung@dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-ParagraphDiff
XPORTVERSION=	2.41
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.ORG
XCOMMENT=	Visual difference for paragraphed text
X
XBUILD_DEPENDS=	${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
X		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XMAN3=		Text::ParagraphDiff.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XIGNORE=		This port requires perl 5.6.1 or later. Install lang/perl5 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Text-ParagraphDiff/Makefile
echo x - p5-Text-ParagraphDiff/distinfo
sed 's/^X//' >p5-Text-ParagraphDiff/distinfo << 'END-of-p5-Text-ParagraphDiff/distinfo'
XMD5 (Text-ParagraphDiff-2.41.tar.gz) = df1973148a8bd16d4586c3db24fbcfba
END-of-p5-Text-ParagraphDiff/distinfo
echo x - p5-Text-ParagraphDiff/pkg-descr
sed 's/^X//' >p5-Text-ParagraphDiff/pkg-descr << 'END-of-p5-Text-ParagraphDiff/pkg-descr'
XText::ParagraphDiff - Visual Difference for paragraphed text
X
XWWW:	http://search.cpan.org/~jryan/Text-ParagraphDiff/
X
XAuthor:	Joseph F. Ryan <ryan.311@osu.edu>
END-of-p5-Text-ParagraphDiff/pkg-descr
echo x - p5-Text-ParagraphDiff/pkg-plist
sed 's/^X//' >p5-Text-ParagraphDiff/pkg-plist << 'END-of-p5-Text-ParagraphDiff/pkg-plist'
X%%SITE_PERL%%/Text/ParagraphDiff.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParagraphDiff/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParagraphDiff
X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
END-of-p5-Text-ParagraphDiff/pkg-plist
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Tue Nov 4 08:53:08 PST 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58859 
>Unformatted:
