cvs commit: ports/www Makefile ports/www/p5-CatalystX-InjectComponent Makefile distinfo pkg-descr pkg-plist

Steve Wills swills at FreeBSD.org
Sun May 8 23:08:39 UTC 2011


swills      2011-05-08 23:08:38 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-CatalystX-InjectComponent Makefile distinfo pkg-descr 
                                     pkg-plist 
  Log:
  CatalystX::InjectComponent will inject Controller, Model, and View components
  into your Catalyst application at setup (run)time. It does this by creating a
  new package on-the-fly, having that package extend the given component, and
  then having Catalyst setup the new component (via ->setup_component)
  
  WWW:    http://search.cpan.org/dist/CatalystX-InjectComponent/
  
  Revision  Changes    Path
  1.2879    +1 -0      ports/www/Makefile
  1.1       +32 -0     ports/www/p5-CatalystX-InjectComponent/Makefile (new)
  1.1       +2 -0      ports/www/p5-CatalystX-InjectComponent/distinfo (new)
  1.1       +6 -0      ports/www/p5-CatalystX-InjectComponent/pkg-descr (new)
  1.1       +5 -0      ports/www/p5-CatalystX-InjectComponent/pkg-plist (new)


More information about the cvs-all mailing list