1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

textproc/rubygem-loofah218: Remove obsoleted port

Use textproc/rubygem-loofah instead.
This commit is contained in:
Po-Chuan Hsieh 2023-04-09 21:28:15 +08:00
parent 7bc15a51ea
commit b610962c14
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 1 additions and 31 deletions

1
MOVED
View File

@ -17905,3 +17905,4 @@ devel/rubygem-sidekiq-cron-sidekiq64|devel/rubygem-sidekiq-cron|2023-04-09|Remov
devel/rubygem-sidekiq64|devel/rubygem-sidekiq|2023-04-09|Remove obsoleted port. Use devel/rubygem-sidekiq instead
security/rubygem-openssl221|security/rubygem-openssl|2023-04-09|Remove obsoleted port. Use security/rubygem-openssl instead
textproc/rubygem-github-markup17|textproc/rubygem-github-markup|2023-04-09|Remove obsoleted port. Use textproc/rubygem-github-markup instead
textproc/rubygem-loofah218|textproc/rubygem-loofah|2023-04-09|Remove obsoleted port. Use textproc/rubygem-loofah instead

View File

@ -1762,7 +1762,6 @@
SUBDIR += rubygem-liquid4
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-loofah218
SUBDIR += rubygem-loofah219
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby

View File

@ -1,23 +0,0 @@
PORTNAME= loofah
PORTVERSION= 2.18.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 218
MAINTAINER= mfechner@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
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1664907327
SHA256 (rubygem/loofah-2.18.0.gem) = 61975a247a6aeb8f09ac5a3430305451efc4525c0b9b79c05feaec35a8b9d5a3
SIZE (rubygem/loofah-2.18.0.gem) = 31232

View File

@ -1,4 +0,0 @@
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.