cvs commit: ports/devel Makefile ports/devel/p5-Data-Swap Makefile distinfo pkg-descr pkg-plist

Erwin Lansing erwin at FreeBSD.org
Sun Dec 11 04:40:52 PST 2005


erwin       2005-12-11 12:40:51 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-Swap   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Paraphrased from the Data:Swap's documentation  ...
  
  Data::Swap (XS) module allows to swap the contents of two referenced
  variables, even if they have different types.  The main application is
  to change the base type of an object after it has been created, for
  example for dynamic loading of data structures:
  
        swap $self, bless $replacement, $newclass;
  
  WWW: http://search.cpan.org/dist/Data-Swap/
  
  PR:             ports/90229
  Submitted by:   Parv <parv at pair.org>
  
  Revision  Changes    Path
  1.2064    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/p5-Data-Swap/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Data-Swap/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Data-Swap/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-Data-Swap/pkg-plist (new)


More information about the cvs-ports mailing list