Port details on branch 2023Q1 |
- rubygem-actionpack60 Action Controller and Action View of Rails MVC Framework
- 6.0.6.1 www =0 6.0.6.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-02-05 18:01:01
- Last Update: 2023-02-05 17:55:33
- Commit Hash: 77ff58b
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/rails/tree/main/actionpack
- https://rubyonrails.org/
- 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 by rendering views,
which are templates of various formats. In short, Action Pack provides the view
and controller layers 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-actionpack60>0:www/rubygem-actionpack60
- To install the port:
- cd /usr/ports/www/rubygem-actionpack60/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-actionpack60
- pkg install rubygem-actionpack60
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-actionpack60
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675191929
SHA256 (rubygem/actionpack-6.0.6.1.gem) = b2f07b2623cac8f5e594d4e8454c7f1829c1b63c8745a228462311a602a5b842
SIZE (rubygem/actionpack-6.0.6.1.gem) = 218624
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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-actionview60>=6.0.6.1<6.0.6.1_99 : devel/rubygem-actionview60
- rubygem-activesupport60>=6.0.6.1<6.0.6.1_99 : devel/rubygem-activesupport60
- rubygem-rack22>=2.0.8,3<3,3 : www/rubygem-rack22
- rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
- rubygem-rails-dom-testing-rails60>=2.0<3 : textproc/rubygem-rails-dom-testing-rails60
- 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
-
- security/metasploit
- www/rubygem-rails60
- www/rubygem-railties60
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-actionpack60
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|