git: 5f4ef1147f39 - main - textproc/rubygem-escape_utils11: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:50:51 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4ef1147f39f70339e4abc45fe8ef49224a5472

commit 5f4ef1147f39f70339e4abc45fe8ef49224a5472
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:29:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:29:13 +0000

    textproc/rubygem-escape_utils11: Remove obsoleted port
    
    Use textproc/rubygem-escape_utils instead.
    
    With hat:       ruby
---
 textproc/rubygem-escape_utils11/Makefile  | 18 ------------------
 textproc/rubygem-escape_utils11/distinfo  |  3 ---
 textproc/rubygem-escape_utils11/pkg-descr | 14 --------------
 3 files changed, 35 deletions(-)

diff --git a/textproc/rubygem-escape_utils11/Makefile b/textproc/rubygem-escape_utils11/Makefile
deleted file mode 100644
index 46ea2b1a4858..000000000000
--- a/textproc/rubygem-escape_utils11/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME=	escape_utils
-PORTVERSION=	1.1.1
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	11
-
-MAINTAINER=	mfechner@FreeBSD.org
-COMMENT=	Faster string escaping routines for your web apps
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-PORTSCOUT=	limit:^1\.1\.
-
-USES=		gem
-USE_RUBY=	yes
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-escape_utils11/distinfo b/textproc/rubygem-escape_utils11/distinfo
deleted file mode 100644
index 657cf4f6fd5a..000000000000
--- a/textproc/rubygem-escape_utils11/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1517645188
-SHA256 (rubygem/escape_utils-1.1.1.gem) = 709b1f2e5b578b19a14d22d2f7c230ef5b5d515cb287be96147e8b5f052b1921
-SIZE (rubygem/escape_utils-1.1.1.gem) = 26624
diff --git a/textproc/rubygem-escape_utils11/pkg-descr b/textproc/rubygem-escape_utils11/pkg-descr
deleted file mode 100644
index 1d7667b43bd2..000000000000
--- a/textproc/rubygem-escape_utils11/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Async (EventMachine) HTTP client, with support for:
-o   Asynchronous HTTP API for single & parallel request execution
-o   Keep-Alive and HTTP pipelining support
-o   Auto-follow 3xx redirects with max depth
-o   Automatic gzip & deflate decoding
-o   Streaming response processing
-o   Streaming file uploads
-o   HTTP proxy and SOCKS5 support
-o   Basic Auth & OAuth
-o   Connection-level & Global middleware support
-o   HTTP parser via http_parser.rb
-o   Works wherever EventMachine runs: Rubinius, JRuby, MRI
-
-WWW: https://github.com/brianmario/escape_utils