Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 06:36:53 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-SVN-Dump Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200708080636.l786asJf001395@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clsung      2007-08-08 06:36:53 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-SVN-Dump    Makefile distinfo pkg-descr pkg-plist 
  Log:
  An SVN::Dump object represents a Subversion dump.
  
  This module follow the semantics used in the reference
  document:
  
  * A dump is a collection of records (SVN::Dump::Record objects).
  * A record is composed of a set of headers (a SVN::Dump::Headers
    object), a set of properties (a SVN::Dump::Property object) and
    an optional bloc of text (a SVN::Dump::Text object).
  * Some special records (delete records with a Node-kind header)
    recursively contain included records.
  
  WWW: http://search.cpan.org/dist/SVN-Dump/
  
  Revision  Changes    Path
  1.2838    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/p5-SVN-Dump/Makefile (new)
  1.1       +3 -0      ports/devel/p5-SVN-Dump/distinfo (new)
  1.1       +13 -0     ports/devel/p5-SVN-Dump/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-SVN-Dump/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708080636.l786asJf001395>