Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 20:47:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533817 - in head/www: . rubygem-webrick
Message-ID:  <202005032047.043Kl81n064216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	webrick
+PORTVERSION=	1.6.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032047.043Kl81n064216>