pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc p5-String-Interpolate: Import version 0.32
details: https://anonhg.NetBSD.org/pkgsrc/rev/090856ac97c4
branches: trunk
changeset: 425652:090856ac97c4
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 23 02:28:47 2020 +0000
description:
p5-String-Interpolate: Import version 0.32
diffstat:
textproc/Makefile | 3 ++-
textproc/p5-String-Interpolate/DESCR | 3 +++
textproc/p5-String-Interpolate/Makefile | 21 +++++++++++++++++++++
textproc/p5-String-Interpolate/distinfo | 6 ++++++
4 files changed, 32 insertions(+), 1 deletions(-)
diffs (59 lines):
diff -r 2073ddba5401 -r 090856ac97c4 textproc/Makefile
--- a/textproc/Makefile Mon Mar 23 02:28:24 2020 +0000
+++ b/textproc/Makefile Mon Mar 23 02:28:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1116 2020/03/21 15:49:24 taca Exp $
+# $NetBSD: Makefile,v 1.1117 2020/03/23 02:28:47 riastradh Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -592,6 +592,7 @@
SUBDIR+= p5-String-Expand
SUBDIR+= p5-String-Flogger
SUBDIR+= p5-String-Formatter
+SUBDIR+= p5-String-Interpolate
SUBDIR+= p5-String-Koremutake
SUBDIR+= p5-String-RewritePrefix
SUBDIR+= p5-String-ShellQuote
diff -r 2073ddba5401 -r 090856ac97c4 textproc/p5-String-Interpolate/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Interpolate/DESCR Mon Mar 23 02:28:47 2020 +0000
@@ -0,0 +1,3 @@
+String::Interpolate provides a neat interface to the solution to that
+perennial Perl problem -- how to invoke the Perl string interpolation
+engine on a string contained in a scalar variable.
diff -r 2073ddba5401 -r 090856ac97c4 textproc/p5-String-Interpolate/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Interpolate/Makefile Mon Mar 23 02:28:47 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/03/23 02:28:47 riastradh Exp $
+
+DISTNAME= String-Interpolate-0.32
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/String::Interpolate
+COMMENT= Wrapper for the builtin Perl interpolation engine
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Carp>=0:../../devel/p5-Carp
+DEPENDS+= p5-PadWalker>=0:../../devel/p5-PadWalker
+DEPENDS+= p5-Safe-Hole>=0:../../devel/p5-Safe-Hole
+
+PERL5_PACKLIST= auto/String/Interpolate/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2073ddba5401 -r 090856ac97c4 textproc/p5-String-Interpolate/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Interpolate/distinfo Mon Mar 23 02:28:47 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/23 02:28:47 riastradh Exp $
+
+SHA1 (String-Interpolate-0.32.tar.gz) = 409aec54386540e3315cf29b376d6ee4bb89286f
+RMD160 (String-Interpolate-0.32.tar.gz) = 181d34a0a4f55f4ca8dd7cc45d462bce459c413d
+SHA512 (String-Interpolate-0.32.tar.gz) = a782ec8e1084fec291342d61a68edd4d43c647aefa693923e7548f001c5f7aead27ba6721d6054fef051041af3b0beac5e9b07de88c63220c257be72fb720e93
+Size (String-Interpolate-0.32.tar.gz) = 19723 bytes
Home |
Main Index |
Thread Index |
Old Index