pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Perl-Critic Initial import of p5-Perl-Critic ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/830e9b082d0b
branches:  trunk
changeset: 528167:830e9b082d0b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Apr 22 21:04:36 2007 +0000

description:
Initial import of p5-Perl-Critic version 1.051 into The NetBSD
Packages Collection.

The Perl 5 module Perl::Critic is an extensible framework for
creating and applying coding standards to Perl source code.

Essentially, it is a static source code analysis engine. Perl::Critic
is distributed with a number of Perl::Critic::Policy modules that
attempt to enforce various coding guidelines. Most Policy modules
are based on Damian Conway's book Perl Best Practices. However,
Perl::Critic is not limited to PBP and will even support Policies
that contradict Conway. You can enable, disable, and customize
those Polices through the Perl::Critic interface. You can also
create new Policy modules that suit your own tastes.
A front-end script, perlcritic, is provided.

diffstat:

 devel/p5-Perl-Critic/DESCR    |  12 ++++++++++++
 devel/p5-Perl-Critic/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-Perl-Critic/PLIST    |   1 +
 devel/p5-Perl-Critic/distinfo |   5 +++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 67fb548ecd5b -r 830e9b082d0b devel/p5-Perl-Critic/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-Critic/DESCR        Sun Apr 22 21:04:36 2007 +0000
@@ -0,0 +1,12 @@
+The Perl 5 module Perl::Critic is an extensible framework for
+creating and applying coding standards to Perl source code.
+
+Essentially, it is a static source code analysis engine. Perl::Critic
+is distributed with a number of Perl::Critic::Policy modules that
+attempt to enforce various coding guidelines. Most Policy modules
+are based on Damian Conway's book Perl Best Practices. However,
+Perl::Critic is not limited to PBP and will even support Policies
+that contradict Conway. You can enable, disable, and customize
+those Polices through the Perl::Critic interface. You can also
+create new Policy modules that suit your own tastes.
+A front-end script, perlcritic, is provided.
diff -r 67fb548ecd5b -r 830e9b082d0b devel/p5-Perl-Critic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-Critic/Makefile     Sun Apr 22 21:04:36 2007 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:36 seb Exp $
+#
+
+DISTNAME=      Perl-Critic-1.051
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Perl/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Perl-Critic/
+COMMENT=       Perl 5 module providing a static Perl source code analysis engine
+
+DEPENDS+=      p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
+DEPENDS+=      p5-IO-String-[0-9]*:../../devel/p5-IO-String
+DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+=      p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable
+DEPENDS+=      p5-PPI>=1.118:../../devel/p5-PPI
+DEPENDS+=      p5-String-Format>=1.13:../../devel/p5-String-Format
+DEPENDS+=      p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Perl/Critic/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 67fb548ecd5b -r 830e9b082d0b devel/p5-Perl-Critic/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-Critic/PLIST        Sun Apr 22 21:04:36 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:04:36 seb Exp $
diff -r 67fb548ecd5b -r 830e9b082d0b devel/p5-Perl-Critic/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-Critic/distinfo     Sun Apr 22 21:04:36 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:04:36 seb Exp $
+
+SHA1 (Perl-Critic-1.051.tar.gz) = 57610defcff6d49a48120fdd31ffcffb6d85a4d8
+RMD160 (Perl-Critic-1.051.tar.gz) = 1df2c9a9c541248ea62ca9137de141fbec8fe292
+Size (Perl-Critic-1.051.tar.gz) = 236466 bytes



Home | Main Index | Thread Index | Old Index