pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-PPIx-QuoteLike Import PPIx-QuoteLike-0.005...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f812c321642
branches:  trunk
changeset: 309513:0f812c321642
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Jun 19 06:33:38 2018 +0000

description:
Import PPIx-QuoteLike-0.005 as p5-PPIx-QuoteLike.

PPIx::QuoteLike parses Perl string literals and things that are reasonably like
string literals. Its real reason for being is to find interpolated variables for
Perl::Critic policies and similar code.

diffstat:

 textproc/p5-PPIx-QuoteLike/DESCR    |   3 +++
 textproc/p5-PPIx-QuoteLike/Makefile |  19 +++++++++++++++++++
 textproc/p5-PPIx-QuoteLike/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 1231389600c4 -r 0f812c321642 textproc/p5-PPIx-QuoteLike/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-PPIx-QuoteLike/DESCR  Tue Jun 19 06:33:38 2018 +0000
@@ -0,0 +1,3 @@
+PPIx::QuoteLike parses Perl string literals and things that are reasonably like
+string literals. Its real reason for being is to find interpolated variables for
+Perl::Critic policies and similar code.
diff -r 1231389600c4 -r 0f812c321642 textproc/p5-PPIx-QuoteLike/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-PPIx-QuoteLike/Makefile       Tue Jun 19 06:33:38 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/06/19 06:33:38 wen Exp $
+
+DISTNAME=      PPIx-QuoteLike-0.005
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/PPIx-QuoteLike/
+COMMENT=       Parse Perl string literals and string-literal-like things
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-PPI>=1.117:../../devel/p5-PPI
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/PPIx/QuoteLike/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1231389600c4 -r 0f812c321642 textproc/p5-PPIx-QuoteLike/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-PPIx-QuoteLike/distinfo       Tue Jun 19 06:33:38 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/19 06:33:38 wen Exp $
+
+SHA1 (PPIx-QuoteLike-0.005.tar.gz) = c0905db622f1fd4c57002c2b0cd4bb154c761779
+RMD160 (PPIx-QuoteLike-0.005.tar.gz) = 4292761c24d9d152fe05001c74a74dc64dadad4a
+SHA512 (PPIx-QuoteLike-0.005.tar.gz) = 70cf66dfbe40d6587fe278010bddaa6d96f2d076aadd7854708c80e3dff68c37d35447bb0594e05e1237e3ac719522f89d3c5ff70336700ffd10aad94b404104
+Size (PPIx-QuoteLike-0.005.tar.gz) = 49929 bytes



Home | Main Index | Thread Index | Old Index