1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add p5-SVN-Notify 2.43, subversion activity notification.

PR:		ports/78105
Submitted by:	dom@happygiraffe.net
This commit is contained in:
Michael Johnson 2005-03-03 13:57:31 +00:00
parent da9172ec2b
commit 8a2de6bda5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130271
5 changed files with 46 additions and 0 deletions

View File

@ -1009,6 +1009,7 @@
SUBDIR += p5-SDL
SUBDIR += p5-SPOPS
SUBDIR += p5-SVN-Mirror
SUBDIR += p5-SVN-Notify
SUBDIR += p5-SVN-Simple
SUBDIR += p5-SVN-Web
SUBDIR += p5-Search-Binary

View File

@ -0,0 +1,27 @@
# Ports collection Makefile for: SVN::Notify
# Date created: 22 Feb 2005
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= SVN-Notify
PORTVERSION= 2.43
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/D/DW/DWHEELER/
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= Subversion activity notification
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN1= svnnotify.1
MAN3= SVN::Notify.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (SVN-Notify-2.43.tar.gz) = b4ae61a73ecf1bf1a50f5bc8dc03cf8e
SIZE (SVN-Notify-2.43.tar.gz) = 35852

View File

@ -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/

View File

@ -0,0 +1,7 @@
bin/svnnotify
%%SITE_PERL%%/SVN/Notify.pm
%%SITE_PERL%%/SVN/Notify/HTML.pm
%%SITE_PERL%%/SVN/Notify/HTML/ColorDiff.pm
@unexec rmdir %D/%%SITE_PERL%%/SVN/Notify/HTML 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/SVN/Notify 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/SVN 2>/dev/null || true