pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: maya
Date: Sun Mar 11 11:16:46 UTC 2018
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/p5-Taint-Util: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2629 -r1.2630 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Taint-Util/DESCR \
pkgsrc/devel/p5-Taint-Util/Makefile pkgsrc/devel/p5-Taint-Util/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2629 pkgsrc/devel/Makefile:1.2630
--- pkgsrc/devel/Makefile:1.2629 Sun Mar 11 04:07:19 2018
+++ pkgsrc/devel/Makefile Sun Mar 11 11:16:46 2018
@@ -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-System-Command
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
Added files:
Index: pkgsrc/devel/p5-Taint-Util/DESCR
diff -u /dev/null pkgsrc/devel/p5-Taint-Util/DESCR:1.1
--- /dev/null Sun Mar 11 11:16:46 2018
+++ pkgsrc/devel/p5-Taint-Util/DESCR Sun Mar 11 11:16:46 2018
@@ -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.
Index: pkgsrc/devel/p5-Taint-Util/Makefile
diff -u /dev/null pkgsrc/devel/p5-Taint-Util/Makefile:1.1
--- /dev/null Sun Mar 11 11:16:46 2018
+++ pkgsrc/devel/p5-Taint-Util/Makefile Sun Mar 11 11:16:46 2018
@@ -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"
Index: pkgsrc/devel/p5-Taint-Util/distinfo
diff -u /dev/null pkgsrc/devel/p5-Taint-Util/distinfo:1.1
--- /dev/null Sun Mar 11 11:16:46 2018
+++ pkgsrc/devel/p5-Taint-Util/distinfo Sun Mar 11 11:16:46 2018
@@ -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