aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-escape_utils11
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2018-02-15 16:59:19 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2018-02-15 16:59:19 +0000
commit20abeb677475a7af9404d9f99fe59df400984823 (patch)
treee3647963dc11c29bf9118c28d7995ff16782c4e5 /textproc/rubygem-escape_utils11
parent8b8778c682749c5e5ca8bc3e8fdd5799485cbdb9 (diff)
Notes
Diffstat (limited to 'textproc/rubygem-escape_utils11')
-rw-r--r--textproc/rubygem-escape_utils11/Makefile19
-rw-r--r--textproc/rubygem-escape_utils11/distinfo3
-rw-r--r--textproc/rubygem-escape_utils11/pkg-descr14
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/rubygem-escape_utils11/Makefile b/textproc/rubygem-escape_utils11/Makefile
new file mode 100644
index 000000000000..d1d03d286060
--- /dev/null
+++ b/textproc/rubygem-escape_utils11/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= escape_utils
+PORTVERSION= 1.1.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 11
+
+MAINTAINER= idefix@fechner.net
+COMMENT= Faster string escaping routines for your web apps
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PORTSCOUNT= 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
new file mode 100644
index 000000000000..657cf4f6fd5a
--- /dev/null
+++ b/textproc/rubygem-escape_utils11/distinfo
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 000000000000..1d7667b43bd2
--- /dev/null
+++ b/textproc/rubygem-escape_utils11/pkg-descr
@@ -0,0 +1,14 @@
+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