Date: Wed, 12 Jul 2006 10:20:07 +0800 (CST) From: Yuan-Chung Hsiao <ychsiao@ychsiao.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100136: [NEW PORT] devel/p5-SVN-Agent: Simple svn manipulation Message-ID: <20060712022007.E4E6E6785D@FreeBSD.stu.edu.tw> Resent-Message-ID: <200607120220.k6C2KHbl027266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100136 >Category: ports >Synopsis: [NEW PORT] devel/p5-SVN-Agent: Simple svn manipulation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 02:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yuan-Chung Hsiao >Release: FreeBSD 6.1-STABLE i386 >Organization: Computer Center, Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 20 12:06:28 CST 2006 >Description: 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 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SVN-Agent-0.02.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-SVN-Agent # p5-SVN-Agent/Makefile # p5-SVN-Agent/distinfo # p5-SVN-Agent/pkg-descr # p5-SVN-Agent/pkg-plist # echo c - p5-SVN-Agent mkdir -p p5-SVN-Agent > /dev/null 2>&1 echo x - p5-SVN-Agent/Makefile sed 's/^X//' >p5-SVN-Agent/Makefile << 'END-of-p5-SVN-Agent/Makefile' X# New ports collection makefile for: p5-SVN-Agent X# Date created: 2006-07-12 X# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> X# X# $FreeBSD$ X# X XPORTNAME= SVN-Agent XPORTVERSION= 0.02 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= SVN XPKGNAMEPREFIX= p5- X XMAINTAINER= ychsiao@ychsiao.org XCOMMENT= Simple svn manipulation X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ X p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ X p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ X p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= SVN::Agent.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500800 XIGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again X.endif X X.include <bsd.port.post.mk> END-of-p5-SVN-Agent/Makefile echo x - p5-SVN-Agent/distinfo sed 's/^X//' >p5-SVN-Agent/distinfo << 'END-of-p5-SVN-Agent/distinfo' XMD5 (SVN-Agent-0.02.tar.gz) = 1abdb0277b64554a1255d748bad55aaa XSHA256 (SVN-Agent-0.02.tar.gz) = 400e49540d173055d86cddbaa61671d18c8196d53359ac2a531494fe893c83e6 XSIZE (SVN-Agent-0.02.tar.gz) = 10900 END-of-p5-SVN-Agent/distinfo echo x - p5-SVN-Agent/pkg-descr sed 's/^X//' >p5-SVN-Agent/pkg-descr << 'END-of-p5-SVN-Agent/pkg-descr' XThis module provides regular svn operations on check out directory. XIt tries to do this in a simplest form possible. All operations are Xcurrently performed by running svn binary directly. Thus it is Xprobably unportable. For a much more powerful way of working with Xsvn repository see SVN::Client. X XWWW: http://search.cpan.org/dist/SVN-Agent END-of-p5-SVN-Agent/pkg-descr echo x - p5-SVN-Agent/pkg-plist sed 's/^X//' >p5-SVN-Agent/pkg-plist << 'END-of-p5-SVN-Agent/pkg-plist' X%%SITE_PERL%%/SVN/Agent.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Agent/.packlist X@dirrmtry %%SITE_PERL%%/SVN X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Agent X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN END-of-p5-SVN-Agent/pkg-plist exit --- p5-SVN-Agent-0.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060712022007.E4E6E6785D>