- Add p5-Taint-Util 0.08

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.

WWW: http://search.cpan.org/dist/Taint-Util/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-07-21 09:34:15 +00:00
parent 93e15b1720
commit 9f0171d23c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278084
5 changed files with 37 additions and 0 deletions

View file

@ -2288,6 +2288,7 @@
SUBDIR += p5-TAP-Formatter-JUnit
SUBDIR += p5-TAP-Harness-JUnit
SUBDIR += p5-Taint-Runtime
SUBDIR += p5-Taint-Util
SUBDIR += p5-Task-Weaken
SUBDIR += p5-Tee
SUBDIR += p5-Template-Provider-Encode

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: p5-Taint-Util
# Date created: 2011-07-21
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Taint-Util
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Test for and flip the taint flag without regex matches or eval
PERL_CONFIGURE= yes
MAN3= Taint::Util.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Taint-Util-0.08.tar.gz) = 78047c65237ee4ca2451bd8b44936db09a34a3925003eccf4255bcd7fdd9768c
SIZE (Taint-Util-0.08.tar.gz) = 14862

View file

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/dist/Taint-Util/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Taint/Util.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Util/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Util/Util.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Util/Util.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Util
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Taint