Verified Commit 2e83c7cb authored by sunpoet's avatar sunpoet
Browse files

textproc/rubygem-loofah222: Remove obsoleted port

Use textproc/rubygem-loofah instead.
parent e4503154
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5134,3 +5134,4 @@ devel/rubygem-xdg7|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel
devel/rubygem-xdg8|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel/rubygem-xdg instead
textproc/rubygem-cucumber-gherkin34|textproc/rubygem-cucumber-gherkin|2026-02-10|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
textproc/rubygem-cucumber-html-formatter21|textproc/rubygem-cucumber-html-formatter|2026-02-10|Remove obsoleted port. Use textproc/rubygem-cucumber-html-formatter instead
textproc/rubygem-loofah222|textproc/rubygem-loofah|2026-02-10|Remove obsoleted port. Use textproc/rubygem-loofah instead
+0 −1
Original line number Diff line number Diff line
@@ -1936,7 +1936,6 @@
    SUBDIR += rubygem-loggability
    SUBDIR += rubygem-loofah
    SUBDIR += rubygem-loofah-gitlab
    SUBDIR += rubygem-loofah222
    SUBDIR += rubygem-ltsv
    SUBDIR += rubygem-markaby
    SUBDIR += rubygem-mdl
+0 −25
Original line number Diff line number Diff line
PORTNAME=	loofah
PORTVERSION=	2.22.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	222

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.12.0:textproc/rubygem-nokogiri

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	loofah_project

PORTSCOUT=	limit:^2\.22\.

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1699985629
SHA256 (rubygem/loofah-2.22.0.gem) = 10d76e070c86b12fec74b6a9515fd1940f4459198b991342d0a7897d86c372fe
SIZE (rubygem/loofah-2.22.0.gem) = 33280
+0 −4
Original line number Diff line number Diff line
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.