1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add textproc/p5-HTML-EscapeEvil, a Perl module that will escape HTML

tags considered evil.
This commit is contained in:
Anton Berezin 2006-02-14 08:28:35 +00:00
parent c2141463bb
commit dcfa97dfcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155983
5 changed files with 47 additions and 0 deletions

View File

@ -301,6 +301,7 @@
SUBDIR += p5-FormValidator-Simple
SUBDIR += p5-FreeBSD-Ports
SUBDIR += p5-HTML-Entities-Numbered
SUBDIR += p5-HTML-EscapeEvil
SUBDIR += p5-HTML-Format
SUBDIR += p5-HTML-Fraction
SUBDIR += p5-HTML-TagFilter

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: textproc/p5-HTML-EscapeEvil
# Date created: 13 February 2006
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-EscapeEvil
PORTVERSION= 0.03
CATEGORIES= textproc perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= HTML::EscapeEvil - escape evil HTML tags
BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= HTML::EscapeEvil.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (HTML-EscapeEvil-0.03.tar.gz) = e2b8932aaa4096745378920fda228937
SHA256 (HTML-EscapeEvil-0.03.tar.gz) = dd777be088986a12d04455a74e636dfccb8f37207ca685b0a065e86625be612d
SIZE (HTML-EscapeEvil-0.03.tar.gz) = 6846

View File

@ -0,0 +1,5 @@
HTML::EscapeEvil is a Perl module that will escape HTML tags considered
evil (useful for user inut filtering). It is somewhat similar to
HTML::TagFilter, but escapes tags instead of removing them.
WWW: http://search.cpan.org/dist/HTML-EscapeEvil/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/HTML/EscapeEvil.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/EscapeEvil/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/EscapeEvil
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
@dirrmtry %%SITE_PERL%%/HTML