git: f6aa781bd2ff - main - textproc/rubygem-sanitize20: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6aa781bd2ff278a6af8435ad8d849fa8c9d1f2c commit f6aa781bd2ff278a6af8435ad8d849fa8c9d1f2c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:29:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:29:56 +0000 textproc/rubygem-sanitize20: Remove obsoleted port Use textproc/rubygem-sanitize instead. With hat: ruby --- textproc/rubygem-sanitize20/Makefile | 22 ---------------------- textproc/rubygem-sanitize20/distinfo | 3 --- textproc/rubygem-sanitize20/pkg-descr | 11 ----------- 3 files changed, 36 deletions(-) diff --git a/textproc/rubygem-sanitize20/Makefile b/textproc/rubygem-sanitize20/Makefile deleted file mode 100644 index 3c841d9ccb78..000000000000 --- a/textproc/rubygem-sanitize20/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= sanitize -PORTVERSION= 2.0.6 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 20 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= Whitelist based HTML sanitizer - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri - -PORTSCOUT= limit:^2\.0 - -NO_ARCH= yes -USES= cpe gem -CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes - -.include <bsd.port.mk> diff --git a/textproc/rubygem-sanitize20/distinfo b/textproc/rubygem-sanitize20/distinfo deleted file mode 100644 index 2bdb9c3ffa50..000000000000 --- a/textproc/rubygem-sanitize20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1518178087 -SHA256 (rubygem/sanitize-2.0.6.gem) = 204cdaf6f7db12e20da25497a974cae7a891cfb7afb37669a0d31007300004a9 -SIZE (rubygem/sanitize-2.0.6.gem) = 19968 diff --git a/textproc/rubygem-sanitize20/pkg-descr b/textproc/rubygem-sanitize20/pkg-descr deleted file mode 100644 index 184d45637d64..000000000000 --- a/textproc/rubygem-sanitize20/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Sanitize is a whitelist-based HTML sanitizer. Given a list of -acceptable elements and attributes, Sanitize will remove all -unacceptable HTML from a string. - -Using a simple configuration syntax, you can tell Sanitize to -allow certain elements, certain attributes within those elements, -and even certain URL protocols within attributes that contain URLs. -Any HTML elements or attributes that you don't explicitly allow -will be removed. - -WWW: https://github.com/rgrove/sanitize