From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 12 02:00:31 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 D11B416A4DA for ; Wed, 12 Jul 2006 02:00:31 +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 0C4A443D4C for ; Wed, 12 Jul 2006 02:00:31 +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 k6C20UnC026472 for ; Wed, 12 Jul 2006 02:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6C20UId026471; Wed, 12 Jul 2006 02:00:30 GMT (envelope-from gnats) Resent-Date: Wed, 12 Jul 2006 02:00:30 GMT Resent-Message-Id: <200607120200.k6C20UId026471@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 B033716A4DA for ; Wed, 12 Jul 2006 01:57:31 +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 29FE843D46 for ; Wed, 12 Jul 2006 01:57:31 +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 1359E67861 for ; Wed, 12 Jul 2006 09:57:28 +0800 (CST) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 0) id CEF066785D; Wed, 12 Jul 2006 09:57:28 +0800 (CST) Message-Id: <20060712015728.CEF066785D@FreeBSD.stu.edu.tw> Date: Wed, 12 Jul 2006 09:57:28 +0800 (CST) From: Yuan-Chung Hsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100134: [NEW PORT] devel/p5-SVN-Statistics: SVN::Statistics - perl module to create subversion statistics 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:00:31 -0000 >Number: 100134 >Category: ports >Synopsis: [NEW PORT] devel/p5-SVN-Statistics: SVN::Statistics - perl module to create subversion statistics >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:00:30 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: SVN::Statistics - perl module to create subversion statistics WWW: http://search.cpan.org/dist/SVN-Statistics Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SVN-Statistics-0.031.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-Statistics # p5-SVN-Statistics/Makefile # p5-SVN-Statistics/distinfo # p5-SVN-Statistics/pkg-descr # p5-SVN-Statistics/pkg-plist # echo c - p5-SVN-Statistics mkdir -p p5-SVN-Statistics > /dev/null 2>&1 echo x - p5-SVN-Statistics/Makefile sed 's/^X//' >p5-SVN-Statistics/Makefile << 'END-of-p5-SVN-Statistics/Makefile' X# New ports collection makefile for: p5-SVN-Statistics X# Date created: 2006-07-12 X# Whom: Yuan-Chung Hsiao X# X# $FreeBSD$ X# X XPORTNAME= SVN-Statistics XPORTVERSION= 0.031 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= SVN XPKGNAMEPREFIX= p5- X XMAINTAINER= ychsiao@ychsiao.org XCOMMENT= SVN::Statistics - perl module to create subversion statistics X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ X p5-SVN-Log>=0:${PORTSDIR}/devel/p5-SVN-Log \ X rrdtool>=0:${PORTSDIR}/net/rrdtool \ X p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO \ X p5-Data-Dumper-Simple>=0:${PORTSDIR}/devel/p5-Data-Dumper-Simple \ X p5-IO-Toolkit>=0:${PORTSDIR}/devel/p5-IO-Toolkit \ X p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= SVN::Statistics.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-Statistics/Makefile echo x - p5-SVN-Statistics/distinfo sed 's/^X//' >p5-SVN-Statistics/distinfo << 'END-of-p5-SVN-Statistics/distinfo' XMD5 (SVN-Statistics-0.031.tar.gz) = ab6d0d4ec326785cde76cfc6dac00b55 XSHA256 (SVN-Statistics-0.031.tar.gz) = 32761b74c364f809b76ea80c03b4ff5b5c5e145671c2bf4fa7ccd17397a926ff XSIZE (SVN-Statistics-0.031.tar.gz) = 4375 END-of-p5-SVN-Statistics/distinfo echo x - p5-SVN-Statistics/pkg-descr sed 's/^X//' >p5-SVN-Statistics/pkg-descr << 'END-of-p5-SVN-Statistics/pkg-descr' XSVN::Statistics - perl module to create subversion statistics X XWWW: http://search.cpan.org/dist/SVN-Statistics END-of-p5-SVN-Statistics/pkg-descr echo x - p5-SVN-Statistics/pkg-plist sed 's/^X//' >p5-SVN-Statistics/pkg-plist << 'END-of-p5-SVN-Statistics/pkg-plist' X%%SITE_PERL%%/SVN/Statistics.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Statistics/.packlist X@dirrmtry %%SITE_PERL%%/SVN X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Statistics X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN END-of-p5-SVN-Statistics/pkg-plist exit --- p5-SVN-Statistics-0.031.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: