From owner-cvs-all@FreeBSD.ORG Tue Apr 21 17:51:14 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A321E106566C; Tue, 21 Apr 2009 17:51:14 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91F938FC22; Tue, 21 Apr 2009 17:51:14 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3LHpE6K053932; Tue, 21 Apr 2009 17:51:14 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3LHpE1m053931; Tue, 21 Apr 2009 17:51:14 GMT (envelope-from glarkin) Message-Id: <200904211751.n3LHpE1m053931@repoman.freebsd.org> From: Greg Larkin Date: Tue, 21 Apr 2009 17:51:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-SVN-Dumpfile Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 17:51:15 -0000 glarkin 2009-04-21 17:51:14 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-SVN-Dumpfile Makefile distinfo pkg-descr pkg-plist Log: SVN::Dumpfile represents a Subversion dumpfile. It provides methods to read existing and write modified or new dumpfiles. It supports dumpfiles with the version number 1 - 3 but was written in a tolerant way to also support newer versions as long no major changes are made. This module is a OO redesign and generalisation of SVN::Dumpfilter v0.21. Newer versions of SVN::Dumpfilter are using it to access the input and output dumpfiles. The ability to create new dumpfiles sets it apart from the similar module SVN::Dump. The submodule SVN::Dumpfile::Node::Properties also allows the processing of Subversion revision property files (i.e. the files lying in the $REPOSITORY/db/revprops/ directory holding the author, date and log entry of every revision). WWW: http://search.cpan.org/dist/SVN-Dumpfile/ Revision Changes Path 1.3466 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/p5-SVN-Dumpfile/Makefile (new) 1.1 +3 -0 ports/devel/p5-SVN-Dumpfile/distinfo (new) 1.1 +17 -0 ports/devel/p5-SVN-Dumpfile/pkg-descr (new) 1.1 +12 -0 ports/devel/p5-SVN-Dumpfile/pkg-plist (new)