Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2011 03:27:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tk-Role-Dialog Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201110100327.p9A3RbXA097512@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2011-10-10 03:27:37 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits         Makefile 
  Added files:
    x11-toolkits/p5-Tk-Role-Dialog Makefile distinfo pkg-descr 
                                   pkg-plist 
  Log:
  - Add p5-Tk-Role-Dialog 1.112380
  
  Tk::Role::Dialog is meant to be used as a Moose role to be composed for easy Tk
  dialogs creation.
  
  It will create a new toplevel with a title, and possibly a header as well as
  some buttons.
  
  One can create the middle part of the dialog by providing a _build_gui() method,
  that will receive a Tk::Frame where widgets are supposed to be placed.
  
  The attributes (see below) can be either defined as defaults using the
  _build_attr() methods, or passed arguments to the constructor call. The only
  mandatory attribute is parent, but you'd better provide some other attributes if
  you want your dialog to be somehow usable! :-)
  
  WWW: http://search.cpan.org/dist/Tk-Role-Dialog/
  
  Revision  Changes    Path
  1.578     +1 -0      ports/x11-toolkits/Makefile
  1.1       +41 -0     ports/x11-toolkits/p5-Tk-Role-Dialog/Makefile (new)
  1.1       +2 -0      ports/x11-toolkits/p5-Tk-Role-Dialog/distinfo (new)
  1.1       +15 -0     ports/x11-toolkits/p5-Tk-Role-Dialog/pkg-descr (new)
  1.1       +3 -0      ports/x11-toolkits/p5-Tk-Role-Dialog/pkg-plist (new)



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