diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-loofah221/Makefile | 25 | ||||
-rw-r--r-- | textproc/rubygem-loofah221/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-loofah221/pkg-descr | 4 |
5 files changed, 1 insertions, 33 deletions
@@ -3079,3 +3079,4 @@ devel/rubygem-sidekiq6|devel/rubygem-sidekiq|2024-03-31|Remove obsoleted port. U net/rubygem-google-cloud-storage144|net/rubygem-google-cloud-storage|2024-03-31|Remove obsoleted port. Use net/rubygem-google-cloud-storage instead security/rubygem-net-sftp2|security/rubygem-net-sftp|2024-03-31|Remove obsoleted port. Use security/rubygem-net-sftp instead textproc/rubygem-cucumber-gherkin26|textproc/rubygem-cucumber-gherkin|2024-03-31|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead +textproc/rubygem-loofah221|textproc/rubygem-loofah|2024-03-31|Remove obsoleted port. Use textproc/rubygem-loofah instead diff --git a/textproc/Makefile b/textproc/Makefile index 24e4b2f1ec44..034b232399fe 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1835,7 +1835,6 @@ SUBDIR += rubygem-liquid4 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah - SUBDIR += rubygem-loofah221 SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-mdl diff --git a/textproc/rubygem-loofah221/Makefile b/textproc/rubygem-loofah221/Makefile deleted file mode 100644 index 1cd4a3fbda8e..000000000000 --- a/textproc/rubygem-loofah221/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= loofah -PORTVERSION= 2.21.4 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 221 - -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\.21\. - -.include <bsd.port.mk> diff --git a/textproc/rubygem-loofah221/distinfo b/textproc/rubygem-loofah221/distinfo deleted file mode 100644 index 24c791b1ba94..000000000000 --- a/textproc/rubygem-loofah221/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1697030440 -SHA256 (rubygem/loofah-2.21.4.gem) = 2c18cd5db9fd92a48a270344e57a5b84cf22d668b78e1481f10e4f2cde4eb734 -SIZE (rubygem/loofah-2.21.4.gem) = 32768 diff --git a/textproc/rubygem-loofah221/pkg-descr b/textproc/rubygem-loofah221/pkg-descr deleted file mode 100644 index dae5505c8647..000000000000 --- a/textproc/rubygem-loofah221/pkg-descr +++ /dev/null @@ -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. |