Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2005 12:40:51 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Data-Swap Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512111240.jBBCepGB005177@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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