From owner-freebsd-perl@FreeBSD.ORG Thu Feb 17 00:50:12 2011 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A766106564A for ; Thu, 17 Feb 2011 00:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40CCB8FC0A for ; Thu, 17 Feb 2011 00:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H0oClk056394 for ; Thu, 17 Feb 2011 00:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1H0oCJV056393; Thu, 17 Feb 2011 00:50:12 GMT (envelope-from gnats) Date: Thu, 17 Feb 2011 00:50:12 GMT Message-Id: <201102170050.p1H0oCJV056393@freefall.freebsd.org> To: perl@FreeBSD.org From: milki Cc: Subject: Re: ports/154835: [NEW PORT] devel/p5-Test-NoTabs: Check the presence of tabs in your project X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: milki List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 00:50:12 -0000 The following reply was made to PR ports/154835; it has been noted by GNATS. From: milki To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/154835: [NEW PORT] devel/p5-Test-NoTabs: Check the presence of tabs in your project Date: Wed, 16 Feb 2011 16:42:15 -0800 (PST) >Submitter-Id: current-users >Originator: milki >Organization: UC Berkeley - RSSP-IT >Confidential: no >Synopsis: Re: ports/154835: [NEW PORT] devel/p5-Test-NoTabs: Check the presence of tabs in your project >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.3-RELEASE-p4 amd64 >Environment: System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #15: Tue Nov 30 11:51:59 PST 2010 >Description: Fixed dependency list: Added BUILD/RUN_DEPENDS and fixed syntax >How-To-Repeat: >Fix: --- p5-Test-NoTabs-1.0.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-Test-NoTabs # p5-Test-NoTabs/Makefile # p5-Test-NoTabs/distinfo # p5-Test-NoTabs/pkg-descr # p5-Test-NoTabs/pkg-plist # echo c - p5-Test-NoTabs mkdir -p p5-Test-NoTabs > /dev/null 2>&1 echo x - p5-Test-NoTabs/Makefile sed 's/^X//' >p5-Test-NoTabs/Makefile << '005bfbeea2873ace706aab5824dfa115' X# New ports collection makefile for: p5-Test-NoTabs X# Date created: 2011-02-16 X# Whom: milki X# X# $FreeBSD$ X# X XPORTNAME= Test-NoTabs XPORTVERSION= 1.0 XCATEGORIES= devel textproc perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/B/BO/BOBTFISH XPKGNAMEPREFIX= p5- X XMAINTAINER= milki@rescomp.berkeley.edu XCOMMENT= Check the presence of tabs in your project X XBUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS= ${BUILD_DEPENDS} X XTEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple X XPERL_CONFIGURE= yes XCONFIGURE_ARGS= --skipdeps X XMAN3= Test::NoTabs.3 X X.include 005bfbeea2873ace706aab5824dfa115 echo x - p5-Test-NoTabs/distinfo sed 's/^X//' >p5-Test-NoTabs/distinfo << 'cbe2cd3c052a2d3493b716a547af886a' XSHA256 (Test-NoTabs-1.0.tar.gz) = 515fafa7e101b5b34f51dc7afdde3e136f787d103a811b2b4e7eb2bd327be3f6 XSIZE (Test-NoTabs-1.0.tar.gz) = 25644 cbe2cd3c052a2d3493b716a547af886a echo x - p5-Test-NoTabs/pkg-descr sed 's/^X//' >p5-Test-NoTabs/pkg-descr << '727875197c8cb3443e875503585e6ddf' XThis module scans your project/distribution for any perl files (scripts, Xmodules, etc) for the presence of tabs. X XWWW: http://search.cpan.org/dist/Test-NoTabs/ 727875197c8cb3443e875503585e6ddf echo x - p5-Test-NoTabs/pkg-plist sed 's/^X//' >p5-Test-NoTabs/pkg-plist << '01ecea844b3f2b207c7f4c7235211c06' X%%SITE_PERL%%/Test/NoTabs.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoTabs/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoTabs X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test X@dirrmtry %%SITE_PERL%%/Test 01ecea844b3f2b207c7f4c7235211c06 exit --- p5-Test-NoTabs-1.0.shar ends here ---