aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-escape_utils12/Makefile20
-rw-r--r--textproc/rubygem-escape_utils12/distinfo3
-rw-r--r--textproc/rubygem-escape_utils12/pkg-descr14
4 files changed, 0 insertions, 38 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index aafed562a018..8746cb54508c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1673,7 +1673,6 @@
SUBDIR += rubygem-elasticsearch713
SUBDIR += rubygem-emot
SUBDIR += rubygem-escape_utils
- SUBDIR += rubygem-escape_utils12
SUBDIR += rubygem-extended-markdown-filter
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-fast_xs
diff --git a/textproc/rubygem-escape_utils12/Makefile b/textproc/rubygem-escape_utils12/Makefile
deleted file mode 100644
index 41ba501035bf..000000000000
--- a/textproc/rubygem-escape_utils12/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Scott Sanders <scott@jssjr.com>
-
-PORTNAME= escape_utils
-PORTVERSION= 1.2.2
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 12
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Faster string escaping routines for your web apps
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-USE_RUBY= yes
-
-PORTSCOUT= limit:^1\.2\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-escape_utils12/distinfo b/textproc/rubygem-escape_utils12/distinfo
deleted file mode 100644
index 9071a81a3f2b..000000000000
--- a/textproc/rubygem-escape_utils12/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1657199137
-SHA256 (rubygem/escape_utils-1.2.2.gem) = a307a83a4d62f1c86ce268202baf16bd2854b6ba63088206f1d6305ded5050a0
-SIZE (rubygem/escape_utils-1.2.2.gem) = 27136
diff --git a/textproc/rubygem-escape_utils12/pkg-descr b/textproc/rubygem-escape_utils12/pkg-descr
deleted file mode 100644
index 1d7667b43bd2..000000000000
--- a/textproc/rubygem-escape_utils12/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