pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-SVN-Notify Initial addition of p5-SVN-Notify ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88694bb8e8c7
branches:  trunk
changeset: 511720:88694bb8e8c7
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Apr 20 10:18:24 2006 +0000

description:
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:

 devel/p5-SVN-Notify/DESCR    |  10 ++++++++++
 devel/p5-SVN-Notify/Makefile |  20 ++++++++++++++++++++
 devel/p5-SVN-Notify/PLIST    |   1 +
 devel/p5-SVN-Notify/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 09f7372a2fd0 -r 88694bb8e8c7 devel/p5-SVN-Notify/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SVN-Notify/DESCR Thu Apr 20 10:18:24 2006 +0000
@@ -0,0 +1,10 @@
+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.
diff -r 09f7372a2fd0 -r 88694bb8e8c7 devel/p5-SVN-Notify/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SVN-Notify/Makefile      Thu Apr 20 10:18:24 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/20 10:18:24 seb Exp $
+
+DISTNAME=      SVN-Notify-2.57
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SVN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/SVN-Notify/
+COMMENT=       Perl module for mailing messages for Subversion repository activity
+
+PERL5_PACKLIST=                auto/SVN/Notify/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=      p5-Test-Pod-Coverage>=1.06:../../devel/p5-Test-Pod-Coverage
+DEPENDS+=      p5-Test-Pod>=1.20:../../devel/p5-Test-Pod
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 09f7372a2fd0 -r 88694bb8e8c7 devel/p5-SVN-Notify/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SVN-Notify/PLIST Thu Apr 20 10:18:24 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/20 10:18:24 seb Exp $
diff -r 09f7372a2fd0 -r 88694bb8e8c7 devel/p5-SVN-Notify/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SVN-Notify/distinfo      Thu Apr 20 10:18:24 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/20 10:18:24 seb Exp $
+
+SHA1 (SVN-Notify-2.57.tar.gz) = c16e8f686eea5f78d44933eb2ce573b3111250ae
+RMD160 (SVN-Notify-2.57.tar.gz) = 8e54f34d16ee364fcbea203f0d8fcd55cc98a134
+Size (SVN-Notify-2.57.tar.gz) = 47512 bytes



Home | Main Index | Thread Index | Old Index