Port details |
- rubygem-actionpack70 Action Controller and Action View of Rails MVC Framework
- 7.0.3 www
=0 7.0.2.3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-01-11 18:56:51
- Last Update: 2022-05-13 11:40:02
- Commit Hash: e3d83f3
- Also Listed In: rubygems
- License: MIT
- Description:
- Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for routing (mapping request URLs to actions), defining
controllers that implement actions, and generating responses. In short, Action
Pack provides the controller layer in the MVC paradigm.
It consists of several modules:
- Action Dispatch, which parses information about the web request, handles
routing as defined by the user, and does advanced processing related to HTTP
such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT
bodies, handling HTTP caching logic, cookies and sessions.
- Action Controller, which provides a base controller class that can be
subclassed to implement filters and actions to handle requests. The result of
an action is typically content generated from views.
With the Ruby on Rails framework, users only directly interface with the Action
Controller module. Necessary Action Dispatch functionality is activated by
default and Action View rendering is implicitly triggered by Action Controller.
However, these modules are designed to function on their own and can be used
outside of Rails.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/actionpack
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-actionpack70>0:www/rubygem-actionpack70
- To install the port:
- cd /usr/ports/www/rubygem-actionpack70/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-actionpack70
- pkg install rubygem-actionpack70
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-actionpack70
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1652122897
SHA256 (rubygem/actionpack-7.0.3.gem) = 1881155671b9ada792f6393d02455c1edf45966fd51cdb4c42bd831cf6667e95
SIZE (rubygem/actionpack-7.0.3.gem) = 230912
- 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:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionview70>=7.0.3 : devel/rubygem-actionview70
- rubygem-activesupport70>=7.0.3 : devel/rubygem-activesupport70
- rubygem-rack>=2.2.0,3<3,3 : www/rubygem-rack
- rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
- rubygem-rails-dom-testing-rails70>=2.0<3 : textproc/rubygem-rails-dom-testing-rails70
- rubygem-rails-html-sanitizer>=1.2.0<2 : textproc/rubygem-rails-html-sanitizer
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- mail/rubygem-actionmailbox70
- mail/rubygem-actionmailer70
- net/rubygem-activestorage70
- textproc/rubygem-actiontext70
- www/rubygem-actioncable70
- www/rubygem-importmap-rails
- www/rubygem-propshaft
- Configuration Options:
- No options to configure
- Options name:
- www_rubygem-actionpack70
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 May 2022 11:40:02 7.0.3
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-actionpack70: Update to 7.0.3
Changes: https://github.com/rails/rails/releases |
30 Apr 2022 16:01:09 7.0.2.4
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-actionpack70: Update to 7.0.2.4
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-22577, CVE-2022-27777
Security: 9db93f3d-c725-11ec-9618-000d3ac47524 |
25 Mar 2022 13:37:53 7.0.2.3 
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-actionpack70: Update to 7.0.2.3
Changes: https://github.com/rails/rails/releases |
07 Mar 2022 18:13:16 7.0.2 
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-actionpack70: Update to 7.0.2
Changes: https://github.com/rails/rails/releases |
23 Jan 2022 19:09:44 7.0.1 
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-actionpack70: Update to 7.0.1
Changes: https://github.com/rails/rails/releases |
11 Jan 2022 18:43:53 7.0.0 
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-actionpack70: Add rubygem-actionpack70 7.0.0
Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for routing (mapping request URLs to actions), defining
controllers that implement actions, and generating responses. In short, Action
Pack provides the controller layer in the MVC paradigm.
It consists of several modules:
- Action Dispatch, which parses information about the web request, handles
routing as defined by the user, and does advanced processing related to HTTP
such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT
bodies, handling HTTP caching logic, cookies and sessions.
- Action Controller, which provides a base controller class that can be
subclassed to implement filters and actions to handle requests. The result of
an action is typically content generated from views.
With the Ruby on Rails framework, users only directly interface with the Action
Controller module. Necessary Action Dispatch functionality is activated by
default and Action View rendering is implicitly triggered by Action Controller.
However, these modules are designed to function on their own and can be used
outside of Rails.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/actionpack |
Number of commits found: 6
|