Port details |
- rubygem-cgi Support for the Common Gateway Interface protocol
- 0.3.2 www
=0 0.3.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-07-30 09:52:41
- Last Update: 2022-03-25 13:37:41
- Commit Hash: 884c288
- Also Listed In: rubygems
- License: BSD2CLAUSE RUBY
- Description:
- CGI is a large class, providing several categories of methods, many of which are
mixed in from other modules. Some of the documentation is in this class, some in
the modules CGI::QueryExtension and CGI::HtmlExtension. See CGI::Cookie for
specific information on handling cookies, and cgi/session.rb (CGI::Session) for
information on sessions.
For queries, CGI provides methods to get at environmental variables, parameters,
cookies, and multipart request data. For responses, CGI provides methods for
writing output and generating HTML.
WWW: https://github.com/ruby/cgi
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-cgi>0:www/rubygem-cgi
- To install the port:
- cd /usr/ports/www/rubygem-cgi/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-cgi
- pkg install rubygem-cgi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-cgi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1647264878
SHA256 (rubygem/cgi-0.3.2.gem) = 92b22449ed44ead84c88a94013a06a6bff9a6fe0a73871c2b55ce7da06e9a827
SIZE (rubygem/cgi-0.3.2.gem) = 38400
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby27 : lang/ruby27
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby27 : lang/ruby27
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby27 : lang/ruby27
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-erb
- Configuration Options:
- No options to configure
- Options name:
- www_rubygem-cgi
- USES:
- cpe gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Mar 2022 13:37:41 0.3.2
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-cgi: Update to 0.3.2
Changes: https://github.com/ruby/cgi/commits/master |
18 Mar 2022 13:23:54 0.3.1
|
Bernhard Froehlich (decke)  |
www/rubygem-cgi: Add CPE information
Approved by: portmgr (blanket) |
08 Dec 2021 23:22:17 0.3.1
|
Yasuhiro Kimura (yasu)  |
www/rubygem-cgi: Update to 0.3.1
Changes: https://github.com/ruby/cgi/commits/v0.3.1
PR: 260034
Approved by: maintainer timeout (> 2 weeks)
Security: CVE-2021-41816
Security: CVE-2021-41819
MFH: 2021Q4 |
25 Oct 2021 15:58:03 0.3.0 
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-cgi: Update to 0.3.0
Changes: https://github.com/ruby/cgi/commits/master |
06 Apr 2021 14:31:07 0.2.0 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Dec 2020 13:57:11
0.2.0 
|
sunpoet  |
Update to 0.2.0
- Update LICENSE
Changes: https://github.com/ruby/cgi/commits/master |
30 Jul 2020 09:48:35
0.1.0 
|
sunpoet  |
Add rubygem-cgi 0.1.0
CGI is a large class, providing several categories of methods, many of which are
mixed in from other modules. Some of the documentation is in this class, some in
the modules CGI::QueryExtension and CGI::HtmlExtension. See CGI::Cookie for
specific information on handling cookies, and cgi/session.rb (CGI::Session) for
information on sessions.
For queries, CGI provides methods to get at environmental variables, parameters,
cookies, and multipart request data. For responses, CGI provides methods for
writing output and generating HTML.
WWW: https://github.com/ruby/cgi |