Initial import of Taint-Runtime 0.02.
This module aims to make using taint as painless as possible.
This commit is contained in:
parent
f8df15caef
commit
b30b5f8788
21
devel/p5-Taint-Runtime/Makefile
Normal file
21
devel/p5-Taint-Runtime/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/09/26 13:46:27 kevlo Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "runtime enable taint checking"
|
||||
|
||||
DISTNAME= Taint-Runtime-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Taint/}
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Taint-Runtime/distinfo
Normal file
4
devel/p5-Taint-Runtime/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Taint-Runtime-0.02.tar.gz) = f956b5abaae6925beb0c6fc335f214de
|
||||
RMD160 (Taint-Runtime-0.02.tar.gz) = 7a96857d3bfb4b687cf876a0d0753b9aed5290ed
|
||||
SHA1 (Taint-Runtime-0.02.tar.gz) = 9e1c2e659a68364cb925804b97f9f155af5de1b2
|
||||
SIZE (Taint-Runtime-0.02.tar.gz) = 16597
|
3
devel/p5-Taint-Runtime/pkg/DESCR
Normal file
3
devel/p5-Taint-Runtime/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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).
|
11
devel/p5-Taint-Runtime/pkg/PLIST
Normal file
11
devel/p5-Taint-Runtime/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/09/26 13:46:27 kevlo Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Taint/
|
||||
${P5ARCH}/Taint/Runtime.pm
|
||||
${P5ARCH}/Taint/is_taint_bench.pl
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Taint/
|
||||
${P5ARCH}/auto/Taint/Runtime/
|
||||
${P5ARCH}/auto/Taint/Runtime/Runtime.bs
|
||||
${P5ARCH}/auto/Taint/Runtime/Runtime.so
|
||||
@man man/man3p/Taint::Runtime.3p
|
Loading…
Reference in New Issue
Block a user