cvs commit: ports/devel Makefile ports/devel/p5-SVN-Dump Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Tue Aug 7 23:36:54 PDT 2007


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)


More information about the cvs-all mailing list