diff options
author | seb <seb> | 2006-04-20 10:20:56 +0000 |
---|---|---|
committer | seb <seb> | 2006-04-20 10:20:56 +0000 |
commit | 12ac6144417ccc6c73adc148def3620390684555 (patch) | |
tree | 22c3e0cbee1b6616ded5f8ecbf6809c71c941150 /doc/CHANGES-2006 | |
parent | 2fd86448c6bb54ec6877b245d3c49e5fd60275b8 (diff) | |
download | pkgsrc-12ac6144417ccc6c73adc148def3620390684555.tar.gz |
Note initial addition of p5-SVN-Notify version 2.57 as devel/p5-SVN-Notify in
the NetBSD Packages Collection.
The Perl5 module SVN::Notify provide a class that may be used for
sending email messages for Subversion repository 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 assembled 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. The included subclass, SVN::Notify::HTML,
allows the messages to be sent in HTML format. A svnnotify script
is also provided.
Diffstat (limited to 'doc/CHANGES-2006')
-rw-r--r-- | doc/CHANGES-2006 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index e1438de5c34..1af939639f5 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.23 2006/04/20 08:08:44 hiramatsu Exp $ +$NetBSD: CHANGES-2006,v 1.24 2006/04/20 10:20:56 seb Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2208,3 +2208,4 @@ Changes to the packages collection and infrastructure in 2006: Updated graphics/netpbm to 10.33nb2 [wiz 2006-04-19] Updated databases/p5-DBD-SQLite to 1.12 [hiramatsu 2006-04-20] Updated devel/p5-Class-Accessor to 0.25 [hiramatsu 2006-04-20] + Added devel/p5-SVN-Notify version 2.57 [seb 2006-04-20] |