1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add p5-SVN-Agent 0.02, simple svn manipulation.

PR:		ports/100136
Submitted by:	Yuan-Chung Hsiao <ychsiao at ychsiao.org>
This commit is contained in:
Cheng-Lung Sung 2006-08-03 06:16:03 +00:00
parent db1ed1471b
commit 209358574e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169531
5 changed files with 49 additions and 0 deletions

View File

@ -1278,6 +1278,7 @@
SUBDIR += p5-SPOPS
SUBDIR += p5-SSN-Validate
SUBDIR += p5-SVN-ACL
SUBDIR += p5-SVN-Agent
SUBDIR += p5-SVN-Log
SUBDIR += p5-SVN-Mirror
SUBDIR += p5-SVN-Notify

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-SVN-Agent
# Date created: 2006-07-12
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
#
# $FreeBSD$
#
PORTNAME= SVN-Agent
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SVN
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Simple svn manipulation
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SVN::Agent.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (SVN-Agent-0.02.tar.gz) = 1abdb0277b64554a1255d748bad55aaa
SHA256 (SVN-Agent-0.02.tar.gz) = 400e49540d173055d86cddbaa61671d18c8196d53359ac2a531494fe893c83e6
SIZE (SVN-Agent-0.02.tar.gz) = 10900

View File

@ -0,0 +1,7 @@
This module provides regular svn operations on check out directory.
It tries to do this in a simplest form possible. All operations are
currently performed by running svn binary directly. Thus it is
probably unportable. For a much more powerful way of working with
svn repository see SVN::Client.
WWW: http://search.cpan.org/dist/SVN-Agent/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/SVN/Agent.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Agent/.packlist
@dirrmtry %%SITE_PERL%%/SVN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Agent
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN