aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-PatchReader
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-1/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allmat2004-08-121-3/+3
| | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme.
* upgrade to 0.9.5ijliao2004-07-262-3/+3
| | | | | PR: 69560 Submitted by: maintainer
* Pass maintainership to submittererwin2004-03-071-1/+1
| | | | | PR: 63850 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* Add p5-PatchReader, a set of utilities for reading in, transforming, and doingpav2004-02-284-0/+55
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@johnkeiser.com> WWW: http://search.cpan.org/dist/PatchReader/ PR: ports/62673 Submitted by: Toni Viemero <toni.viemero@iki.fi>