svn commit: r533817 - in head/www: . rubygem-webrick
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 20:47:10 UTC 2020
Author: sunpoet
Date: Sun May 3 20:47:08 2020
New Revision: 533817
URL: https://svnweb.freebsd.org/changeset/ports/533817
Log:
Add rubygem-webrick 1.6.0
WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a
proxy server, and a virtual-host server.
WEBrick features complete logging of both server operations and HTTP access.
WEBrick supports both basic and digest authentication in addition to algorithms
not in RFC 2617.
A WEBrick server can be composed of multiple WEBrick servers or servlets to
provide differing behavior on a per-host or per-path basis. WEBrick includes
servlets for handling CGI scripts, ERB pages, Ruby blocks and directory
listings.
WEBrick also includes tools for daemonizing a process and starting a process at
a higher privilege level and dropping permissions.
WWW: https://github.com/ruby/webrick
Added:
head/www/rubygem-webrick/
head/www/rubygem-webrick/Makefile (contents, props changed)
head/www/rubygem-webrick/distinfo (contents, props changed)
head/www/rubygem-webrick/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun May 3 20:47:02 2020 (r533816)
+++ head/www/Makefile Sun May 3 20:47:08 2020 (r533817)
@@ -2154,6 +2154,7 @@
SUBDIR += rubygem-webdrivers
SUBDIR += rubygem-webmock
SUBDIR += rubygem-webpack-rails-rails60
+ SUBDIR += rubygem-webrick
SUBDIR += rubygem-webrobots
SUBDIR += rubygem-websocket
SUBDIR += rubygem-websocket-driver
Added: head/www/rubygem-webrick/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-webrick/Makefile Sun May 3 20:47:08 2020 (r533817)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= webrick
+PORTVERSION= 1.6.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= HTTP server toolkit
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/www/rubygem-webrick/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-webrick/distinfo Sun May 3 20:47:08 2020 (r533817)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588450792
+SHA256 (rubygem/webrick-1.6.0.gem) = 994a3dbae705ad3551fa752c1ced53448459a2712c6e27dd56fe36f4d706eb6f
+SIZE (rubygem/webrick-1.6.0.gem) = 59392
Added: head/www/rubygem-webrick/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-webrick/pkg-descr Sun May 3 20:47:08 2020 (r533817)
@@ -0,0 +1,17 @@
+WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a
+proxy server, and a virtual-host server.
+
+WEBrick features complete logging of both server operations and HTTP access.
+
+WEBrick supports both basic and digest authentication in addition to algorithms
+not in RFC 2617.
+
+A WEBrick server can be composed of multiple WEBrick servers or servlets to
+provide differing behavior on a per-host or per-path basis. WEBrick includes
+servlets for handling CGI scripts, ERB pages, Ruby blocks and directory
+listings.
+
+WEBrick also includes tools for daemonizing a process and starting a process at
+a higher privilege level and dropping permissions.
+
+WWW: https://github.com/ruby/webrick
More information about the svn-ports-all
mailing list