diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-22 03:29:18 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-22 03:29:18 +0800 |
commit | 5db6b783752b015a754fcb3efb93f9cfd91af25c (patch) | |
tree | 1d30199e9c59c4d9bc33b7dcc58024cf31ea0566 | |
parent | textproc/rubygem-escape_utils11: Remove obsoleted port (diff) |
textproc/rubygem-html-pipeline27: Remove obsoleted port
Use textproc/rubygem-html-pipeline instead.
With hat: ruby
-rw-r--r-- | textproc/rubygem-html-pipeline27/Makefile | 22 | ||||
-rw-r--r-- | textproc/rubygem-html-pipeline27/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-html-pipeline27/pkg-descr | 6 |
3 files changed, 0 insertions, 31 deletions
diff --git a/textproc/rubygem-html-pipeline27/Makefile b/textproc/rubygem-html-pipeline27/Makefile deleted file mode 100644 index 694a0842b398..000000000000 --- a/textproc/rubygem-html-pipeline27/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= html-pipeline -PORTVERSION= 2.7.2 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 27 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= GitHub HTML processing filters and utilities - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \ - rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri - -PORTSCOUT= limit:^2\.7\. - -NO_ARCH= yes -USES= gem -USE_RUBY= yes - -.include <bsd.port.mk> diff --git a/textproc/rubygem-html-pipeline27/distinfo b/textproc/rubygem-html-pipeline27/distinfo deleted file mode 100644 index 30988b888cd8..000000000000 --- a/textproc/rubygem-html-pipeline27/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524751275 -SHA256 (rubygem/html-pipeline-2.7.2.gem) = f71b5fcdeb7a2c8ca145632586e9fc8bab4214bf243d329b951b214853ecb6b9 -SIZE (rubygem/html-pipeline-2.7.2.gem) = 28672 diff --git a/textproc/rubygem-html-pipeline27/pkg-descr b/textproc/rubygem-html-pipeline27/pkg-descr deleted file mode 100644 index 26883ab79166..000000000000 --- a/textproc/rubygem-html-pipeline27/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library provides a handful of chainable HTML filters to -transform user content into markup. A filter takes an HTML -string or Nokogiri::HTML::DocumentFragment, optionally -manipulates it, and then outputs the result. - -WWW: https://github.com/jch/html-pipeline |