ports/62673: [NEW PORT] devel/p5-PatchReader: Perl module with utilities to read and manipulate patches and CVS
Toni Viemero
toni.viemero at iki.fi
Wed Feb 11 00:40:17 UTC 2004
>Number: 62673
>Category: ports
>Synopsis: [NEW PORT] devel/p5-PatchReader: Perl module with utilities to read and manipulate patches and CVS
>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 Feb 10 16:40:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Toni Viemero
>Release: FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD fluid.selfdestruct.net 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #0: Tue Feb 10 17:53:32 EET 2004
>Description:
PatchReader is a set of utilities for reading in, transforming, and doing
various other things with a patch. It basically allows you to create a chain of
readers that can read a patch, remove files from a patch, add CVS context, fix
up the patch root according to CVS, and output the patch as raw unified or
through a template processor (used in some places to output a patch as HTML).
Author: John Keiser <john at johnkeiser.com>
WWW: http://search.cpan.org/dist/PatchReader/
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- p5-PatchReader-0.9.2.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-PatchReader
# p5-PatchReader/Makefile
# p5-PatchReader/distinfo
# p5-PatchReader/pkg-descr
# p5-PatchReader/pkg-plist
#
echo c - p5-PatchReader
mkdir -p p5-PatchReader > /dev/null 2>&1
echo x - p5-PatchReader/Makefile
sed 's/^X//' >p5-PatchReader/Makefile << 'END-of-p5-PatchReader/Makefile'
X# New ports collection makefile for: p5-PatchReader
X# Date created: 2004-02-11
X# Whom: Toni Viemerö <toni.viemero at iki.fi>
X#
X# $FreeBSD$
X#
X
XPORTNAME= PatchReader
XPORTVERSION= 0.9.2
XCATEGORIES= devel perl5
XMASTER_SITES=${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= ../by-authors/id/J/JK/JKEISER
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= ports at FreeBSD.org
XCOMMENT= Perl module with utilities to read and manipulate patches and CVS
X
XBUILD_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
XRUN_DEPENDS= ${BUILD_DEPENDS}
X
XPERL_CONFIGURE= yes
X
XMAN3= PatchReader.3
X
X.include <bsd.port.mk>
END-of-p5-PatchReader/Makefile
echo x - p5-PatchReader/distinfo
sed 's/^X//' >p5-PatchReader/distinfo << 'END-of-p5-PatchReader/distinfo'
XMD5 (PatchReader-0.9.2.tar.gz) = c0d48aa7025426ac4da04edcccccd8b0
XSIZE (PatchReader-0.9.2.tar.gz) = 8586
END-of-p5-PatchReader/distinfo
echo x - p5-PatchReader/pkg-descr
sed 's/^X//' >p5-PatchReader/pkg-descr << 'END-of-p5-PatchReader/pkg-descr'
XPatchReader is a set of utilities for reading in, transforming, and doing
Xvarious other things with a patch. It basically allows you to create a chain of
Xreaders that can read a patch, remove files from a patch, add CVS context, fix
Xup the patch root according to CVS, and output the patch as raw unified or
Xthrough a template processor (used in some places to output a patch as HTML).
X
XAuthor: John Keiser <john at johnkeiser.com>
X
XWWW: http://search.cpan.org/dist/PatchReader/
END-of-p5-PatchReader/pkg-descr
echo x - p5-PatchReader/pkg-plist
sed 's/^X//' >p5-PatchReader/pkg-plist << 'END-of-p5-PatchReader/pkg-plist'
X%%SITE_PERL%%/PatchReader.pm
X%%SITE_PERL%%/PatchReader/NarrowPatch.pm
X%%SITE_PERL%%/PatchReader/FilterPatch.pm
X%%SITE_PERL%%/PatchReader/AddCVSContext.pm
X%%SITE_PERL%%/PatchReader/Base.pm
X%%SITE_PERL%%/PatchReader/Raw.pm
X%%SITE_PERL%%/PatchReader/FixPatchRoot.pm
X%%SITE_PERL%%/PatchReader/CVSClient.pm
X%%SITE_PERL%%/PatchReader/PatchInfoGrabber.pm
X%%SITE_PERL%%/PatchReader/DiffPrinter/template.pm
X%%SITE_PERL%%/PatchReader/DiffPrinter/raw.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PatchReader/.packlist
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PatchReader 2>/dev/null || true
X at dirrm %%SITE_PERL%%/PatchReader/DiffPrinter
X at unexec rmdir %D/%%SITE_PERL%%/PatchReader 2>/dev/null || true
END-of-p5-PatchReader/pkg-plist
exit
--- p5-PatchReader-0.9.2.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list