mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add p5-Taint-Runtime 0.02, runtime enable/disable taint checking.
This commit is contained in:
parent
d93906ff56
commit
173a194a5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167647
@ -1282,6 +1282,7 @@
|
||||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-Sys-Mmap
|
||||
SUBDIR += p5-System2
|
||||
SUBDIR += p5-Taint-Runtime
|
||||
SUBDIR += p5-Term-ANSIColor
|
||||
SUBDIR += p5-Term-ANSIScreen
|
||||
SUBDIR += p5-Term-Animation
|
||||
|
22
devel/p5-Taint-Runtime/Makefile
Normal file
22
devel/p5-Taint-Runtime/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Taint-Runtime
|
||||
# Date created: 2006-07-12
|
||||
# Whom: Renato Botelho <garga@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Taint-Runtime
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Taint
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= Runtime enable/disable taint checking
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Taint::Runtime.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Taint-Runtime/distinfo
Normal file
3
devel/p5-Taint-Runtime/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Taint-Runtime-0.02.tar.gz) = f956b5abaae6925beb0c6fc335f214de
|
||||
SHA256 (Taint-Runtime-0.02.tar.gz) = 6093ff8caf3f1d6f262003440b7cd80281c8bf1da5312b827606e66cbeea1826
|
||||
SIZE (Taint-Runtime-0.02.tar.gz) = 16597
|
10
devel/p5-Taint-Runtime/pkg-descr
Normal file
10
devel/p5-Taint-Runtime/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Taint is a good thing. However, few people use taint even though they should.
|
||||
The goal of this module isn't to use taint less, but to actually encourage its
|
||||
use more.
|
||||
|
||||
This module aims to make using taint as painless as possible (This can be an
|
||||
argument against it - often implementation of security implies pain - so taking
|
||||
away pain might lessen security - sort of).
|
||||
|
||||
Author: Paul T. Seamons <perlspam@seamons.com>
|
||||
WWW: http://search.cpan.org/dist/Want/
|
9
devel/p5-Taint-Runtime/pkg-plist
Normal file
9
devel/p5-Taint-Runtime/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime/Runtime.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime/Runtime.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Taint/is_taint_bench.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Taint/Runtime.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Taint
|
Loading…
Reference in New Issue
Block a user