cvs commit: ports/devel Makefile ports/devel/p5-MooseX-SetOnce Makefile distinfo pkg-descr pkg-plist

Frederic Culot culot at FreeBSD.org
Sun Apr 3 12:04:17 UTC 2011


culot       2011-04-03 12:04:17 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-SetOnce Makefile distinfo pkg-descr pkg-plist 
  Log:
  The 'SetOnce' attribute lets your class have attributes that are not lazy and
  not set, but that cannot be altered once set. If you try to alter the value
  of an attribute with the SetOnce trait, either by accessor or writer, and the
  attribute has a value, it will throw an exception.
  
  WWW: http://search.cpan.org/dist/MooseX-SetOnce/
  
  This new port is needed to update www/p5-HTML-FormFu.
  
  Revision  Changes    Path
  1.4289    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/p5-MooseX-SetOnce/Makefile (new)
  1.1       +2 -0      ports/devel/p5-MooseX-SetOnce/distinfo (new)
  1.1       +6 -0      ports/devel/p5-MooseX-SetOnce/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-MooseX-SetOnce/pkg-plist (new)


More information about the cvs-ports mailing list