parent
b9d80214a0
commit
8baf3e127b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153768
5 changed files with 46 additions and 0 deletions
|
@ -1115,6 +1115,7 @@
|
||||||
SUBDIR += p5-Return-Value
|
SUBDIR += p5-Return-Value
|
||||||
SUBDIR += p5-SDL
|
SUBDIR += p5-SDL
|
||||||
SUBDIR += p5-SPOPS
|
SUBDIR += p5-SPOPS
|
||||||
|
SUBDIR += p5-SVN-ACL
|
||||||
SUBDIR += p5-SVN-Mirror
|
SUBDIR += p5-SVN-Mirror
|
||||||
SUBDIR += p5-SVN-Notify
|
SUBDIR += p5-SVN-Notify
|
||||||
SUBDIR += p5-SVN-Simple
|
SUBDIR += p5-SVN-Simple
|
||||||
|
|
28
devel/p5-SVN-ACL/Makefile
Normal file
28
devel/p5-SVN-ACL/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# New ports collection makefile for: devel/p5-SVN-ACL
|
||||||
|
# Date created: Jan 2006
|
||||||
|
# Whom: clsung
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= SVN-ACL
|
||||||
|
PORTVERSION= 0.02
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= SVN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
|
MAINTAINER= clsung@FreeBSD.org
|
||||||
|
COMMENT= A simple ACL frontend for subversion
|
||||||
|
|
||||||
|
BUILD_DEPENDS= \
|
||||||
|
subversion-perl>=1.3.0:${PORTSDIR}/devel/subversion-perl \
|
||||||
|
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= SVN::ACL.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-SVN-ACL/distinfo
Normal file
3
devel/p5-SVN-ACL/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (SVN-ACL-0.02.tgz) = bcc74185dc21b6db39518cfd94b67849
|
||||||
|
SHA256 (SVN-ACL-0.02.tgz) = 410e2ff78376419e78ddc5099540bf99311250c9828b8b189ea59d47baf96461
|
||||||
|
SIZE (SVN-ACL-0.02.tgz) = 10311
|
9
devel/p5-SVN-ACL/pkg-descr
Normal file
9
devel/p5-SVN-ACL/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
SVN::ACL is a simple fronend to make the svnserve.conf, passwd,
|
||||||
|
authz for Subversion.
|
||||||
|
|
||||||
|
After subversion 1.3.0, it offers the new access control for
|
||||||
|
using the svnserve. When you use svnadmin to create a new
|
||||||
|
subversion repository. The svnserve.conf, passwd and authz will
|
||||||
|
be generated by subversion automatically.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/SVN-ACL/
|
5
devel/p5-SVN-ACL/pkg-plist
Normal file
5
devel/p5-SVN-ACL/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%%SITE_PERL%%/SVN/ACL.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/ACL/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/ACL
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/SVN 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN 2>/dev/null || true
|
Loading…
Reference in a new issue