aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:29:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:29:13 +0000
commit5f4ef1147f39f70339e4abc45fe8ef49224a5472 (patch)
tree644dbec5a5299378bd713ec274b8da6a4f3927bc /textproc
parent5283a12425709ff89f06f2597167aa76ab337696 (diff)
downloadports-5f4ef1147f39f70339e4abc45fe8ef49224a5472.tar.gz
ports-5f4ef1147f39f70339e4abc45fe8ef49224a5472.zip
textproc/rubygem-escape_utils11: Remove obsoleted port
Use textproc/rubygem-escape_utils instead. With hat: ruby
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-escape_utils11/Makefile18
-rw-r--r--textproc/rubygem-escape_utils11/distinfo3
-rw-r--r--textproc/rubygem-escape_utils11/pkg-descr14
3 files changed, 0 insertions, 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