Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 14:08:12 +0000 (UTC)
From:      Chin-San Huang <chinsan@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Variable-Magic Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200808301408.m7UE8CqO044125@repoman.freebsd.org>

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



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