cvs commit: ports/devel Makefile ports/devel/p5-Variable-Magic Makefile distinfo pkg-descr pkg-plist

Chin-San Huang chinsan at FreeBSD.org
Sat Aug 30 14:08:12 UTC 2008


chinsan     2008-08-30 14:08:12 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Variable-Magic Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Variable-Magic, associate user-defined magic to variables from Perl.
  
  Magic is Perl way of enhancing objects. This mechanism let the user add
  extra data to any variable and overload syntaxical operations (such as
  access, assignation or destruction) that can be applied to it. With this
  module, you can add your own magic to any variable without the pain of the C
  API.
  
  WWW: http://search.cpan.org/dist/Variable-Magic/
  
  Revision  Changes    Path
  1.3177    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Variable-Magic/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Variable-Magic/distinfo (new)
  1.1       +7 -0      ports/devel/p5-Variable-Magic/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-Variable-Magic/pkg-plist (new)


More information about the cvs-ports mailing list