git: 5db6b783752b - main - textproc/rubygem-html-pipeline27: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5db6b783752b015a754fcb3efb93f9cfd91af25c
commit 5db6b783752b015a754fcb3efb93f9cfd91af25c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:29:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:29:18 +0000
textproc/rubygem-html-pipeline27: Remove obsoleted port
Use textproc/rubygem-html-pipeline instead.
With hat: ruby
---
textproc/rubygem-html-pipeline27/Makefile | 22 ----------------------
textproc/rubygem-html-pipeline27/distinfo | 3 ---
textproc/rubygem-html-pipeline27/pkg-descr | 6 ------
3 files changed, 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