pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-PPIx-QuoteLike



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Jun 19 06:33:38 UTC 2018

Added Files:
        pkgsrc/textproc/p5-PPIx-QuoteLike: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-PPIx-QuoteLike/DESCR \
    pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile \
    pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/p5-PPIx-QuoteLike/DESCR
diff -u /dev/null pkgsrc/textproc/p5-PPIx-QuoteLike/DESCR:1.1
--- /dev/null   Tue Jun 19 06:33:38 2018
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/DESCR     Tue Jun 19 06:33:38 2018
@@ -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.
Index: pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile
diff -u /dev/null pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.1
--- /dev/null   Tue Jun 19 06:33:38 2018
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile  Tue Jun 19 06:33:38 2018
@@ -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"
Index: pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo
diff -u /dev/null pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.1
--- /dev/null   Tue Jun 19 06:33:38 2018
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo  Tue Jun 19 06:33:38 2018
@@ -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