1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

textproc/rubygem-loofah219: Add rubygem-loofah219 2.19.1 (copied from rubygem-loofah)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2023-04-09 21:17:02 +08:00
parent 1c6ee3086b
commit 06c7f713ed
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 33 additions and 0 deletions

View File

@ -1764,6 +1764,7 @@
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-loofah218
SUBDIR += rubygem-loofah219
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby
SUBDIR += rubygem-mdl

View File

@ -0,0 +1,25 @@
PORTNAME= loofah
PORTVERSION= 2.19.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 219
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for manipulating HTML/XML documents and fragments
WWW= https://github.com/flavorjones/loofah
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= loofah_project
PORTSCOUT= limit:^2\.19\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1674590576
SHA256 (rubygem/loofah-2.19.1.gem) = 6c6469efdefe3496010000a346f9d3bf710e11ac4661e353cf56852326fb1023
SIZE (rubygem/loofah-2.19.1.gem) = 32768

View File

@ -0,0 +1,4 @@
Loofah is a general library for manipulating HTML/XML documents and fragments.
It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
sanitizers, which are based on HTML5lib's whitelist.