diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-03 13:57:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-03 13:57:31 +0000 |
commit | 8a2de6bda593d277c059fd2bc9efdb156e02535b (patch) | |
tree | e5c09cf74df427d8b374877e5dff61670d358166 /devel/p5-SVN-Notify/pkg-descr | |
parent | da9172ec2bde10bdd105a74a434f1af30ef8f143 (diff) |
Add p5-SVN-Notify 2.43, subversion activity notification.
PR: ports/78105
Submitted by: dom@happygiraffe.net
Notes
Notes:
svn path=/head/; revision=130271
Diffstat (limited to 'devel/p5-SVN-Notify/pkg-descr')
-rw-r--r-- | devel/p5-SVN-Notify/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-SVN-Notify/pkg-descr b/devel/p5-SVN-Notify/pkg-descr new file mode 100644 index 000000000000..a14d215f553d --- /dev/null +++ b/devel/p5-SVN-Notify/pkg-descr @@ -0,0 +1,9 @@ +This class may be used for sending email messages for Subversion repos- +itory activity. There are a number of different modes supported, and +SVN::Notify is fully subclassable, to easily add new functionality. By +default, a list of all the files affected by the commit will be assem- +bled and listed in a single message. An additional option allows diffs +to be calculated for the changes and either appended to the message or +added as an attachment. + +WWW: http://search.cpan.org/dist/SVN-Notify/ |