Bug 154835 - [NEW PORT] devel/p5-Test-NoTabs: Check the presence of tabs in your project
Summary: [NEW PORT] devel/p5-Test-NoTabs: Check the presence of tabs in your project
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 00:40 UTC by Jonathan Chu
Modified: 2011-02-17 03:00 UTC (History)
0 users

See Also:


Attachments
p5-Test-NoTabs-1.0.shar (2.10 KB, text/plain)
2011-02-17 00:40 UTC, Jonathan Chu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2011-02-17 00:40:09 UTC
This module scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of tabs.

WWW: http://search.cpan.org/dist/Test-NoTabs/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-17 00:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jonathan Chu 2011-02-17 00:42:15 UTC
>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 <milki@rescomp.berkeley.edu>
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 <bsd.port.mk>
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 ---
Comment 3 Wen Heping freebsd_committer freebsd_triage 2011-02-17 01:11:49 UTC
Responsible Changed
From-To: perl->wen

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-02-17 02:13:29 UTC
wen         2011-02-17 02:13:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Test-NoTabs Makefile distinfo pkg-descr pkg-plist 
  Log:
  Test::NoTabs scans your project/distribution for any perl files (scripts,
  modules, etc) for the presence of tabs.
  
  WWW: http://search.cpan.org/dist/Test-NoTabs/
  
  PR:             ports/154835
  Submitted by:   milki <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.4228    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-Test-NoTabs/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Test-NoTabs/distinfo (new)
  1.1       +4 -0      ports/devel/p5-Test-NoTabs/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Test-NoTabs/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Wen Heping freebsd_committer freebsd_triage 2011-02-17 02:14:58 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 6 Jonathan Chu 2011-02-17 02:59:21 UTC
I disagree with removing p5-Test-Simple from BUILd/Run tabs. The module
uses Test::Builder to run, which is included in p5-Test-Simple.

-- 
milki
milki@rescomp.berkeley.edu
RSSP-IT programmers