git: d9ede6450839 - main - www/rubygem-rack223: Add rubygem-rack223 2.2.3.1 (copied from rubygem-rack)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:52:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9ede64508392b48f8406aa5e80c1e37be4c6cb5 commit d9ede64508392b48f8406aa5e80c1e37be4c6cb5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:48:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:48:51 +0000 www/rubygem-rack223: Add rubygem-rack223 2.2.3.1 (copied from rubygem-rack) - Add PORTSCOUT --- www/Makefile | 1 + www/rubygem-rack223/Makefile | 25 +++++++++++++++++++++++++ www/rubygem-rack223/distinfo | 3 +++ www/rubygem-rack223/pkg-descr | 6 ++++++ 4 files changed, 35 insertions(+) diff --git a/www/Makefile b/www/Makefile index 35bb1419f11e..3c870c019d79 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2048,6 +2048,7 @@ SUBDIR += rubygem-rack-test SUBDIR += rubygem-rack-timeout SUBDIR += rubygem-rack16 + SUBDIR += rubygem-rack223 SUBDIR += rubygem-rack_csrf SUBDIR += rubygem-rails-settings-cached SUBDIR += rubygem-rails-settings-cached-rails5 diff --git a/www/rubygem-rack223/Makefile b/www/rubygem-rack223/Makefile new file mode 100644 index 000000000000..e366fd6c1a2f --- /dev/null +++ b/www/rubygem-rack223/Makefile @@ -0,0 +1,25 @@ +PORTNAME= rack +PORTVERSION= 2.2.3.1 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 223 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Rack, a Ruby Webserver Interface + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes + +CPE_VENDOR= rack_project + +PORTSCOUT= limit:^2\.2\.3\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rackup + +.include <bsd.port.mk> diff --git a/www/rubygem-rack223/distinfo b/www/rubygem-rack223/distinfo new file mode 100644 index 000000000000..021a36601146 --- /dev/null +++ b/www/rubygem-rack223/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1655208440 +SHA256 (rubygem/rack-2.2.3.1.gem) = 8c728da28f6d800c3839d226fdbce702c94eeb68e25e752b6c2f2be7c1d338ac +SIZE (rubygem/rack-2.2.3.1.gem) = 151040 diff --git a/www/rubygem-rack223/pkg-descr b/www/rubygem-rack223/pkg-descr new file mode 100644 index 000000000000..6964214130cc --- /dev/null +++ b/www/rubygem-rack223/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: https://github.com/rack/rack