git: 1fb7e808f82b - main - www/rubygem-http-accept: Add rubygem-http-accept 2.1.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 21 18:13:22 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fb7e808f82bbe7af29bd76bd935834dc289303f
commit 1fb7e808f82bbe7af29bd76bd935834dc289303f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:11:58 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-21 18:11:51 +0000
www/rubygem-http-accept: Add rubygem-http-accept 2.1.1
HTTP::Accept provides a robust set of parsers for dealing with HTTP Accept,
Accept-Language, Accept-Encoding, Accept-Charset headers.
WWW: https://github.com/socketry/http-accept
---
www/Makefile | 1 +
www/rubygem-http-accept/Makefile | 18 ++++++++++++++++++
www/rubygem-http-accept/distinfo | 3 +++
www/rubygem-http-accept/pkg-descr | 4 ++++
4 files changed, 26 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index cf5c8e970c2b..49c0ce482387 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1935,6 +1935,7 @@
SUBDIR += rubygem-hpricot
SUBDIR += rubygem-html2haml
SUBDIR += rubygem-http
+ SUBDIR += rubygem-http-accept
SUBDIR += rubygem-http-cookie
SUBDIR += rubygem-http-form_data
SUBDIR += rubygem-http3
diff --git a/www/rubygem-http-accept/Makefile b/www/rubygem-http-accept/Makefile
new file mode 100644
index 000000000000..caaffbc82b3a
--- /dev/null
+++ b/www/rubygem-http-accept/Makefile
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= http-accept
+PORTVERSION= 2.1.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Parse Accept and Accept-Language HTTP headers
+
+LICENSE= MIT
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-http-accept/distinfo b/www/rubygem-http-accept/distinfo
new file mode 100644
index 000000000000..05249928cc4f
--- /dev/null
+++ b/www/rubygem-http-accept/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626714604
+SHA256 (rubygem/http-accept-2.1.1.gem) = b138d6dfdfe77439e9183850b03671df76b525c6628f17cd47acbce2a0d11f31
+SIZE (rubygem/http-accept-2.1.1.gem) = 11776
diff --git a/www/rubygem-http-accept/pkg-descr b/www/rubygem-http-accept/pkg-descr
new file mode 100644
index 000000000000..5efcced767dc
--- /dev/null
+++ b/www/rubygem-http-accept/pkg-descr
@@ -0,0 +1,4 @@
+HTTP::Accept provides a robust set of parsers for dealing with HTTP Accept,
+Accept-Language, Accept-Encoding, Accept-Charset headers.
+
+WWW: https://github.com/socketry/http-accept
More information about the dev-commits-ports-all
mailing list