Initial import of CGI-Untaint 1.00

This module provides a simple, convenient, abstracted and
extensible manner for validating and untainting the input
from web forms.

from Sam Smith <S at msmith.net>
This commit is contained in:
sturm 2004-05-22 15:48:20 +00:00
parent d91dc14e84
commit 1c2555e8b3
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/22 15:48:20 sturm Exp $
COMMENT= "taint checking and input validation from web forms"
DISTNAME= CGI-Untaint-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
CONFIGURE_STYLE=perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Universal-exports
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (CGI-Untaint-1.00.tar.gz) = 02b38ef8bcdf1731ef7836503ea6f1da
RMD160 (CGI-Untaint-1.00.tar.gz) = 90279ed8e061a1589a071a54d36249ac72d1f1c5
SHA1 (CGI-Untaint-1.00.tar.gz) = 59084c36956f55cfdba65dca576f59a937c6e693

View File

@ -0,0 +1,3 @@
This module provides a simple, convenient, abstracted and
extensible manner for validating and untainting the input
from web forms.

View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/22 15:48:20 sturm Exp $
${P5SITE}/CGI/Untaint.pm
${P5SITE}/CGI/Untaint/hex.pm
${P5SITE}/CGI/Untaint/integer.pm
${P5SITE}/CGI/Untaint/object.pm
${P5SITE}/CGI/Untaint/printable.pm
@comment ${P5ARCH}/auto/CGI/Untaint/.packlist
man/man3p/CGI::Untaint.3p
man/man3p/CGI::Untaint::hex.3p
man/man3p/CGI::Untaint::integer.3p
man/man3p/CGI::Untaint::object.3p
man/man3p/CGI::Untaint::printable.3p
@comment @dirrm ${P5ARCH}/auto/CGI/Untaint
@comment @dirrm ${P5ARCH}/auto/CGI
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/CGI/Untaint
@dirrm ${P5SITE}/CGI