cvs commit: ports/devel Makefile ports/devel/p5-Const-Fast Makefile distinfo pkg-descr pkg-plist

Philip M. Gollucci pgollucci at FreeBSD.org
Sun Dec 12 21:38:34 UTC 2010


pgollucci    2010-12-12 21:38:33 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Const-Fast  Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module was written because I stumbled on some serious issues of Readonly
  that aren't easily fixable without breaking backwards compatibility in subtle
  ways. In particular Readonly's use of ties is a source of subtle bugs and bad
  performance. Instead, this module uses the builtin readonly feature of perl,
  making access to the variables just as fast as any normal variable without
  the weird side-effects of ties. Readonly can do the same for scalars when
  Readonly::XS is installed, but chooses not to do so in the most common case.
  
  WWW: http://search.cpan.org/dist/Const-Fast/
  
  Revision  Changes    Path
  1.4169    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-Const-Fast/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Const-Fast/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Const-Fast/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Const-Fast/pkg-plist (new)


More information about the cvs-ports mailing list