aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Hooks
Commit message (Collapse)AuthorAgeFilesLines
* - Updated to 0.25Greg Larkin2010-01-202-4/+4
| | | | Notes: svn path=/head/; revision=248216
* - Updated to 0.24Greg Larkin2010-01-072-4/+4
| | | | Notes: svn path=/head/; revision=247352
* - Updated to 0.23Greg Larkin2009-12-152-5/+4
| | | | | | | | PR: ports/141542 Submitted by: pgollucci Notes: svn path=/head/; revision=245886
* - Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIMEPav Lucistnik2009-11-241-1/+1
| | | | | | | | | | | | - Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME - Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple - Adjust dependencies Reported by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=244732
* - Updated to 0.22Greg Larkin2009-09-243-4/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242026
* - Updated to 0.20Greg Larkin2009-08-052-4/+4
| | | | Notes: svn path=/head/; revision=238933
* - Update to 0.17.54Greg Larkin2009-04-293-4/+7
| | | | Notes: svn path=/head/; revision=232959
* - Update to 0.16.52Greg Larkin2009-04-213-4/+6
| | | | Notes: svn path=/head/; revision=232449
* - Updated to 0.15.41Greg Larkin2009-04-122-4/+4
| | | | | | | | PR: ports/133189 Submitted by: olli hauer <ohauer at gmx dot de> Notes: svn path=/head/; revision=232160
* - Update to 0.14.21Greg Larkin2009-02-172-4/+4
| | | | Notes: svn path=/head/; revision=228549
* - Update to 0.14.19Greg Larkin2009-02-092-4/+4
| | | | Notes: svn path=/head/; revision=227934
* SVN-Hooks is a Perl framework for creating Subversion hooks.Greg Larkin2009-01-274-0/+83
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/ Notes: svn path=/head/; revision=226974