summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2006-04-20 10:18:24 +0000
committerseb <seb@pkgsrc.org>2006-04-20 10:18:24 +0000
commit1dda0c9dc90fa601b470d37f05f5625eea41532f (patch)
tree9bb180fc761f3722e4fbd9e380cb8d957d755ce6 /devel
parente71a1ca5bd3134d4ca252ed0da6f96f2cfdd87f6 (diff)
downloadpkgsrc-1dda0c9dc90fa601b470d37f05f5625eea41532f.tar.gz
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 'devel')
-rw-r--r--devel/p5-SVN-Notify/DESCR10
-rw-r--r--devel/p5-SVN-Notify/Makefile20
-rw-r--r--devel/p5-SVN-Notify/PLIST1
-rw-r--r--devel/p5-SVN-Notify/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-SVN-Notify/DESCR b/devel/p5-SVN-Notify/DESCR
new file mode 100644
index 00000000000..4dc1af1f74f
--- /dev/null
+++ b/devel/p5-SVN-Notify/DESCR
@@ -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 --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile
new file mode 100644
index 00000000000..f88099f4cc5
--- /dev/null
+++ b/devel/p5-SVN-Notify/Makefile
@@ -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
+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 --git a/devel/p5-SVN-Notify/PLIST b/devel/p5-SVN-Notify/PLIST
new file mode 100644
index 00000000000..f3684fbb05a
--- /dev/null
+++ b/devel/p5-SVN-Notify/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/20 10:18:24 seb Exp $
diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo
new file mode 100644
index 00000000000..d832e794b61
--- /dev/null
+++ b/devel/p5-SVN-Notify/distinfo
@@ -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