From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 12 02:20:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05AA616A4DE for ; Wed, 12 Jul 2006 02:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8501B43D4C for ; Wed, 12 Jul 2006 02:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6C2KHfe027271 for ; Wed, 12 Jul 2006 02:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6C2KHbl027266; Wed, 12 Jul 2006 02:20:17 GMT (envelope-from gnats) Resent-Date: Wed, 12 Jul 2006 02:20:17 GMT Resent-Message-Id: <200607120220.k6C2KHbl027266@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuan-Chung Hsiao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3204A16A4DA for ; Wed, 12 Jul 2006 02:20:11 +0000 (UTC) (envelope-from root@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [210.71.23.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id A684243D49 for ; Wed, 12 Jul 2006 02:20:10 +0000 (GMT) (envelope-from root@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (localhost.stu.edu.tw [127.0.0.1]) by FreeBSD.stu.edu.tw (Postfix) with ESMTP id 496C367861 for ; Wed, 12 Jul 2006 10:20:08 +0800 (CST) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 0) id E4E6E6785D; Wed, 12 Jul 2006 10:20:07 +0800 (CST) Message-Id: <20060712022007.E4E6E6785D@FreeBSD.stu.edu.tw> Date: Wed, 12 Jul 2006 10:20:07 +0800 (CST) From: Yuan-Chung Hsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100136: [NEW PORT] devel/p5-SVN-Agent: Simple svn manipulation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 02:20:23 -0000 >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 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 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 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: