1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

www/rubygem-webrick17: Add rubygem-webrick17 1.7.0 (copied from rubygem-webrick)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2023-02-05 23:15:23 +08:00
parent 7ca7785e30
commit b132461155
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 42 additions and 0 deletions

View File

@ -2198,6 +2198,7 @@
SUBDIR += rubygem-webdrivers
SUBDIR += rubygem-webmock
SUBDIR += rubygem-webrick
SUBDIR += rubygem-webrick17
SUBDIR += rubygem-webrobots
SUBDIR += rubygem-websocket
SUBDIR += rubygem-websocket-client-simple

View File

@ -0,0 +1,23 @@
PORTNAME= webrick
PORTVERSION= 1.7.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 17
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP server toolkit
WWW= https://github.com/ruby/webrick
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= ruby-lang
PORTSCOUT= limit:^1\.7\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1607879452
SHA256 (rubygem/webrick-1.7.0.gem) = 87e9b8e39947b7925338a5eb55427b11ce1f2b25a3645770ec9f39d8ebdb8cb4
SIZE (rubygem/webrick-1.7.0.gem) = 59392

View File

@ -0,0 +1,15 @@
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.