aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-net-http-gitlab')
-rw-r--r--www/rubygem-net-http-gitlab/Makefile24
-rw-r--r--www/rubygem-net-http-gitlab/distinfo3
-rw-r--r--www/rubygem-net-http-gitlab/pkg-descr7
3 files changed, 34 insertions, 0 deletions
diff --git a/www/rubygem-net-http-gitlab/Makefile b/www/rubygem-net-http-gitlab/Makefile
new file mode 100644
index 000000000000..c552cf44dff1
--- /dev/null
+++ b/www/rubygem-net-http-gitlab/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= net-http
+PORTVERSION= 0.6.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= HTTP client api for Ruby
+WWW= https://github.com/ruby/net-http
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= rubygem-uri-gitlab>=0:net/rubygem-uri-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.6\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-net-http-gitlab/distinfo b/www/rubygem-net-http-gitlab/distinfo
new file mode 100644
index 000000000000..1d0c31ea1eb9
--- /dev/null
+++ b/www/rubygem-net-http-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1734888760
+SHA256 (rubygem/net-http-0.6.0.gem) = 9621b20c137898af9d890556848c93603716cab516dc2c89b01a38b894e259fb
+SIZE (rubygem/net-http-0.6.0.gem) = 53248
diff --git a/www/rubygem-net-http-gitlab/pkg-descr b/www/rubygem-net-http-gitlab/pkg-descr
new file mode 100644
index 000000000000..817662f0b1d6
--- /dev/null
+++ b/www/rubygem-net-http-gitlab/pkg-descr
@@ -0,0 +1,7 @@
+Net::HTTP provides a rich library which can be used to build HTTP user-agents.
+For more details about HTTP see RFC2616.
+
+Net::HTTP is designed to work closely with URI. URI::HTTP#host, URI::HTTP#port
+and URI::HTTP#request_uri are designed to work with Net::HTTP.
+
+If you are only performing a few GET requests you should try OpenURI.