SVN::Access includes both an object oriented interface for manipulating

SVN access files (AuthzSVNAccessFile files), as well as a command
line interface to that object oriented programming interface
(svnaclmgr.pl) which is in the examples/ directory.

WWW:    http://search.cpan.org/dist/SVN-Access/

PR:		ports/120555
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
This commit is contained in:
Martin Wilke 2008-02-16 23:08:12 +00:00
parent 2a873403de
commit 066ea086ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207417
5 changed files with 56 additions and 0 deletions

View File

@ -1517,6 +1517,7 @@
SUBDIR += p5-SPOPS
SUBDIR += p5-SSN-Validate
SUBDIR += p5-SVN-ACL
SUBDIR += p5-SVN-Access
SUBDIR += p5-SVN-Agent
SUBDIR += p5-SVN-Dump
SUBDIR += p5-SVN-Hook

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: p5-SVN-Access
# Date created: 2008-02-11
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= SVN-Access
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SVN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Perl extension to manipulate SVN Access files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/subversion-perl \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/subversion-perl \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
PERL_CONFIGURE= yes
MAN3= SVN::Access.3 \
SVN::Access::Group.3 \
SVN::Access::Resource.3
post-install:
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
@${FIND} ${EXAMPLESDIR} -name \*.pl -type f -print0 | \
${XARGS} -0 ${CHMOD} 755
@${ECHO_CMD} '@exec ${FIND} ${EXAMPLESDIR} -name \*.pl -type f -print0 | \
${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (SVN-Access-0.03.tar.gz) = 79fa39ea6792b4f246e38d5f3024ee69
SHA256 (SVN-Access-0.03.tar.gz) = 7119364e9dc9b2319faf62781ba5e7293a232daae405ef30b7f3aaa2e9867105
SIZE (SVN-Access-0.03.tar.gz) = 7247

View File

@ -0,0 +1,6 @@
SVN::Access includes both an object oriented interface for manipulating
SVN access files (AuthzSVNAccessFile files), as well as a command
line interface to that object oriented programming interface
(svnaclmgr.pl) which is in the examples/ directory.
WWW: http://search.cpan.org/dist/SVN-Access/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/SVN/Access.pm
%%SITE_PERL%%/SVN/Access/Group.pm
%%SITE_PERL%%/SVN/Access/Resource.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Access/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Access
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
@dirrm %%SITE_PERL%%/SVN/Access
@dirrmtry %%SITE_PERL%%/SVN
%%EXAMPLESDIR%%/svnaclmgr.pl
@dirrm %%EXAMPLESDIR%%