- Initial import of p5-SVN-Notify

This class 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.

ok kevlo@
This commit is contained in:
msf 2004-12-22 01:56:27 +00:00
parent 9f6cafc524
commit 9a3c8b5da9
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 01:56:27 msf Exp $
COMMENT= "subversion activity notification"
DISTNAME= SVN-Notify-2.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/subversion,-perl \
::www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS= ::devel/p5-Test-Pod-Coverage
CONFIGURE_STYLE= perl modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (SVN-Notify-2.43.tar.gz) = b4ae61a73ecf1bf1a50f5bc8dc03cf8e
RMD160 (SVN-Notify-2.43.tar.gz) = a53eb79826893654d572976321581b1f30301f07
SHA1 (SVN-Notify-2.43.tar.gz) = 17a78debe5de7054e640cea101cd448a466dbd0d

View File

@ -0,0 +1,7 @@
This class 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.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/22 01:56:27 msf Exp $
bin/svnnotify
${P5SITE}/SVN/
${P5SITE}/SVN/Notify/
${P5SITE}/SVN/Notify.pm
${P5SITE}/SVN/Notify/HTML/
${P5SITE}/SVN/Notify/HTML.pm
${P5SITE}/SVN/Notify/HTML/ColorDiff.pm
@man man/man1/svnnotify.1
@man man/man3p/SVN::Notify.3p
@man man/man3p/SVN::Notify::HTML.3p
@man man/man3p/SVN::Notify::HTML::ColorDiff.3p