cvs commit: ports/devel Makefile ports/devel/p5-Tie-Watch Makefile distinfo pkg-descr pkg-plist

Andrew Pantyukhin sat at FreeBSD.org
Thu Aug 31 11:11:07 UTC 2006


sat         2006-08-31 11:11:06 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Tie-Watch   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add port devel/p5-Tie-Watch:
  
  This class module binds one or more subroutines of your devising to a Perl
  variable. All variables can have FETCH, STORE and DESTROY callbacks.
  Additionally, arrays can define CLEAR, DELETE, EXISTS, EXTEND, FETCHSIZE,
  POP, PUSH, SHIFT, SPLICE, STORESIZE and UNSHIFT callbacks, and hashes can
  define CLEAR, DELETE, EXISTS, FIRSTKEY and NEXTKEY callbacks.
  
  With Tie::Watch you can:
  * alter a variable's value
  * prevent a variable's value from being changed
  * invoke a Perl/Tk callback when a variable changes
  * trace references to a variable
  
  WWW: http://search.cpan.org/dist/Tie-Watch/
  Author: Steve Lidie <sol0 at Lehigh.EDU>
  
  Justification: x11-toolkits/p5-Tk-JComboBox dep, sysutils/namefix recursive dep
  
  Revision  Changes    Path
  1.2438    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Tie-Watch/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Tie-Watch/distinfo (new)
  1.1       +14 -0     ports/devel/p5-Tie-Watch/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Tie-Watch/pkg-plist (new)


More information about the cvs-ports mailing list