From 066ea086ac302801c0c81944e3d02efd39d5adae Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 16 Feb 2008 23:08:12 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/p5-SVN-Access/Makefile | 36 +++++++++++++++++++++++++++++++++++ devel/p5-SVN-Access/distinfo | 3 +++ devel/p5-SVN-Access/pkg-descr | 6 ++++++ devel/p5-SVN-Access/pkg-plist | 10 ++++++++++ 5 files changed, 56 insertions(+) create mode 100644 devel/p5-SVN-Access/Makefile create mode 100644 devel/p5-SVN-Access/distinfo create mode 100644 devel/p5-SVN-Access/pkg-descr create mode 100644 devel/p5-SVN-Access/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index ace84d3c4e5a..17108c5f068a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-SVN-Access/Makefile b/devel/p5-SVN-Access/Makefile new file mode 100644 index 000000000000..bca5d0184182 --- /dev/null +++ b/devel/p5-SVN-Access/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-SVN-Access +# Date created: 2008-02-11 +# Whom: Greg Larkin +# +# $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 diff --git a/devel/p5-SVN-Access/distinfo b/devel/p5-SVN-Access/distinfo new file mode 100644 index 000000000000..0012380b8755 --- /dev/null +++ b/devel/p5-SVN-Access/distinfo @@ -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 diff --git a/devel/p5-SVN-Access/pkg-descr b/devel/p5-SVN-Access/pkg-descr new file mode 100644 index 000000000000..e114b1f1d561 --- /dev/null +++ b/devel/p5-SVN-Access/pkg-descr @@ -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/ diff --git a/devel/p5-SVN-Access/pkg-plist b/devel/p5-SVN-Access/pkg-plist new file mode 100644 index 000000000000..d6387e362719 --- /dev/null +++ b/devel/p5-SVN-Access/pkg-plist @@ -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%%