This module is a filter for SVN::Notify, intended to assist with
the maintenance of access control lists with Subversion repositories. This module removes the need to maintain a separate list of people to send email notification messages to (via svnnotify --to arguments), from the AuthZSVNAccessFile. WWW: http://search.cpan.org/dist/SVN-Notify-Filter-AuthZMail/ Submitted by: glarkin@ Approved by: beech@ (mentor)
This commit is contained in:
parent
c0098b5427
commit
2fe83aa32c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217505
@ -1595,6 +1595,7 @@
|
||||
SUBDIR += p5-SVN-Mirror
|
||||
SUBDIR += p5-SVN-Notify
|
||||
SUBDIR += p5-SVN-Notify-Config
|
||||
SUBDIR += p5-SVN-Notify-Filter-AuthZMail
|
||||
SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB
|
||||
SUBDIR += p5-SVN-Notify-Filter-Markdown
|
||||
SUBDIR += p5-SVN-Notify-Filter-Watchers
|
||||
|
26
devel/p5-SVN-Notify-Filter-AuthZMail/Makefile
Normal file
26
devel/p5-SVN-Notify-Filter-AuthZMail/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: SVN-Notify-Filter-AuthZMail
|
||||
# Date created: 2008-07-21
|
||||
# Whom: glarkin@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SVN-Notify-Filter-AuthZMail
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= Determines Subversion accounts to receive email via the authz file
|
||||
|
||||
RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify \
|
||||
p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access
|
||||
BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify \
|
||||
p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SVN::Notify::Filter::AuthZMail.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-SVN-Notify-Filter-AuthZMail/distinfo
Normal file
3
devel/p5-SVN-Notify-Filter-AuthZMail/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (SVN-Notify-Filter-AuthZMail-1.01.tar.gz) = fcac1a04de6e8af789a86de9b14872eb
|
||||
SHA256 (SVN-Notify-Filter-AuthZMail-1.01.tar.gz) = bbc13575d497dcb867ee9ebe0c1d24d271317a900afe82f75465e883ecfbbe0b
|
||||
SIZE (SVN-Notify-Filter-AuthZMail-1.01.tar.gz) = 5602
|
7
devel/p5-SVN-Notify-Filter-AuthZMail/pkg-descr
Normal file
7
devel/p5-SVN-Notify-Filter-AuthZMail/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module is a filter for SVN::Notify, intended to assist with
|
||||
the maintenance of access control lists with Subversion repositories.
|
||||
This module removes the need to maintain a separate list of people
|
||||
to send email notification messages to (via svnnotify --to arguments),
|
||||
from the AuthZSVNAccessFile.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SVN-Notify-Filter-AuthZMail/
|
9
devel/p5-SVN-Notify-Filter-AuthZMail/pkg-plist
Normal file
9
devel/p5-SVN-Notify-Filter-AuthZMail/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/SVN/Notify/Filter/AuthZMail.pm
|
||||
@dirrmtry %%SITE_PERL%%/SVN/Notify/Filter
|
||||
@dirrmtry %%SITE_PERL%%/SVN/Notify
|
||||
@dirrmtry %%SITE_PERL%%/SVN
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter/AuthZMail/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter/AuthZMail
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
|
Loading…
Reference in New Issue
Block a user