pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Find-Rule-PPI Importing package for p5 m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0702a053ae43
branches:  trunk
changeset: 393876:0702a053ae43
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 29 07:54:20 2009 +0000

description:
Importing package for p5 module File::Find::Rule::PPI 0.05.

File::Find::Rule::PPI allows you to integrate PPI content queries into your
File::Find::Rule searches.

Initially, it provides the one additional method ppi_find_any, which takes an
argument identical to the PPI::Node method find_any and checks each file as a
perl document to see if matches the query.

diffstat:

 devel/p5-File-Find-Rule-PPI/DESCR    |   6 ++++++
 devel/p5-File-Find-Rule-PPI/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-File-Find-Rule-PPI/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 8adf193a564c -r 0702a053ae43 devel/p5-File-Find-Rule-PPI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-PPI/DESCR Fri May 29 07:54:20 2009 +0000
@@ -0,0 +1,6 @@
+File::Find::Rule::PPI allows you to integrate PPI content queries into your
+File::Find::Rule searches.
+
+Initially, it provides the one additional method ppi_find_any, which takes an
+argument identical to the PPI::Node method find_any and checks each file as a
+perl document to see if matches the query.
diff -r 8adf193a564c -r 0702a053ae43 devel/p5-File-Find-Rule-PPI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-PPI/Makefile      Fri May 29 07:54:20 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:54:20 sno Exp $
+
+DISTNAME=      File-Find-Rule-PPI-0.05
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5ffr
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-Find-Rule-PPI/
+COMMENT=       Add support for PPI queries to File::Find::Rule
+#LICENSE=      ${PERL_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-File-Find-Rule>=0.20:../../devel/p5-File-Find-Rule
+DEPENDS+=      p5-PPI>=1.00:../../devel/p5-PPI
+DEPENDS+=      p5-Params-Util>=0.10:../../devel/p5-Params-Util
+
+PERL5_PACKLIST=                auto/File/Find/Rule/PPI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8adf193a564c -r 0702a053ae43 devel/p5-File-Find-Rule-PPI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-PPI/distinfo      Fri May 29 07:54:20 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/29 07:54:20 sno Exp $
+
+SHA1 (File-Find-Rule-PPI-0.05.tar.gz) = fefbb607c36fa480580c94c88464a624c58e59e0
+RMD160 (File-Find-Rule-PPI-0.05.tar.gz) = 6818e71cb8db172c930d26826a93e69d21c3c426
+Size (File-Find-Rule-PPI-0.05.tar.gz) = 21116 bytes



Home | Main Index | Thread Index | Old Index