From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 2 23:50:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3E616A4D0 for ; Sun, 2 Nov 2003 23:50:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F3B543FA3 for ; Sun, 2 Nov 2003 23:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hA37oCFY061347 for ; Sun, 2 Nov 2003 23:50:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hA37oCME061345; Sun, 2 Nov 2003 23:50:12 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 2 Nov 2003 23:50:12 -0800 (PST) Resent-Message-Id: <200311030750.hA37oCME061345@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213B416A4CE for ; 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 ; 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])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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: clsung@tiger2.net Subject: ports/58859: New port: textproc/p5-Text-ParagraphDiff X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cheng-Lung Sung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 07:50:29 -0000 >Number: 58859 >Category: ports >Synopsis: New port: textproc/p5-Text-ParagraphDiff >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: Sun Nov 02 23:50:11 PST 2003 >Closed-Date: >Last-Modified: >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 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 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 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 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: >Unformatted: