cvs commit: ports/devel Makefile ports/devel/p5-SVN-Hooks Makefile distinfo pkg-descr pkg-plist

Greg Larkin glarkin at FreeBSD.org
Tue Jan 27 08:26:18 PST 2009


glarkin     2009-01-27 16:26:17 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-SVN-Hooks   Makefile distinfo pkg-descr pkg-plist 
  Log:
  SVN-Hooks is a Perl framework for creating Subversion hooks.
  
  It comes with a bunch of plugins (actually, sub-modules of SVN::Hooks)
  that implement some of the most used standalone Subversion hooks
  available, such as pre-commit hooks for enforcing:
  
  - the log message format
  - property settings
  - the repository structure
  - restrictions on the modification of repository areas (e.g., /tags)
  - restrictions on filenames
  - the integration with ticketing systems
  
  It also comes with post-commit hooks for:
  
  - sending commit emails
  - updating configuration files in the server from changes made in
    the repository
  
  But as a framework, it can be extended to implement all types of
  hooks.
  
  WWW:    http://search.cpan.org/dist/SVN-Hooks/
  
  Revision  Changes    Path
  1.3346    +1 -0      ports/devel/Makefile
  1.1       +40 -0     ports/devel/p5-SVN-Hooks/Makefile (new)
  1.1       +3 -0      ports/devel/p5-SVN-Hooks/distinfo (new)
  1.1       +23 -0     ports/devel/p5-SVN-Hooks/pkg-descr (new)
  1.1       +17 -0     ports/devel/p5-SVN-Hooks/pkg-plist (new)


More information about the cvs-all mailing list