pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel p5-Taint-Util: new package
details: https://anonhg.NetBSD.org/pkgsrc/rev/2875a73d814e
branches: trunk
changeset: 376942:2875a73d814e
user: maya <maya%pkgsrc.org@localhost>
date: Sun Mar 11 11:16:46 2018 +0000
description:
p5-Taint-Util: new package
Taint::Util wraps perl's internal routines for checking and setting
the taint flag and thus does not rely on regular expressions for
untainting or odd tricks involving eval and kill for checking
whether data is tainted, instead it checks and flips a flag on the
scalar in-place.
diffstat:
devel/Makefile | 3 ++-
devel/p5-Taint-Util/DESCR | 5 +++++
devel/p5-Taint-Util/Makefile | 18 ++++++++++++++++++
devel/p5-Taint-Util/distinfo | 6 ++++++
4 files changed, 31 insertions(+), 1 deletions(-)
diffs (58 lines):
diff -r 56180860da59 -r 2875a73d814e devel/Makefile
--- a/devel/Makefile Sun Mar 11 11:13:47 2018 +0000
+++ b/devel/Makefile Sun Mar 11 11:16:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2629 2018/03/11 04:07:19 dholland Exp $
+# $NetBSD: Makefile,v 1.2630 2018/03/11 11:16:46 maya Exp $
#
COMMENT= Development utilities
@@ -1565,6 +1565,7 @@
SUBDIR+= p5-TAP-Formatter-HTML
SUBDIR+= p5-TAP-Harness-Archive
SUBDIR+= p5-Task-Weaken
+SUBDIR+= p5-Taint-Util
SUBDIR+= p5-Tee
SUBDIR+= p5-Template-Plugin-Handy
SUBDIR+= p5-Template-Plugin-HashMerge
diff -r 56180860da59 -r 2875a73d814e devel/p5-Taint-Util/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Taint-Util/DESCR Sun Mar 11 11:16:46 2018 +0000
@@ -0,0 +1,5 @@
+Taint::Util wraps perl's internal routines for checking and setting
+the taint flag and thus does not rely on regular expressions for
+untainting or odd tricks involving eval and kill for checking
+whether data is tainted, instead it checks and flips a flag on the
+scalar in-place.
diff -r 56180860da59 -r 2875a73d814e devel/p5-Taint-Util/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Taint-Util/Makefile Sun Mar 11 11:16:46 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 11:16:46 maya Exp $
+
+DISTNAME= Taint-Util-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/
+COMMENT= Perl5 test for and flip the taint flag without regex matches or eval
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-XSLoader>=0:../../devel/p5-XSLoader
+
+PERL5_PACKLIST= auto/Taint/Util/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56180860da59 -r 2875a73d814e devel/p5-Taint-Util/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Taint-Util/distinfo Sun Mar 11 11:16:46 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/11 11:16:46 maya Exp $
+
+SHA1 (Taint-Util-0.08.tar.gz) = 286a3ad893ed9432b223043e1e362a08651a6118
+RMD160 (Taint-Util-0.08.tar.gz) = f87457d39146769fcd84ee109e999508b65e70e1
+SHA512 (Taint-Util-0.08.tar.gz) = 78a1ec5af26a21de4d63455caa401d26b7cfc58e32c33ab5ca1fa75063856c3866b8deba19dba518e0138c65d2cad184b1c682cd48b68d1ed4c0570017d0f7a8
+Size (Taint-Util-0.08.tar.gz) = 14862 bytes
Home |
Main Index |
Thread Index |
Old Index