Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 11:11:06 +0000 (UTC)
From:      Andrew Pantyukhin <sat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Tie-Watch Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200608311111.k7VBB6Nx024774@repoman.freebsd.org>

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



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