Skip to content

Commit

Permalink
www/rubygem-rack22: Copy from www/rubygem-rack
Browse files Browse the repository at this point in the history
Copy www/rubygem-rack to www/rubygem-rack22 as preparation for
updating www/rubygem-rack to 3.0.2.

PR:		268057
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Dec 23, 2022
1 parent e0953f4 commit f72c9e7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -2079,6 +2079,7 @@
SUBDIR += rubygem-rack-test
SUBDIR += rubygem-rack-timeout
SUBDIR += rubygem-rack16
SUBDIR += rubygem-rack22
SUBDIR += rubygem-rack_csrf
SUBDIR += rubygem-rails-settings-cached
SUBDIR += rubygem-rails-settings-cached-rails5
Expand Down
24 changes: 24 additions & 0 deletions www/rubygem-rack22/Makefile
@@ -0,0 +1,24 @@
PORTNAME= rack
PORTVERSION= 2.2.4
PORTEPOCH= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 22

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rack, a Ruby Webserver Interface
WWW= https://github.com/rack/rack

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE

USES= cpe gem
USE_RUBY= yes

NO_ARCH= yes

PLIST_FILES= bin/rackup

CPE_VENDOR= rack_project

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/rubygem-rack22/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1657292558
SHA256 (rubygem/rack-2.2.4.gem) = ea2232b638cbd919129c8c8ad8012ecaccc09f848152a7e705d2139d0137ac2b
SIZE (rubygem/rack-2.2.4.gem) = 151552
4 changes: 4 additions & 0 deletions www/rubygem-rack22/pkg-descr
@@ -0,0 +1,4 @@
Rack provides a minimal, modular and adaptable interface for developing web
applications in Ruby. By wrapping HTTP requests and responses in the simplest
way possible, it unifies and distills the API for web servers, web frameworks,
and software in between (the so-called middleware) into a single method call.

0 comments on commit f72c9e7

Please sign in to comment.