Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10127

Added Files:
        perl-critic-pm.info ppi-pm.info 
Log Message:
New packages.

--- NEW FILE: ppi-pm.info ---
Info2: <<
Package: ppi-pm%type_pkg[perl]
Version: 1.203
Revision: 1
License: Artistic/GPL
Description: Parse, Analyze and Manipulate Perl
Maintainer: Daniel Johnson <[email protected]>
Homepage: http://search.cpan.org/dist/PPI/

Source: mirror:cpan:authors/id/A/AD/ADAMK/PPI-%v.tar.gz
Source-MD5: 4d7e598d880ee397e219ae17a9d90277

#Doesn't work on perl 5.8.6 because Storable is too old.
Type: perl (5.8.8)
UpdatePOD: true

DocFiles: Changes README LICENSE

Depends: <<
        clone-pm%type_pkg[perl] (>= 0.30-1),
        scalar-list-utils-pm%type_pkg[perl] (>= 1.19-1),
        list-moreutils-pm%type_pkg[perl] (>= 0.22-1),
        params-util-pm%type_pkg[perl] (>= 0.29-1),
        io-string-pm (>= 1.08-1),
        task-weaken-pm%type_pkg[perl] (>= 0.99-1)
<<
BuildDepends: <<
        test-object-pm
<<

InstallScript: <<
        %{default_script}
        /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<

--- NEW FILE: perl-critic-pm.info ---
Info2: <<
Package: perl-critic-pm%type_pkg[perl]
Version: 1.094001
Revision: 1
License: Artistic/GPL
Description: Critique Perl source code for best-practices
DescDetail: <<
    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.

    For a command-line interface to Perl::Critic, see the documentation for
    perlcritic. If you want to integrate Perl::Critic with your build
    process, Test::Perl::Critic provides an interface that is suitable for
    test scripts. Also, Test::Perl::Critic::Progressive is useful for
    gradually applying coding standards to legacy code. For the ultimate
    convenience (at the expense of some flexibility) see the criticism
    pragma.
<<
Maintainer: Daniel Johnson <[email protected]>
Homepage: http://search.cpan.org/dist/Perl-Critic/

Source: mirror:cpan:authors/id/E/EL/ELLIOTJS/Perl-Critic-%v.tar.gz
Source-MD5: 4fc6c38c101f6c2004576061a7aec6ee

Type: perl (5.8.8)
UpdatePOD: true

DocFiles: Changes README LICENSE

Depends: <<
        b-keywords-pm,
        config-tiny-pm,
        exception-class-pm%type_pkg[perl],
        file-which-pm,
        io-string-pm,
        list-moreutils-pm%type_pkg[perl] (>= 0.22-1),
        module-pluggable-pm%type_pkg[perl],
        perl-tidy-pm,
        ppi-pm%type_pkg[perl],
        readonly-pm,
        readonly-xs-pm%type_pkg[perl],
        scalar-list-utils-pm%type_pkg[perl] (>= 1.19-1),
        string-format-pm
<<

InstallScript: <<
        %{default_script}
        /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
        /bin/mv %i/bin/perlcritic %i/bin/perlcritic-pm%type_pkg[perl]
<<

PostInstScript: update-alternatives --install %p/bin/perlcritic perlcritic 
%p/bin/perlcritic-pm%type_pkg[perl] %type_pkg[perl]

PreRmScript: update-alternatives --remove perlcritic 
%p/bin/perlcritic-pm%type_pkg[perl]
<<


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to