pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 23 02:28:47 UTC 2020

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/p5-String-Interpolate: DESCR Makefile distinfo

Log Message:
p5-String-Interpolate: Import version 0.32


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

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

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1116 pkgsrc/textproc/Makefile:1.1117
--- pkgsrc/textproc/Makefile:1.1116     Sat Mar 21 15:49:24 2020
+++ pkgsrc/textproc/Makefile    Mon Mar 23 02:28:47 2020
@@ -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-Errf
 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

Added files:

Index: pkgsrc/textproc/p5-String-Interpolate/DESCR
diff -u /dev/null pkgsrc/textproc/p5-String-Interpolate/DESCR:1.1
--- /dev/null   Mon Mar 23 02:28:47 2020
+++ pkgsrc/textproc/p5-String-Interpolate/DESCR Mon Mar 23 02:28:47 2020
@@ -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.
Index: pkgsrc/textproc/p5-String-Interpolate/Makefile
diff -u /dev/null pkgsrc/textproc/p5-String-Interpolate/Makefile:1.1
--- /dev/null   Mon Mar 23 02:28:47 2020
+++ pkgsrc/textproc/p5-String-Interpolate/Makefile      Mon Mar 23 02:28:47 2020
@@ -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"
Index: pkgsrc/textproc/p5-String-Interpolate/distinfo
diff -u /dev/null pkgsrc/textproc/p5-String-Interpolate/distinfo:1.1
--- /dev/null   Mon Mar 23 02:28:47 2020
+++ pkgsrc/textproc/p5-String-Interpolate/distinfo      Mon Mar 23 02:28:47 2020
@@ -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