aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Hooks
Commit message (Collapse)AuthorAgeFilesLines
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326857
* - Updated to 1.21Greg Larkin2013-07-292-8/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.21/Changes Notes: svn path=/head/; revision=323908
* - Updated to 1.19Greg Larkin2012-10-042-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.19/Changes Notes: svn path=/head/; revision=305285
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300220
* - Updated to 1.17Greg Larkin2012-05-032-5/+6
| | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.17/Changes Reported by: portscout Notes: svn path=/head/; revision=295929
* - Updated to 1.11Greg Larkin2012-01-172-4/+4
| | | | | | | | ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.11/Changes - Added explicit dependency on subversion 1.4.0 to follow upstream requirement Notes: svn path=/head/; revision=289387
* - Updated to 1.06Greg Larkin2011-08-262-4/+5
| | | | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.06/Changes - Added a dependency check for the svnlook executable, since Makefile.PL does now Reported by: http://portscout.cc/glarkin@freebsd.org.html Notes: svn path=/head/; revision=280538
* - Updated to 0.33Greg Larkin2011-04-222-3/+3
| | | | | | | | | Changes: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-0.33/Changes Reported by: portscout (via miwi) Notes: svn path=/head/; revision=273076
* - Updated to 0.32Greg Larkin2010-12-173-4/+5
| | | | | | | http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-0.32/Changes Notes: svn path=/head/; revision=266506
* - Updated to 0.30Greg Larkin2010-10-132-6/+5
| | | | | | | | | | | | | | | | | - Require specific version of p5-Email-Simple in order to incorporate p5-Email-Simple-Creator as well Changes: 0.30 2010-10-07 Small adjustment in some test cases to accomodate changes in Perl 5.13.5. 0.29 2010-10-06 Extends the syntax of DENY_FILENAME directive to allow customized error messages. Notes: svn path=/head/; revision=262936
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Update to 0.28Greg Larkin2010-04-292-4/+4
| | | | Notes: svn path=/head/; revision=253441
* - Updated to 0.27Greg Larkin2010-03-122-4/+4
| | | | Notes: svn path=/head/; revision=250964
* - 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