View | Details | Raw Unified | Return to bug 267880
Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 787-792 Link Here
787
    SUBDIR += p5-HTML-ContentExtractor
787
    SUBDIR += p5-HTML-ContentExtractor
788
    SUBDIR += p5-HTML-DOM
788
    SUBDIR += p5-HTML-DOM
789
    SUBDIR += p5-HTML-Declare
789
    SUBDIR += p5-HTML-Declare
790
    SUBDIR += p5-HTML-Defang
790
    SUBDIR += p5-HTML-Defaultify
791
    SUBDIR += p5-HTML-Defaultify
791
    SUBDIR += p5-HTML-Diff
792
    SUBDIR += p5-HTML-Diff
792
    SUBDIR += p5-HTML-Display
793
    SUBDIR += p5-HTML-Display
(-)b/www/p5-HTML-Defang/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	HTML-Defang
2
PORTVERSION=	1.07
3
CATEGORIES=	www perl5
4
MASTER_SITES=	CPAN
5
PKGNAMEPREFIX=	p5-
6
7
MAINTAINER=	m.ne@gmx.net
8
COMMENT=	Cleans HTML of executable contents, and neutralises XSS attacks
9
WWW=		https://metacpan.org/dist/HTML-Defang
10
11
LICENSE=	ART10 GPLv1+
12
LICENSE_COMB=	dual
13
14
USES=		perl5
15
USE_PERL5=	configure
16
17
NO_ARCH=	yes
18
19
.include <bsd.port.mk>
(-)b/www/p5-HTML-Defang/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1667040189
2
SHA256 (HTML-Defang-1.07.tar.gz) = 882dc4a9dcfae8799235f4bad0062ee55ddbe408be1a5e4a7574b262e3fe07ce
3
SIZE (HTML-Defang-1.07.tar.gz) = 46222
(-)b/www/p5-HTML-Defang/pkg-descr (+4 lines)
Added Link Here
1
This module accepts an input HTML and/or CSS string and removes any
2
executable code including scripting, embedded objects, applets, etc.,
3
and neutralises any XSS attacks. A whitelist based approach is used
4
which means only HTML known to be safe is allowed through.
(-)b/www/p5-HTML-Defang/pkg-plist (-1 / +2 lines)
Added Link Here
0
- 
1
%%SITE_PERL%%/HTML/Defang.pm
2
%%PERL5_MAN3%%/HTML::Defang.3.gz

Return to bug 267880