Merge from vendor branch KIENTZLE:
[pkgsrcv2.git] / devel / p5-SVN-Notify / DESCR
1 The Perl5 module SVN::Notify provide a class that may be used for
2 sending email messages for Subversion repository activity. There
3 are a number of different modes supported, and SVN::Notify is fully
4 subclassable, to easily add new functionality. By default, A list
5 of all the files affected by the commit will be assembled and listed
6 in a single message. An additional option allows diffs to be
7 calculated for the changes and either appended to the message or
8 added as an attachment. The included subclass, SVN::Notify::HTML,
9 allows the messages to be sent in HTML format. A svnnotify script
10 is also provided.