From owner-cvs-all@FreeBSD.ORG Sat Feb 28 06:52:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD72116A4CE; Sat, 28 Feb 2004 06:52:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C5943D2F; Sat, 28 Feb 2004 06:52:57 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1SEqvGe037163; Sat, 28 Feb 2004 06:52:57 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1SEqvXk037162; Sat, 28 Feb 2004 06:52:57 -0800 (PST) (envelope-from pav) Message-Id: <200402281452.i1SEqvXk037162@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 28 Feb 2004 06:52:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-PatchReader Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 14:52:57 -0000 pav 2004/02/28 06:52:57 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-PatchReader Makefile distinfo pkg-descr pkg-plist Log: Add p5-PatchReader, 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 WWW: http://search.cpan.org/dist/PatchReader/ PR: ports/62673 Submitted by: Toni Viemero Revision Changes Path 1.1458 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-PatchReader/Makefile (new) 1.1 +2 -0 ports/devel/p5-PatchReader/distinfo (new) 1.1 +9 -0 ports/devel/p5-PatchReader/pkg-descr (new) 1.1 +15 -0 ports/devel/p5-PatchReader/pkg-plist (new)